Survey Admin Sample: Implementing Microsoft .NET Framework Role-Based SecurityMany applications incorporate role-based security features to enforce business policies. The technique is efficient: build and maintain a program but manage user access separately. It was possible to build portable, custom role-based security...
Survey Sample: Development of an ASP.NET Web FormThis sample demonstrates a survey Web Form constructed dynamically from a set of questions and answers stored in an SQL database. The team for this project consisted of David Willson, who did most of the SQL work, and me.
Survey Sample: Web Form Design in ASP.NETThis sample demonstrates a survey Web Form constructed dynamically from a set of questions and answers stored in an SQL database. The team for this project consisted of David Willson, who did most of the SQL work, and me. This article covers the...
The Developer RoadmapTraining is always an important aspect of empowering your workforce to deliver great solutions. The proper use of .NET is no different. Clear and consistent guidelines for identifying the training opportunities and pathways for building up your .NET...
Top Ten Gotchas in Upgrading to .NET Framework 1.1There are layers and layers in .NET. A new release involves changes to all of these layers. First there's the CLR, which actually manages the details of executing .NET code. On top of that is the Framework Class Library (FCL), Microsoft's own set of...