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 C#. Show all posts
Showing posts with label C#. 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 »
C# Generic String Parser Extension Method
Online working example can be found at http://ideone.com/ZP5xo
Read more »
Tags:
C#
Whats coming up new with .Net 4.5 ?
Microsoft has already announced developer preview for .Net Framework 4.5 which is expected to come with ASP.Net 4.5, ASP.Net MVC 4, ASP.NET ...
Read more »
Umbraco Razor Syntax for Breadcrumb
Recently Umbraco team released new version 4.6.1 for Umbraco CMS engine and one of the great feature they added was the support for Razor sy...
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 »
Null Object Design Pattern
Null Object design pattern – alternatively returning null object instead of ‘ Null ’ to avoid repeatedly checking for null values within c...
Read more »
Tags:
.Net
,
C#
,
Design Patterns
Facebook Membership Provider
Introduction One of the great new features introduced in ASP.NET 2.0 was the use of the " Provider Model " which provides flexib...
Read more »
Tags:
.Net
,
Asp.Net
,
C#
,
Facebook
,
Facebook Connect
Uploading files to FTP server using ASP.Net
Uploading files using FileUpload server control is very common and easy with ASP.Net. But normally in this method files are uploaded to the...
Read more »
C# Tutorial
Welcome to C# Tutorials. This is an attempt to provide the systematic & strategic learning track/guide for the candidates looking forwar...
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 »
Resource Center : C#
Important Links: Official Homepage Wikipedia Link-1 Wikipedia Link-2 C# Community Articles C# @ MSDN Magazine ...
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 »
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 »
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...