jump to navigation

Exploring Secrets of .NET Keystroke Handling 24 Oct 2008

Posted by Ramaswamy Palaniappan in .NET Core, How-To, Introduction.
add a comment

This article covers the different types of keyboard interaction that an application may have. You’ll see how you can simplify debugging by observing which methods get invoked on which controls when you press a key. The article concludes with a practical guide for implementing a variety of common key-handling scenarios.

Learning Guide: ASP.NET MVC 24 Oct 2008

Posted by Ramaswamy Palaniappan in ASP.NET, How-To, Introduction.
add a comment

Many developers started looking into ASP.NET MVC now, if you are planning to start learning it read this Stephen’s post first.

Simple skinnable and Theme management in WPF user interface 27 May 2008

Posted by Ramaswamy Palaniappan in How-To, WPF.
1 comment so far

This quick guide will help you to build  skinnable application in WPF.

Multi Tier LOB using WPF 16 May 2008

Posted by Ramaswamy Palaniappan in How-To, WPF.
add a comment

Karl has created LOB application using WPF. Get more information on this here.

Office Developer How-To’s 14 May 2008

Posted by Ramaswamy Palaniappan in For Office Developer, How-To.
add a comment

Watch it, Code it, Read it, Explore it – New Office Visual How To’s!

Office Visual How To’s combine a video demo, a code sample, a conceptual overview, and links to related resources in a single experience. All this provides a wide variety of learning resources and different flavors of content for people who have different learning styles or different amounts of time!

Why and How of .NET Profiling 13 May 2008

Posted by Ramaswamy Palaniappan in .NET Core, Advanced Basics, How-To.
add a comment

Amirthalingam Prasanna gives a simple and practical guide about why you need to profile your .NET applications and how you would go about doing it. Here is the answer.

Encrypting Passwords in a .NET app.config File 09 May 2008

Posted by Ramaswamy Palaniappan in .NET Core, How-To.
add a comment

If you want to store a encrypted password in config file. Here is the tips.

Using Workflow Foundation and Visual Studio 2008 for Testing Automation 07 May 2008

Posted by Ramaswamy Palaniappan in How-To, WF.
add a comment

In this article author shows how to employ Windows Workflow Foundation (WF) for testing. Originally, Microsoft aimed WF on describing business processes inside an application. The idea is that we can use this technology to describe the process of testing as well. Tester designs a test using visual diagram and, what is more important, he can execute this test automatically. Read this article in CodeProject.

Frequently Asked Questions for System.Net.Mail 07 May 2008

Posted by Ramaswamy Palaniappan in .NET Core, How-To, Tips.
add a comment

This FAQ addresses the System.Net.Mail (SNM) namespace found in the 2.0 .NET Framework.

WCF and P2P 02 May 2008

Posted by Ramaswamy Palaniappan in How-To, WCF.
add a comment

Baier has written a series of articles on how we can create P2P application using WCF.

P2P and WCF: Registering a Service

P2P and WCF: Finding a Service

P2P and WCF: Exposing a Service

P2P and WCF: Some Resources