Gaiaware is a highly respected software designer who develops tools used by the web app community. They’re mostly known for providing the means to create AJAX apps, and now they’ve released their latest code, Gaia Ajax 3.6. With this release they’ve greatly improved AJAX development using the ASP.NET platform.
(more…)
Archive for the ‘Tutorials’ Category
Gaia Ajax 3.6 Introduces DRIMR
Friday, December 18th, 2009ASP.NET Performance Optimization Automation
Friday, June 19th, 2009I’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 set it. (more…)
Block The IIS SEO Toolkit Through ASP
Friday, June 5th, 2009I was just reading more about the IIS SEO Toolkit when I came across the following interesting tutorial on how to block competitors from running the IIS SEO Toolkit on your servers.
Using ASP.Net As A Database
Friday, May 15th, 2009I 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 in the audience used the Entity Framework or Linq2Sql. (more…)
Optimizing Your Site For Mobile Devices With ASP
Friday, May 1st, 2009When 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.
Learning The Ins And Outs Of ASP
Friday, April 10th, 2009ASP contains text, HTML tags and different scripts. These scripts in an ASP file are executed on the server.Before learning ASP one should have knowledge of VBscript or Java script.ASP means Active Server Pages and this pages runs on Internet Information Services .ASP file is the same as HTML file it contains HTML, XML, and scripts and these scripts are executed on server.ASP files are saved with extension.asp. (more…)
Omniture Developer Connection Announced For ASP
Friday, February 27th, 2009Omniture, Inc. (NASDAQ: OMTR), announced the launch of Omniture Developer Connection, available to customers and partners at developer.omniture.com, a place for developers to connect, collaborate and innovate as a community to deliver the next generation of online marketing applications (more…)
How To Choose WebForms Or MVC To Build Your ASP.NET Sites
Friday, February 13th, 2009I’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. (more…)
Customizing The Inner Workings Of ASP.NET With IIS 7
Friday, January 30th, 2009With 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. The reason to do this is to reduce the attack surface of the application as well as stay in total control all the way from the IIS and into the ASP.NET application. (more…)
New Book Offers Help With ASP.NET’s Architectural Options
Friday, November 7th, 2008The economy’s in iffy shape, and some of the most optimistic experts out there believe it’ll remain in this condition for at least another year. As a result, now may be an excellent time to get a little better at what you do, and a new book aims to assist with exactly that process. (more…)