Tag: Development

Community

ASP.NET Compilation Models

(Jim Cheshire) In this chapter, learn the details of how ASP.NET applications are compiled. This information is not vital to your success as an ASP.NET developer, but having an understanding of the architecture of your development environment always makes you a better developer.

Community

Securing Data in .NET

(Murat Firat) Cryptology is a field that deals with providing security and privacy. This field includes many cryptosystems each one consisting of a set of algorithms that aims to provide data security. Nowadays, cryptosystems are widely used in any area of digital technology. Digital signatures, ele

Community

GridView With ObjectDataSource

(AzamSharp) In this article I will show you how you can use the ObjectDataSource with the GridView control to do editing, updating, deleting and adding new records. There are several ways to perform these operations, I am using the simplest approach. The project files are also attached with this art