by Sandesh | Feb 28, 2015 | .Net
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...
by Sandesh | Mar 15, 2013 | .Net, Sharepoint
SharePoint 2010 Client side and server side code for CRUD list item. Sample contains client side object model Sharepoint object model samples Client Object Model LINQ to SharePoint Create List Items string siteUrl = “http://cmsstores”; ClientContext...
by Sandesh | Jun 29, 2012 | .Net
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...
by Sandesh | Aug 31, 2011 | .Net
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...
by Sandesh | Jul 2, 2011 | .Net
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...
by Sandesh | Jul 2, 2011 | .Net
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...