0
Comments

Better accessibility with AccessKey in Asp.net controls by Jalal

All of us has seen that every control in Asp.net has a property called AccessKey, but many of us do not know (or may be lazy to know) and use it. But I think it is a good feature that can increase accessibility of a website. Specially Linux user/ users...
Filed under: ,
0
Comments

Microsoft released Silverlight 4 Beta 2 by Jalal

2 days ago in last PDC Microsoft released Silverlight 4 Beta 2. I sneaked through the feature list a while ago. It seems some interesting features are included along with performance tuning. Before I discuss about the features I want to focus on the performance...
Filed under:
0
Comments

Reference to asp.net configuration file schema in msdn by Jalal

When we develop application, we frequently need to configure it through the configuration file, but I lose the msdn link to the schema explanation most of the time. for various version of .net framework the link is different, but if you can find one,...
Filed under:
0
Comments

How to stop auto populate in text box by Jalal

Though auto populate of previously entered text in text box is helpful sometimes, still there are cases when we do not want this feature (may be because we have our own auto complete feature using ajax, so we don’t want it to block our cool auto complete...
Filed under: ,
0
Comments

Using Visual Studio Build Events by Jalal

Sometimes we may need to perform some action before or after the build process of visual studio. A simple case can be, when we open a solution which contains several projects and websites, and few of the websites hosted in IIS virtual directory, and we...
Filed under:
0
Comments

.svc extension not working in Windows Vista or Windows 7 by Jalal

In windows vista or Windows 7 .svc extension / MIME type is not configured by default. So when executing any WCF service call a 404 error will be issued. This problem can be solved by the following command: C:\Windows\Microsoft.NET\Framework\v3.0\Windows...
Filed under: ,
2
Comments

How to debug localhost (or running in IIS) Asp.net applications by Jalal

Sometimes you may need to debug applications that you host in IIS. In case of a developer pc we can call it localhost applications. When we use Visual Studio, we can debug our application when we run the built-in web server of visual studio. But when...
Filed under: ,
2
Comments

Introduction to WCF (WCF – Part 1) by Jalal

Introduction: Windows communication foundation (WCF) is one of the recent buzz in the development world. The beauty of this technology has already attracting developers towards it. To get a long range view about what WCF is or what it can do I can say...
Filed under:
0
Comments

ASP.NET MVC Quick Reference by Jalal

Asp.net MVC is a new framework for web development. Lets have a quick look at it. Installation: To use it with Visual Studio 2008 and Sql Server Express 2005 / Sql Server 2005, download the MVC installer from the link following link: http://www.asp.net...
Filed under:
0
Comments

Solution of Error Code 29506 when installing SQL Server 2005 Management Studio Express on Vista by Jalal

while installing sql server 2005 management studio express in vista operating system, we may face an error. Here is the solution given, This is due to the new Vista feature called User Account Control or UAC. The fix is pretty simple and there are 2 different...
Filed under: , ,
0
Comments

Difference between Theme and StyleSheetTheme explained by Jalal

Just like me, you may have wondered why there is theming options in ASP.NET - Theme and StyleSheetTheme. Understanding this difference may help you implement styling in your web page. Theme overrides the styling applied by control attributes, on the other...
2
Comments

Creating a custom Performance Counter by Jalal

A nice feature of Asp.net is to monitor the performance of a web application using Performance Counter. This class is under System.Diagnostics namespace and provides helpful features for implementing counters that can be useful for monitoring site activity...
Filed under: ,
Powered by Community Server (Non-Commercial Edition), by Telligent Systems