Blog Detail
Gunnar Peipman's ASP.NET Blog
http://weblogs.asp.net/gunnarpeipman
Postings and code samples about ASP.NET, WCF, WF, SharePoint, MSSQL and related technologies, book and certification exams reviews, interesting findings and link lists. Also you can find there my own thoughts and understandings of things. This blog is targeted to software development professionals working on Microsoft platform technologies.
Feel free to visit my blog, drop comments and ask questions. You are all welcome and I', glad to see you in my blog.
New! Visual Studio 2010 and .Net Framework 4.0 postings!
Recent Posts
ASP.NET MVC: Creating reports using Chart control
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 also in ASP.NET MVC applications. In this posting I wil...
Visual Studio 2010: Generating sequence diagrams on the fly
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 show you how to generate sequence diagrams on the fly. ...
ASP.NET 4.0: Writing custom output cache providers
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 own output cache providers. In this posting I will ...
Loading Enterprise Library validation rules from external file
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 Configuration tool and therefore there is no good reason ...
ASP.NET MVC: Validating objects using Enterprise Library validation application block
Data validation is important topic in applications. There are many validation frameworks available and there should be one that you are happy with. I am currently playing with Enterprise Library 4.1 Validation Application Block and I am integrating i...
Visual Studio 2010: Visualizing dependencies
Visual Studio 2010 introduces new and cool feature – architecture diagrams that visualize dependencies between assemblies, namespaces and classes. In this posting I will show you how these diagrams look like and provide some explanations about how ...


Commenting works for CSS defined within blocks within the page (it wraps a server-side comment around the regions selected within it), but not for external CSS files (with those you need to add the comment manually).ZK@Web Marketing Blog
Commenting does also work in Javascript files and code.
Posted: May 28th, 2009 | Report This Comment