Submit Your Article
Home Articles News Tutorials Videos Add An Article
Topics: Design Photoshop Programming PHP CSS Java Database Web Development Javascript Ajax
– Close + Open

Find Out More About DevWebPro!

Sign up for the newsletter


» Terms & Conditions

Welcome to the New DevWebPro!

DevWebPro Includes:
  Hundreds Of Tutorials   Developer News
  Unique Gadget Videos   Tons of Topics to Discuss
  Expert Advice   We Will Publish Your Articles

Topic archive for Author Archive

12

Configuring web.config File In IIS 7

Friday, July 16th, 2010

In this first installment of performance tuning tricks for ASP.NET and IIS 7 we will look at some of the easy, yet powerful possibilities in the web.config file. By taking advantage of these few tricks we can increase the performance of any new or existing website without changing anything but the web.config file.

Calling Remote JavaScript Through Iframes

Wednesday, August 26th, 2009

At ZYB we have been doing cross domain JavaScript calls for quite some time now. Whenever we tell that to people, many don’t believe it is possible with standard security settings in any modern browser. This surprised me a bit since it has always been possible with a simple little trick.
The problem
Say you have a [...]

ASP.NET Performance Optimization Automation

Friday, June 19th, 2009

I’ve been working lately with some ASP.NET performance optimization automation HTTP modules. In one of them I needed to know if the last-modified header had been set through the Response.Cache.SetLastModified(DateTime) method.
For some reason, there is no API available anywhere within the BCL to retrieve the last modified date of a response – you can only [...]

Understanding The Fundamentals Of ASP Developers

Friday, May 22nd, 2009

In the past 6 months I’ve been involved in hiring a lot of ASP.NET developers. It was very interesting to learn just how different skill sets ASP.NET developers have. It also made it more and more clear that every developer we talked to would fit into one of three categories:

The web developer
The developer [...]

Using ASP.Net As A Database

Friday, May 15th, 2009

I have a very clear view on what ASP.NET is and what it isn’t. I’ve never given it much thought until recently when I learned that my view was different from a lot of other ASP.NET developers’. It started at an ASP.NET session at the MVP summit where a presenter asked whether or not people [...]

Optimizing Your Site For Mobile Devices With ASP

Friday, May 1st, 2009

When I was building the mobile TV guide I found that there are a couple of things needed to make the website look better on the iPhone and iPod. They both have some extra capabilities that is easy to utilize when you know how.

Adding Expiration Date To Headers

Monday, March 30th, 2009

I’ve been tweaking the performance of BlogEngine.NEXT today using my favorite tool: YSlow for FireBug. One of the things YSlow checks for is the expires HTTP header for static content such as images, script files and style sheets. Since BlogEngine.NET has always used custom HTTP handlers for serving scripts and stylesheets, only the static images [...]

How To Choose WebForms Or MVC To Build Your ASP.NET Sites

Friday, February 13th, 2009

I’ve read a lot of posts and articles about why and when you should choose WebForms or the MVC framework to build your ASP.NET websites. They are all pretty good, but for some reason they forget or ignore the obvious third option – standard ASP.NET without the WebForm.

Customizing The Inner Workings Of ASP.NET With IIS 7

Friday, January 30th, 2009

With IIS 7 it is now easier than ever to customize the inner workings of ASP.NET applications using only the web.config. It is possible to remove all the features but the ones the specific application uses. In other words, we are able to lock down our applications and only turn on the features we need. [...]

ASP.NET Holiday Update

Friday, December 19th, 2008

Some exiting things have been going on with BlogEngine.NET lately.

12
DevWebPro is an iEntry Network ® publication - © 1998-2010 All Rights Reserved