| Blog Name: | Gunnar Peipman's ASP.NET blog |
| Url: | http://weblogs.asp.net/gunnarpeipman/ |
| Language: | English |
| Topics: | .Net, SharePoint, Development |
| Description: | ASP.NET, C#, SharePoint, SQL Server and general software development topics. |
| Popularity: | 1 Followers |
|
On Windows Azure CTP some file system operations are not allowed. You cannot create and modify files located on server hard disc. I have small application that stores data to DataSet and I needed p...more |
|
ASP.NET Chart control is powerful control you can use to add charting support to your web applications. Although chart controls are mainly used with ASP.NET forms it is not very hard to use them al...more |
|
|
One nice feature that Visual Studio 2010 provides is generating sequence diagrams on the fly. Just point out method and choose diagram generating option from context menu. In this posting I will sh...more |
|
Until now we can use ASP.NET default output cache. We don’t have any option to write our own output cache mechanisms. ASP.NET 4.0 introduces extensible output cache – programmers can write their ow...more |
|
|
Keeping validation rules in web.config may grow it pretty long and it is not convenient to make changes there anymore. Developers can manage validation rules easily by using Enterprise Library Conf...more |