Author: SSWUG Research

Community

Optimized ASP.NET

(John Goodson) Developing performance-oriented .NET applications is not easy. The .NET standard includes only basic guidelines and interface definitions to help programmers develop .NET applications. In addition, .NET data providers do not throw exceptions to say that your code is running too slowly

Community

Working with ADOX

(Ramesh Balaji and Scott Mitchell) ADO, as you likely know, is used to access databases (or more generic data stores). The work that we normally perform with ADO when working with database can be categorized into the following two activities: 1. Data Definition 2. Data Manipulation