08/10/2015
http://www.dotnetoverflow.com/how-to-create-a-simple-hello-world-inasp-net-mvc/
How to create a simple Hello world inASP.NET MVC
Everyone are thinking that ASP.NET MVC is more complex one and it is entirely different from ASP.NET Webforms if you are thinking like that that’s absolutely wrong . Clearly understand that ASP.NET is a tool that used for Create web application. I strongly recommended that before starting this sessi…
19/07/2015
Stylish Login Page in Bootstrap
In this article we will look about basics of UI Design using bootstrap and how to create a simple and stylish login form using bootstrap
05/05/2015
palindrome program in c # without using string functions
This question is most frequently asked by interviewers and some of persons aware of this and some of them not have an idea about palindrome program in c # without using string functions for those guys i will explain this program with very simple steps. lets start the program with console applications. Before start write coding you should know how to achieve this concept
Read More
http://www.dotnetoverflow.com/palindrome-program-in-c/
28/04/2015
how to create GridView with hyperlink in asp.net using c #
http://www.dotnetoverflow.com/how-to-create-hyperlink-in-gridview-in-asp-net-using-c/
how to create GridView with hyperlink in asp.net using c#
In this article i will explain about how to create GridView with hyperlink in asp.net using c #.
27/04/2015
how to create gridview in asp.net
In this article i will explain about how to create gridview in asp.net. before get into Visual Studio we should create a related table in sql server.i will show you the sample table which have created for this article as followed
http://www.dotnetoverflow.com/how-to-create-gridview-in-asp-net/
19/07/2014
How to become a good developer
http://www.dotnetoverflow.com/
16/04/2014
C # most recent version 5.0 was released on August 15, 2012 with .NET Framework 4.5 and Visual Studio 2012. There are two main features in C # 5.0 - Async Programming and Caller Information.
1.Async Feature
Two new key words are used for Async feature: async modifier and await operator. Method marked
with async modifier is called async method. This new feature will help us a lot in async programming.
For example, in the programming of Winform, the UI thread will be blocked while we use
HttpWebRequest synchronously request any resource in the Internet. From the perspective of user
experience, we cannot interact with the form before the request is done.
2.Caller Information
Caller Information can help us in tracing, debugging and creating diagnose tools. It will help us
to avoid duplicate codes which are generally invoked in many methods for same purpose, such
as logging and tracing.
We could get the below information of caller method :
CallerFilePathAttribute Full path of the source
file that contains the caller. This is the file path at compile time.
CallerLineNumberAttribute Line number in the
source file at which the method is called.
CallerMemberNameAttribute Method or property
name of the caller.
03/04/2014
Visual Studio and ASP.NET include powerful tools within the IDE. We've got best-of-class HTML5, CSS3 and JavaScript editors that have the web baked in at their core. You'll know which CSS selectors work in your browser, get IntelliSense with your JavaScript, and then instantly refresh a dozen connected browsers with Browser Link. Now, commit to source control then publish your website to any server or the cloud.
02/04/2014
ASP.NET MVC 4 is a framework for building scalable, standards-based web applications using well-established design patterns and the power
of ASP.NET and the .NET Framework. It installs side-by-side with ASP.NET MVC 3, so get started using it today!
install using the-->standalone MVC 4 Installer.