Blogs about: C C Sharp
Featured Blog
Microsoft Control Naming Conventions
A discussion with useful links about what naming conventions Microsoft follows/recommends for controls (specifically in C#). … more »
Survival of the Craziest
Microsoft Control Naming Conventions
Kartik wrote 2 months ago: A discussion with useful links about what naming conventions Microsoft follows/recommends for contro … more »
ExtremeExperts.com
Kartik wrote 2 months ago: ExtremeExperts.com hosts some interesting technical articles and HOWTOs for Microsoft .NET based tec … more »
C# Reflection and Dynamic Method Invocation
Kartik wrote 2 months ago: Gopalan Suresh Raj has written up a detailed article on the subject. I used it for dynamically creat … more »
C# Programming Tutorial at MeshPlex
Kartik wrote 2 months ago: MeshPlex, a community-driven, wiki-based tutorial database, has a fairly good collection of C# knowl … more »
Jon Skeet's C#.NET Articles and Links
Kartik wrote 2 months ago: Check out a clean and very well-explained set of C#.NET articles here. … more »
Microsoft Learning Solutions
Kartik wrote 2 months ago: Ripped from the Visual Studio product datasheet: Microsoft Learning Solutions Visual Studio Product … more »
XML To TreeView
— 1 comment
Kartik wrote 8 months ago: Another nifty one at MSDN (no wait, it’s Microsoft Support!) about populating a TreeView contr … more »
Generating XML Documents from Schemas, Programmatically
— 1 comment
Kartik wrote 8 months ago: Yes, it can be done. If you have a little patience. … more »
Trapping the Close "X" Button in a Form
Kartik wrote 8 months ago: Want to hide a form instead of closing it? Here’s a quick solution. … more »
PropertyGrid Resources
Kartik wrote 8 months ago: Some stuff on the one-class-fits-all C# PropertyGrid: Exploring the .NET property grid in depth at … more »
Form Tricks
Kartik wrote 8 months ago: An interesting article titled Windows Forms Tricks You May Have Missed at CodeGuru.com … more »
Static Members in Interfaces
Kartik wrote 8 months ago: An excerpt from an interesting discussion about why C# interfaces can’t have static members: I … more »
Resizing an MDI Child Form to Fit its Parent
— 1 comment
Kartik wrote 8 months ago: Here’s a useful snippet for resizing an MDI child form to fit its parent, minus the title bar, … more »
Using BackgroundWorker for Thread Finished Notifications
Kartik wrote 8 months ago: A handy MSDN post with an example of using the BackgroundWorker class for running a worker thread in … more »
Creating Custom .NET Controls with C#
Kartik wrote 10 months ago: This article by Budi Kurniawan at ONDotNet.com gives a clear and concise explanation with an excelle … more »
String to Byte Array Conversion
Kartik wrote 10 months ago: String to Byte Array String strSource = ... System.Text.ASCIIEncoding encoding = new System.Text.A … more »
.NET Collections
Kartik wrote 10 months ago: Summary of .NET Collections System.Collections at MSDN System.Collections.Generic at MSDN System.Co … more »
Comparison Between C++ and C#
— 1 comment
Kartik wrote 11 months ago: If you are a C++ programmer, this summary at MSDN Library will give you the most important differenc … more »
Building a Plugin Architecture with C#
Kartik wrote 11 months ago: An excellent tutorial written by Nathan Baker on how to use C# to create an extensible application u … more »
