Browse by Tags

All Tags » .NET (RSS)

Get certified for free, Microsoft offers free certification exam (70-480) by sreejukg

Recently I got an email from Microsoft regarding the free exam voucher that can be used for exam 70-480 : Programming in HTML 5 with JavaScript and CSS3. This is a great opportunity for developers to get certified without spending any money. Awesome!...

NuGet package manager in Visual Studio 2012 by sreejukg

NuGet is a package manager that helps developers to automate the process of installing and upgrading packages in Visual Studio projects. It is free and open source. You can see the project in codeplex from the below link. http://nuget.codeplex.com/ Now...

Coexistence of projects between Visual Studio 2010 and 2012 by sreejukg

Microsoft has released another version of Visual Studio named Visual Studio 2012. As you can see there are user interface (UI) changes in all/most of the Microsoft applications as Microsoft is moving towards Windows 8 and changing the UI scheme for all...

Change default language settings in Visual Studio 2012 by sreejukg

The first thing you need to do after the installation of Visual Studio 2012 is to choose the IDE preferences. Once you select your preferred collection of settings, the IDE will always choose dialogs and other options according to your selection. Nowadays...

Extension methods in .Net framework by sreejukg

Recently one of my friend asked me about extension method. Though it was introduced in .Net framework 3.0, lots of people are not using this or not aware of the power of extension methods. So I decided to write a blog post about this to give an introduction...

Site Map Provider using custom business objects by sreejukg

Recently one of the project I was in a situation to build navigation for line of business data, the existing system available was fully designed as object oriented and it connects with some database other than SQL server. While thinking about showing...
Filed under: , , ,

Configure Forms based authentication in SharePoint 2010 by sreejukg

Configuring form authentication is a straight forward task in SharePoint. Mostly public facing websites built on SharePoint requires form based authentication. Recently, one of the WCM implementation where I was included in the project team required registration...

WalkThrough: aspnet_regsql.exe in ASP.Net 4 by sreejukg

ASP.Net has the built-in support for Membership. Using this, you can securely store and validate user credentials. By using Membership along with Roles and Profiles you can build powerful applications. ASP.Net has a set of classes that allows you to access...
Filed under: , ,

Create a Web Application in SharePoint 2010 using Claims Based authentication by sreejukg

SharePoint 2010 supports two types of authentication modes. Classic Mode and Claims based. Classic mode supports only windows authentication, where in case of Claims based authentication you can use any of the supported authentication methods such as...

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: , , ,
More Posts Next page »