thecrow

Stories kicked by thecrow

Is it important to write good code? (weblogs.asp.net)

submitted by JanVanRyswyckJanVanRyswyck(2724) 3 years, 7 months ago

Its not only important, its vital. read more...

3 comments |category: |Views: 488

tags: another

Searching for files using LINQ(dotnet-snippets.com)

submitted by jan223jan223(230) 3 years, 8 months ago

An LINQ example read more...

add a comment |category: |Views: 336

tags: another

10 reasons why I chose MySQL over MSSQL2005 Express(blogs.aspcode.net)

submitted by aspcode.netaspcode.net(1045) 4 years, 4 months ago

10 reasons why to choose MySQL as database engine for your websites instead of MSSQL 2005 read more...

6 comments |category: |Views: 39

tags: another

OpenWinForms - open source windows forms and controls(openwinforms.com)

submitted by rsonirsoni(930) 4 years, 6 months ago

OpenWinForms is a open source website for windows forms and controls. Here you can find windows controls and libraries for free. This is a non-commercial open source web site. This site mainly focuses on Microsoft technologies e.g. Microsoft .net, VB.net, C#.net etc. You may use these for any commercial or non-commercial purpose for free. read more...

1 comment |category: |Views: 257

tags: another

My favorite interview questions(blog.dotnetclr.com)

submitted by rawsoftrawsoft(430) 4 years, 6 months ago

These are some of the questions that I ask when I'm interviewing a new applicant for a developer position. read more...

8 comments |category: |Views: 123

tags: another

The uncommon features of C#.(blog.dotnetclr.com)

submitted by rawsoftrawsoft(430) 4 years, 6 months ago

A quick and dirty post about the few keywords & statements that developers rarely use. read more...

3 comments |category: |Views: 5

tags: another

Refactoring: Replacing Enums with the Strategy Pattern(jeremyjarrell.com)

submitted by jeremyjarrelljeremyjarrell(2685) 4 years, 6 months ago

Here's a simple way to remove all of those ugly switch statements and enums and to buy yourself a little more flexibility and testability as an added bonus! read more...

2 comments |category: |Views: 183

tags: another

Creating Zip Archives In .Net Without An External Library(weblogs.asp.net)

submitted by montymonty(2575) 4 years, 7 months ago

Jon Galloway offers his advice on creating your own zip library. SharpZipLib provides best free .NET compression library, but what if you can't use it due to the GPL license? I'll look at a few options, ending with my favorite - System.IO.Packaging. read more...

1 comment |category: |Views: 154

tags: another