| Articles |
WPF 4.0 : Change SelectionBrush and Caret Color New
Posted on: 07 Mar 2010 05:01:45 PM by Abhi2434 | Views: 234 | 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: 526 | 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: 442 | 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: 430 | 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.
|
Silverlight 4: How to use the all new Right Click Context Menu?
Posted on: 03 Mar 2010 10:57:26 PM by Kunal2383 | Views: 257 | Category: Silverlight
In this post I will describe about the another cool new feature (“How to use the all new Right Click Context Menu?”) of Silverlight 4.
|
How to Write a Simple login page in Asp.net
Posted on: 05 Mar 2010 05:53:22 PM by Vuyiswamb | Views: 523 | 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.
|
How to Ping network IP or Hostname in Silverlight Application?
Posted on: 04 Mar 2010 01:07:16 PM by Kunal2383 | Views: 217 | Category: Silverlight
Pinging a network IP or Hostname is not available in Silverlight. But you can do this using WCF service. In this post I am going to implement the same thing for you. I am using Silverlight 4 here. But this can also be possible in Silverlight 3.
|
Silverlight: Drag And Drop ListBoxItem to Canvas (using Telerik Control)
Posted on: 04 Mar 2010 01:03:02 PM by Kunal2383 | Views: 187 | Category: Silverlight
While surfing thru different forum I noticed that, lots of people are actually facing issues while trying to implement the drag and drop feature. The main problem arises while trying to drag from a ListBox to a panel like canvas. In this post, I will go thru the steps to demonstrate such feature.
|
C# 4.0 New Features – Named and Optional Parameters
Posted on: 03 Mar 2010 11:09:25 PM by Kunal2383 | Views: 185 | Category: C#
In this post I will talk for one of the new feature in C# 4.0 – Named and Optional Parameter. Actually these are not a single feature but two different feature. You can get more benefit if you work with them together. So, what are those? Named parameter is a way to provide an parameter to the method using the name of the corresponding parameter instead of its position in the parameter list. Whereas, optional parameter allows you to omit arguments to member invocation.
|
Silverlight 4: How to Drag and Drop External Files?
Posted on: 03 Mar 2010 11:03:51 PM by Kunal2383 | Views: 159 | Category: Silverlight
In this post I will describe you another feature of Silverlight 4 “Access to external content”. Here I will show how to drag and drop some external images to my sample application. Earlier Silverlight 4 this feature was not available. There was no client file access permission. But in this new release they introduced this functionality by which you can implement the same.
|
Silverlight 4: How to work with Notification API?
Posted on: 03 Mar 2010 10:49:40 PM by Kunal2383 | Views: 162 | Category: Silverlight
Silverlight Notification API is a new feature introduced in Silverlight 4 Beta 1. If you are developing your application using Silverlight & want to show some notification message like Outlook to the user, then you can use this. Remember that, this feature only works out of browser.
|
Asynchronous Method Invocation
Posted on: 04 Mar 2010 04:36:07 PM by Abhi2434 | Views: 635 | Category: .NET Framework
Here I am showing how you can invoke a method asynchronously using delegates and AsyncCallback
|