Home
For best results, please use Internet Explorer to view this site.
Share/Save/Bookmark
Welcome to CovertCoder.com

This site is geared towards helping DotNet developers with their development. Anyone can perform a search of my Knowledge Base for help with things that have plagued me or that I have found useful in my development process.  Power users also have the ability to add topics and edit existing topics.  If you'd like to become a power user and use this site as a repository for your knowledge, just send me an email.

Upon registering, you will have access to Tools, such as the Code Generator. This tool allows you to build all the layers required in an n-tier application.  Not only will it build the Application Logic Layer, Data Access Layer, and all Models or Objects, but it will also create the SQL to create a table and all the stored procedures required to wire the Data Access Layer to a SQL database.  Non-registered users can try the tool with two fields.  Registered users can enter unlimited fields into the tool.

There are no strings attached to registering. You will not be put on any mailing list, and I will not contact you, unless you request it.

What's New...

The Code Generator now has the following functionality for C#
- Support for Generics, including building Comparers for Generic Lists
- Properties using the 3.0 Framework
- Classes can now be built for the Same Project
- Choosing whether or not the field is for the database and not the class
- Whether to return a generic list collection or an individual object
- For classes to be built in the same project, you can choose whether the connection string name is an AppSetting