Here are few links describing how to use INotifyPropertyChanged interface in .Net Framework 4.5 using new “ Caller Information ” Attribu...
Read more »
Showing posts with label VB. Show all posts
Showing posts with label VB. Show all posts
C# Extension Methods – I Love Them!!!!
Extension Methods - Yet another cool feature brought into .Net realm with C# 3 and VB.Net 9. Extension methods allow you to "add" ...
Read more »
Visual Studio 2010 RC is now available
Finally, long awaited Microsoft Visual Studio 2010 Release Candidate with .Net Framework 4.0 and ASP.Net 4.0 was made publically available o...
Read more »
Learning Pathway for .Net
Just as in life, you need to know at least one language of communication for your survival, to swim the ocean of .Net you need to know at le...
Read more »
Abstract Class vs Interface
Introduction In this article I am going to compare & contrast Abstract Class and Interface in radiance of .Net programming languages...
Read more »
C# vs VB
Here is an article for comparing and contrasting the two most powerful and most popular .Net languages C# and Visual Basic
Read more »
C# : Enum – Tricks & Tips
This is not a beginners tutorial for concept of Enum. Its is assumed that you are aware of the basic concepts of enum. Here I am presenting ...
Read more »
Popular Posts
-
Uploading files using FileUpload server control is very common and easy with ASP.Net. But normally in this method files are uploaded to the...
-
ASP.Net MVC has a powerful Routing Engine that allows mapping between URL Routes and Controller Actions. Below are few links regarding ho...
-
With Umbraco 4.6.1 in Jan,2011, they brought in one of the great feature to Umbraco CMS - Razor . And with Umbraco 4.7 in March, 2011 they h...
-
Javascript does has built-in function Math.random() to generate a random number, however the so generated random number is always a floating...
-
As a part of my umbraco based website www.PBDesk.com , I was developing learning interactions components which can be re-used in the eLearni...