Showing posts with label C#. Show all posts
Showing posts with label C#. Show all posts
no image

INotifyPropertyChanged - The .NET 4.5 Way. CallerMemberName

  Here are few links describing how to use INotifyPropertyChanged interface in .Net Framework 4.5 using new “ Caller Information ” Attribu... Read more »
no image

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 »
no image

C# Generic String Parser Extension Method

Online working example can be found at  http://ideone.com/ZP5xo Read more »
no image

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 »
no image

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 »
no image

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

Null Object design pattern – alternatively returning null object instead of ‘ Null ’ to avoid repeatedly checking for null values within c... Read more »
Facebook Membership Provider

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 »
no image

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 »
no image

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 »
no image

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#

Resource Center : C#

Important Links: Official Homepage Wikipedia Link-1 Wikipedia Link-2 C# Community Articles   C# @ MSDN Magazine ... Read more »
no image

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 »
no image

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 »
no image

Coding Standards & Practices for .Net

Coding Standards & Practices for .Net Read more »
no image

RSS Feeds & LINQ to XML

Linq to xml for reading rss feeds Read more »
no image

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

 
© Old - Pinal Bhatt's Blog
From the desk of Pinal Bhatt | www.PBDesk.com
Back to top