Concept of OOPS in C#

What are the Access Modifiers in C# ? Different Access Modifier are – Public, Private, Protected, Internal, Protected Internal Public – When a method or attribute is defined as Public , It can be accessed from any code in project. For example in the above Class...

Clickone Deployment installation location

Interesting to see the clickone deployment location? Yes i know it is tricky find exe stored in client system. Shortcut menu property also won’t help.   Follow these steps to find the installation location of server activated clickone deployment executable...

Azure Learning Tutorial

Do you want to learn Azure? then you can find the best Channel9 video tutorials link here.  Session 01: Windows Azure Overview Session 02: Introduction to ComputeSession 03: Windows Azure Lifecycle, Part 1Session 04: Windows Azure Lifecycle, Part 2Session 05: Windows...

WF 3 and WF 4 benchmark

One of the major .net 4 update is Workflow enhancement. You can find lot of changes in workflow 4 compared to previous version.  MS has invested huge on new workflow 4 version. Now it is ready to use in cutting edge development. Microsoft published the Performance...

WCF Interview Questions and Answers

One of the main component release by .net 3.0 framework was WCF(Windows communication foundations). If you want to take the interview on .net then you should be good in this WCF because it is one of the core components using in SOA. What is the difference WCF and Web...