|
|
Top Articles
ASP Sites Targeted By SQL Injection [2008-04-25] The dynamic capabilities of websites powered by back-end databases made thousands of them targets for injections of unsanitized code.
Microsoft Extends ASP.NET With 3.5 Extensions [2008-03-17] New extensions for developers working in ASP.NET should help in a few areas, including the ability to build data driven pages without coding.
Using the Provider Model in ASP.NET 2.0 [2008-01-11] I think by now, most ASP.NET developers have come across some of the different provider models in ASP.NET 2.0.
Googlebots Can Trip Bugs In ASP 2.0? [2007-11-30] In a post called, "ASP.NET 2.0 Mozilla Browser Detection Hole," Brendan Kowitz writes that 'there is something drastically wrong with the way search engines have been indexing my ASP.NET 2.0 blog.'
Show IIS Process Info [2007-11-12] Recently I needed to investigate the IIS process on a website because of strange shutdown behaviors.
The Dangers of the New ASP.NET MVC Framework [2007-11-02] I've been following the new ASP.NET MVC framework quite close lately because it looks so cool.
ASP.NET 2.0 - The Expando Attribute [2007-10-19] By coincidence I noticed a method I've never seen before on the ClientScript property of the page class in ASP.NET 2.0.
URL Rewrites & the HtmlForm Action Attribute [2007-09-26] A known bug in ASP.NET 1.x and 2.0 is that the action attribute of a form doesn't respect URL rewrites. Everyone that uses URL rewrites uses one of several mechanisms to take care of the action attribute bug.
Startups Aren't Thinking About ASP.Net [2007-09-07] Higher costs and fewer skilled .Net hackers may be limiting startups to going with the hordes of Linux and C/C++ or Java developers and tools available when setting up shop.
Invalid Postback or Callback Argument [2007-08-24] I've hooked a health provider up in my web.config to send me all unhandled exceptions by e-mail. See here how to do that - you just have to put some lines in the web.config.
Making your ASP.NET App Extendable [2007-08-03] People have asked me how we build the extension model into BlogEngine.NET. There's nothing to it - really, there isn't.
Localizing ASP.NET (Which is Best?) [2007-07-13] There are different approaches to localizing an ASP.NET application. You can use a global resource file or local ones.
ASP.NET: Don't use the ThreadPool [2007-06-18] I've always been a big fan of using the ThreadPool for asynchronous execution, but in ASP.NET it is not the best approach for multi-threading.
Top Application Security Vulnerabilities in Web.config Files [2007-06-07] Some of the most common and dangerous application security vulnerabilities that exist in ASP.NET Web-based applications come not from the C# or VB.NET code that make up its pages and service methods, but instead from the XML code that makes up its Web.config files.
BlogEngine.NET 1.0 Officially Released [2007-05-24] We released the first version of BlogEngine.NET for anyone to download and use.
Application Security Vulnerabilities in Web.config Files [2007-05-04] These days, the biggest threat to an organization's network security comes from its public Web site and the Web-based applications found there.
BlogEngine.NET: Events in the File & Image Handlers [2007-04-06] In BlogEngine.NET, all files and images that are inserted on a post will be served using an HttpHandler.
New Blog Engine Written in ASP.NET 1.1 [2007-03-23] For more than a year, I've been blogging on the excellent dasBlog engine and it has been good.
ASP.NET - Asynchronous GridView in 5 Steps [2007-03-12] A web page with a data bound GridView control can take a long time to load.
ASP.NET: Count Clicks on External Links [2007-03-05] On a small test website I'm building in my spare time, I wanted a way to count the number of clicks to the outgoing links from that site.
Creating Reusable User Controls in ASP.NET [2007-02-22] In almost every web project of any size, you would probably use a lot of user controls to separate the content and UI logic.
ASP.NET: Is it Too Easy? [2007-02-15] Some time ago, I wrote a post called "Is ASP.NET too difficult?" and I strongly believe that it is.
ASP.NET: Make GridView Control Accessible [2007-01-25] The GridView is a new web control in ASP.NET 2.0 and is an improvement of the old DataGrid.
ASP.NET - Block IP Addresses from Your Site [2007-01-12] Recently, one of my readers asked me how to block certain IP addresses from accessing his ASP.NET website.
ASP.NET: Maintain Scroll Position After Postbacks [2006-12-19] To maintain the scroll position after postbacks is important for larger web pages in order to let the user know exactly what is going on.
|
|