Yet another C# developer with a blog.
Browse by Tags
All Tags »
Manager »
.NET (
RSS)
-
|
Introduction If you are like me, then you have written code to store files/blobs/data/objects/whatever into databases at least a thousand times. I have written that code so often in my career that I finally decided to put the functionality into a library...
|
-
|
I refactored my libraries recently. The new projects are more focused, and each contain fewer classes. I hope the change will make them easier to maintain and ultimately more useful - for myself as well as everyone else. The projects mostly contains the...
|
-
|
Error handling is an example of a necessary programming task that is often times overlooked until the final stages of the development life cycle. That's unfortunate but it's also understandable, since we developers tend to code for the "...
|
-
|
CG.Security began life as a CodeProject article back in 2004. The purpose of my original article was to demonstrate how to build a custom security database that could be easily integrated with standard .NET security classes. I tried to keep the scope...
|
-
|
I have published three projects to the downloads section that are all related to my .NET user-level security library. The projects are: CG.Security - a no-frills security library that adds the ability to create user credentials and roles in a central...
|