Techniques For Effective Models in C#

c# techniques

Large, complex data models are ubiquitous today.  Whether destined for a database or a service API, constructing valid data is essential.   Having a clear and concise way of defining data models, as well as populating and validating them, can greatly increase productivity and reliability.  When building models with hundreds of fields and several levels, clarity…

Read More

VS 2012 Publishing Changes

asp

If your ASP.NET web development team does not have an automated deployment process in-place, the Visual Studio publish feature can be a great way to quickly deploy or update a web project.    In addition, the web.config transform functionality provides a mechanism for automatically replacing web.config settings (such as database connection strings, permissions, etc.) for different…

Read More