Server time in client javascript code

Source code to get the server time from client side JavaScript code in asp.net or SharePoint application. Below sample code can be modified based on requirement.   <script type=”text/javascript”> //Users time var timeLocal = new Date();...

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...