|
|
Top Articles
Discussion on ASP.NET Performance Optimization [2008-08-21] Next Tuesday the 26th, I'm giving a talk about advanced ASP.NET performance optimizations at the Copenhagen .NET User Group.
Let the browser Identify Country and Language in ASP.NET [2008-08-08] I recently had the challenge of retrieving a country based on the browser language. It was used to pre-select a country in a drop down list so the user didn't have to. I knew it wasn't going to be 100% accurate but probably more like 80-90%.
Microsoft Helps With ASP, ASP.NET Security [2008-07-18] Anyone in charge of a site using ASP and ASP.NET technologies might want to make sure it's up to date in terms of security measures. According to Microsoft, there's been a rise in relevant SQL injection attacks.
Compressing WebResource.axd to Reduce Your Website Size [2008-06-20] A lot have been written about the compression of WebResource.axd over the years, but as far as I know, nobody has come up with a simple solution to it.
Most Popular ASP.NET Products And Services Announced [2008-05-23] Discovering a great new product or service is exciting; wasting time on an inefficient one is not. Hopefully the results of the asp.netPRO Readers' Choice Awards 2008 will help you sort the good from the bad.
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.
|
|