C# articles and tutorials on SharpDeveloper.NET

Sharpen your .NET skills with our C# articles, tutorials, demos, and source code by Sameer Alibhai
posts - 63, comments - 52, trackbacks - 1

.NET articles

C# and VB.Net articles, posts, tips, tutorials. We plan to regularly add new articles and posts on improving your code quality. Topics include strings, enumerations, proper architecture, source control systems, and proper OOP, possibly agile development articles as well.
Updating Your Web.Config From Each Build with CruiseControl

If you are running a Web Site Project, yet you still want to have a build number somewhere in your application, this article will explain how you can create a simple tool to have an auto-increment build number and execute it using CruiseControl.NET

posted @ Tuesday, June 17, 2008 7:10 PM | Feedback (0) | Filed Under [ .NET articles Software Engineering ]

Unit Testing on Your Database

posted @ Thursday, May 22, 2008 6:09 PM | Feedback (2) | Filed Under [ .NET articles Software Engineering ]

PHP VS. ASP.NET

posted @ Thursday, May 08, 2008 5:42 PM | Feedback (6) | Filed Under [ .NET articles Work Related ]

Manage your transaction chaos with Spring Framework

If you have crazy function overloads all over the place where you have to pass a transaction object and it seems to be never ending, here is a solution for you using the Spring.NET framework which is freely available and open source.

posted @ Wednesday, April 30, 2008 6:51 PM | Feedback (0) | Filed Under [ .NET articles ]

Convert your site from VB.NET to C#

A howto guide on converting your application or code from VB.NET to C# using an online converter with some caveats.

posted @ Tuesday, February 12, 2008 7:45 AM | Feedback (2) | Filed Under [ .NET articles ]

How Random is your Random??

Computers are deterministic. Understand how random generation works and how you need to be careful in how you use it, especially if you are depending on it for security purposes. Also has an explanation on how complex PokerStars software's shuffling algorithm is.

posted @ Wednesday, December 05, 2007 8:52 AM | Feedback (1) | Filed Under [ .NET articles Software Engineering ]

How To Debug Inside The Code Of Your 3rd Party Libraries

How to get inside the code of your third party .NET libraries and see what line is actually crashing and solve your problem much faster.

posted @ Tuesday, November 06, 2007 8:08 AM | Feedback (0) | Filed Under [ .NET articles ]

Are You a Sharp Developer?? (Part 2)

This is the second post in the series "What Makes a Sharp Developer" This post will focus on: balanced lifestyle, no drugs, and a healthy balance between learning and working. Overall this article discusses how you can become a more valuable resource to your team and to your employers.

posted @ Sunday, August 12, 2007 9:18 PM | Feedback (0) | Filed Under [ .NET articles Work Related ]

Smarter Debug Code With Conditional Compilation

.NET introduces something called "conditional compilation", which allows you to specify debug-only code. Learn how you can leverage this to create smarter debugging code, an asset to development (as opposed to useless print statements)! Debug code that requires no extra effort to remove, and does not add to the size of the generated binary.

posted @ Wednesday, July 18, 2007 6:15 PM | Feedback (0) | Filed Under [ .NET articles ]

How To Use SqlParameterCache (Caching Sql Parameters)

This article describes how to cache your SqlParameters. Using the SqlParameterCache allows you to increase efficiency of calling stored procedures and even on executing regular SQL queries!

posted @ Friday, June 29, 2007 8:35 PM | Feedback (1) | Filed Under [ .NET articles SQL ]

Full .NET articles Archive

Powered by: