Loading...
DotNetKicks.com
.NET links, community driven
login
register
submit a story
upcoming stories
about
blog
Why not
join our community?
, there are
6 users online
home
users
senfo
comments
DotNetKick.com is an
open-source project
. Please
report any bugs
and let us know
your great suggestions
.
Currently running svn revision
620
(rss)
Kick Spy!
,
Kick Zeitgeist
and
Kick Widgets
senfo
Profile
Kicked
Submitted
Comments
Tags
Friends
Kicked By Friends
Submitted By Friends
Comments:
Why XML SUCKS
As with any other tool, XML has its uses. Is it always the right tool for the task? No way. But that doesn't mean that there are not legitimate uses for XML.
No kick from me.
posted by
senfo
1 year, 1 month ago
What's wrong with this code?
Here is an example of a singleton. No locks necessary. I would have posted in your blog, but I kept getting an error.
http://senfo.blogspot.com/2007/07/singleton-design-patter-in-c.html
posted by
senfo
1 year, 1 month ago
Mocking a Web Service Proxy
This isn't a bad idea, but this wouldn't work in all situations.
For example, I am currently awaiting a 3rd party to write a web service that I will consume on my end. In the mean time, however, I would like to continue with development on my side. Having said all of this, the interface is most likely not ever going to exist on their side, so I'm forced to design the interface on my side.
So what I ended up doing was creating an interface, which defined the methods that my company, as well as the 3rd party, agreed upon. After that, I created a wrapper class, which implements my interface. Now, I simply create an object of type IMyInterface and initialize it using a factory method. As an added bonus, this will allow me to, for example, add a section to my web.config to be used for testing my web service at a later time, without having to recompile my code.
posted by
senfo
1 year, 1 month ago
SQL Server Naming Conventions
I thought you could supply your own custom prefix when the database was built. Maybe I'm thinking of something else.
posted by
senfo
1 year, 2 months ago
C# 3.0 Sets support, a first look
What's with the use of the var keyword in this situation? Seems quite abusive.
posted by
senfo
1 year, 2 months ago
CCNet 1.3 released
Wow! Must be so exciting for Andrew Stopford to have found this. Congratulations!
posted by
senfo
1 year, 2 months ago
LoginStatus not logging users out?
You're kidding me. It's that easy? I tested it a few months ago and remember running into this. I never looked much into it because I ended up rolling out a custom control for the task. At any rate, this is great information to have on hand. Thank you!
posted by
senfo
1 year, 2 months ago
Break into debugging via code
Interesting. I had seen those methods, but never really thought much about them. Is it safe to assume that this will work for services?
posted by
senfo
1 year, 2 months ago
Performance tests of MySQL, SQL2005 Express and Postgresql
Interesting results; however, I would like a LOT more technical detail. Also, just for my own personal knowledge, I would have loved to have seen the difference that stored procs made in comparison to inline SQL.
posted by
senfo
1 year, 2 months ago
EntitySpaces to Support CodeSmith
We need a way to report spam.
posted by
senfo
1 year, 2 months ago
Speed Up Performance And Slash Your Table Size By 90% By Using Bitwise
I'm amazed at the number of people that still think bitwise operations are a thing of the past. When used correctly, they're still very useful and extremely powerful.
posted by
senfo
1 year, 3 months ago
Microsoft to Build a Subversion to TFS Bridge
That would be awesome, except that I can't afford TFS, which is why I use SVN in the first place! ;-)
posted by
senfo
1 year, 3 months ago
301 Moved Permanently Redirect in ASP.NET
Interesting. I never thought about search engines thinking of them as a duplicate. Thank you for sharing.
posted by
senfo
1 year, 4 months ago
Ultimated WPF tools list
Awesome list. I'm just getting started in WPF and I feel like I've almost been overwhelmed with all the tools. Thank you for sharing.
posted by
senfo
1 year, 4 months ago
Devs Don't Hate to Make Desktop Apps... Do they?
gavinjoyce, could you maybe point out some issues that you've had with ClickOnce? Personally, I have never written an installer that used ClickOnce deployment --I've only used applications, such as Paint.NET that took advantage of the technology. However, in my limited exposure, I have been nothing but pleased.
posted by
senfo
1 year, 4 months ago
Thirteen23 WPF Applications
Very nice work. Personally, I'd never be able to match the design qualities of these applications because I'm so un-artistic, it's pathetic!
posted by
senfo
1 year, 4 months ago
« Previous
1
2
3
4
5
6
7
8
Next »
Sponsored Link:
www.carlist.ie
Search:
Ads via The Lounge
DotNetKicks is an open source project from
Incremental Systems