HttpPostedFile.FileName browser dependent behaviour
Even though these kind of variables must have some standards (may be it already has), there are differences in practise. Be careful …
Even though these kind of variables must have some standards (may be it already has), there are differences in practise. Be careful …
I came across to a really strange problem today. Some extension methods that I have copied from another project just did not …
I want to share some pretty basic and useful UpdatePanel control extensions with you. Method names are self explaining so I will …
Community made a great job this month. Microsoft MVPs have localized Team System Web Access (TSWA) into 7 new languages. With support …
RSS feeds are widely used in today’s internet world. Thus we, developers, have to implement it on our websites and projects most …
Since there are different ways of global error handling in ASP.NET applications and you have to implement the one that best fits …
Web Image Maker is an open source and pretty useful Image Maker control by Tom Crane. Feel free to give it a …
This is something we need very often. Either for security reasons or just because of some business rules. I will share a …
BuildManager is a class located in System.Web.Compilation namespace and contains a method named CreateInstanceFromVirtualPath. Using this static method, you may create instances …
When I used to use PHP to develop my web applications, I really loved its basic but useful method named ucfirst. This …