Asp.net

Tech Guy on April 29th, 2010

With Visual Studio 2010 Beta 1 and .NET Framework 4.0 has many improvements for different set of scenarios such as Webforms, Dynamic Data & AJAX based web development. There are also a lot of enhancements to the core runtime that powers ASP.NET such as Caching, Session & Request/Response objects. In this article , [...]

Continue reading about Asp.net 4.0 Webform Features

Tech Guy on September 22nd, 2009

JavaScript tricks for ASP.Net developers
Every ASP.Net site on the Internet has various user controls and almost every developer have to handle these controls in JavaScript. Most developers face problem finding these ASP.net user controls in JavaScript side. If you have ever wanted to handle ASP.Net controls in JavaScript, this article should [...]

Continue reading about Handling ASP.Net Controls in JavaScript

Tech Guy on August 20th, 2009

Welcome back, In the last two article we have been discussed about General Checklist and Security Related Checklist for ASP.Net Developers. These checklist are found to be very useful for developers perspective. Now we shall discus something about ASP.Net Performance Improvement Tips. I have listed down some of the Performance Related Tips for ASP.Net Applications

Reduce [...]

Continue reading about ASP.Net Performance Improvement Tips

Tech Guy on August 19th, 2009

In this article we are going to discus some of the Security Related Checklist for ASP.Net Developers. I have four main areas to discus about the security related issues

Input Validation and Authentication Checklist
Web Services Security Checklist
Data Access Security Checklist
Client Script Maintainability Checklist

Scope : Input Validation and Authentication Checklist for ASP.Net Applications

Use client side validation.
Every [...]

Continue reading about ASP.Net Developers Checklist – Security Checklist

Tech Guy on August 17th, 2009

This article provides consolidated guidelines/checklist for writing scalable, clean and high performance web applications using ASP.NET. Close adherence to the rules will help developers and code reviewers to understand a piece of code.
The article is divided into three parts as mentioned below.

Scalable and Maintainable
Meeting all the security standards
Giving high performance.

The following guidelines list [...]

Continue reading about Checklist/Guidelines for ASP.Net Developers

Tech Guy on June 16th, 2009

DotNet Framework is a Programming model of the .NET environment for building, deploying, and running Web-based applications, smart client applications, and XML Web services

Continue reading about DotNet Framework Fundamentals