| Articles |
Beginner’s Guide: How IIS Process ASP.NET Request New
Posted on: 14 Mar 2010 08:21:32 AM by Abhijit Jana | Views: 220 | Category: ASP.NET
This article describes how the IIS process clients requests and responses.
|
4 steps to enable instrumentation in WCF New
Posted on: 14 Mar 2010 04:02:05 AM by Anup1252000 | Views: 112 | Category: WCF
Many times we would like to monitor events of WCF application in production environment. We would like to monitor events like errors, security audits, performance etc. This can be achieved by extending the ASP.NET health monitoring system in WCF. The health monitoring system is also termed as instrumentation.
|
Understanding the Converter in DataBinding New
Posted on: 13 Mar 2010 06:41:09 PM by Abhi2434 | Views: 173 | Category: WPF
Converter and ConverterParameter comes very handy while working with WPF Data Binding. You can manipulate the data bound to a value using IValueConverter. The article demonstrates how you can use it in your solution with a sample application.
|
Understanding the basics of WCF Service
Posted on: 10 Mar 2010 08:04:21 AM by Dhiraj5079 | Views: 355 | Category: WCF
The aim of this article is to explain the basics of WCF in a manner as simple as possible.
It is assumed that the reader doesn’t know anything about WCF or .NET 3.0, however he/she is expected to know .NET 2.0 and/or simple facts like what is a web service.
While writing this article (or any other) I always try to avoid difficult technical words, which may confuse the reader. I have tried to put it in as simple words as possible.
At the end of this article, I would hope you understand at least some of the key WCF areas and possibly be inspired enough to try out a project on your own.
|
How to make your Control Always Available While Scrolling in ASP.NET AJAX
Posted on: 11 Mar 2010 03:39:02 AM by Vuyiswamb | Views: 360 | Category: ASP.NET AJAX
Sometimes in your Web application you might need your menu control to be available even when the user is scrolling down your page. Some Web Applications or Websites have a lot of contents on the page and when the user control down he forgets about the menus and sometimes it because a pain to always go up the page to find a menu. Sometimes it good if the menu can stay on the display while the user scrolls up and down. In this Article we are going to demonstrate on how to achieve this.
|
Filter GridView Records using AJAX Slider Control
Posted on: 11 Mar 2010 03:52:07 PM by Abhijit Jana | Views: 371 | Category: ASP.NET AJAX
This article describes how to filter GridView Records using AJAX Slider Control.
|
What's new in Visual Studio 2010?
Posted on: 10 Mar 2010 06:24:00 AM by Kunal2383 | Views: 391 | Category: Visual Studio 2010
In this article I will describe about some new features of Visual Studio 2010 which I explored till now. These features are really very useful in terms of productive development. This article is mainly targeted for beginners of Visual Studio 2010 but everybody can get benefit on the same.
|
WPF 4.0 : Change SelectionBrush and Caret Color
Posted on: 07 Mar 2010 05:01:45 PM by Abhi2434 | Views: 464 | Category: WPF
WPF 4.0 comes with certain cool features like changing Selection Brush for text selection, Changing color of Caret etc. I am going to discuss those in this article
|
Simplest Way to Implement Multilingual WPF Application
Posted on: 06 Mar 2010 05:17:09 PM by Abhi2434 | Views: 1041 | Category: WPF
Easiest way to handle Globalization in your WPF application
|
Windows 7 Multitouch Application Development (Part - II)
Posted on: 06 Mar 2010 02:09:03 AM by Kunal2383 | Views: 572 | Category: WPF
In my last article Windows 7 Multitouch Application Development (Part - I), I described about how to handle multitouch image manipulation in Windows 7 which gives a very basic idea on the multitouch development. That code uses multitouch manipulation for the entire screen. If there are multiple images in the screen this will raise event for all.
|
Windows 7 Multitouch Application Development (Part - I)
Posted on: 06 Mar 2010 01:45:14 AM by Kunal2383 | Views: 945 | Category: WPF
Windows 7 came up with lots of goodies including better resource management, better performance, jumplist management, multitouch functionality & many more. Here I will discuss on developing a simple multitouch application using .Net 3.5 SP1.
|
How to Write a Simple login page in Asp.net
Posted on: 05 Mar 2010 05:53:22 PM by Vuyiswamb | Views: 691 | Category: ASP.NET
Yesterday I stumbled across a post that was posted on our forum. I was very busy with other things, when Sheo started a conversation based on that post. I was looking at it until he updated the untagged code that was posted. By looking at the Stored Procedure I could see that the poster was lost and his Stored Procedure approach failed him. In this Article am going to explain how to write a simple login in Asp.net.
|