Other News

Community

A Code Protection Framework For .Net

(S. Ying) A software developer may find it necessary to “sell” some of his/her valuable mental skills and labor directly or indirectly to someone in order to make a physical and resulting mental living. The difference is in the “someone”, be it his/her boss, a movement/cause or middle/end customers.

Community

Encrypting configuration sections

(Bipin Joshi) Developers often store confidential information in the configuration files. Database connection strings, user names and passwords are some of the examples. One of the requested feature during ASP.NET 1.x days was to provide some way to easily encrypt and decrypt such information. Thank

Community

Performance (Sample Chapter)

(Harrison Fisk and Alex Davies) Performance is a very important topic when dealing with any database setup. One of the main reasons to use a cluster over a nonclustered database is the ability to get better performance and scalability compared to using a database that is confined to a single host. T