Browse by Tags

All Tags » Visual Studio (RSS)

Developing custom field type for SharePoint 2010 by sreejukg

The ECM features of SharePoint 2010 are excellent. The best thing is the extendibility of the platform using SharePoint designer and Visual Studio. By default SharePoint includes field types such as Single line text, multi-line text etc. The following...

Walkthrough: Wizard control in ASP.Net by sreejukg

In this article I am going to explain about the ASP.Net Wizard control and how you can use it in your application. When there are large forms, the wizard control is a useful tool that helps the end user to fill the form quiet easily. When you have large...

New Request validation features in ASP.Net 4.5 by sreejukg

(This article is based on ASP.Net 4.5 developer preview, when the version is released there may be changes applied.) ASP.Net request validation is a feature that automatically protects ASP.Net applications from XSS attacks. Request validation in asp.net...

New HTML 5 input types in ASP.Net 4.5 Developer Preview by sreejukg

Microsoft has released developer previews for Visual Studio 2011 and .Net framework 4.5. There are lots of new features available in the developer preview. One of the most interested things for web developers is the support introduced for new HTML 5 form...

Create a List Definition in SharePoint 2010 using Visual Studio 2010 by sreejukg

In this demonstration, I am going to create a list definition using Visual Studio 2010. For the demonstration purpose, I am going to create a list definition for storing expenses, once deployed, the list definition can be used to create lists to store...

Developing SharePoint 2010 features using Visual Studio 2010 by sreejukg

Developers can extend SharePoint by creating new features. Using features developers can develop customizations and extensions that can be capable of automated deployment, management, un-installation and upgrading. SharePoint Feature allows developer...

Auto-Implemented properties in C# by sreejukg

When you write applications based on Object Oriented Programming concepts, you need to define lot of classes. When you define classes in C#, you need to define member variables and properties. Usually you define member variables as private and you will...
Filed under: , , ,

Documenting C# Library using GhostDoc and SandCastle by sreejukg

Documentation is an essential part of any IT project, especially when you are creating reusable components that will be used by other developers (such as class libraries). Without documentation re-using a class library is almost impossible. Just think...
Filed under: , ,

Getting Started with Chart control in ASP.Net 4.0 by sreejukg

In this article I am going to demonstrate the Chart control available in ASP.Net 4 and Visual Studio 2010. Most of the web applications need to generate reports for business users. The business users are happy to view the results in a graphical format...

Create and Consume WCF service using Visual Studio 2010 by sreejukg

In this article I am going to demonstrate how to create a WCF service, that can be hosted inside IIS and a windows application that consume the WCF service. To support service oriented architecture, Microsoft developed the programming model named Windows...
Filed under: , ,
More Posts Next page »