Best C# Books For Beginners
C# is the mostly used programming language with developers all over the world creating wide range of softwares. C# is used to create web applications, Windows applications, mobile applications...
Books for learning Django web development
Django is Python based web development framework, completely written in python and very easy to use. Django is the most famous web development framework for developing websites and web applications...
Asp.net MVC Books : Books for Learning Asp.Net MVC
MVC (Model – View – Controller) is new web development design from Microsoft. MVC is mordern, powerful and a promising platform. It’s built upon microsoft’s frmamework. Means mvc...
Using StructureMap with C# / ASP.NET
StructureMap is a dependency injection Injection is a set of software design principles and patterns that enable us to develop loosely coupled code. It’s primary goal is to...
Creating your Blogger Template ( CSS Customization )
Blogger is a great platform for blogging. But it doesn’t have good templates. Blogger provides you only some basic templates that doesn’t look very good or catchy. Now you...
Google Analytics not working in new customized Blogger template
Many times when you change your blogger template or create a new one from scratch, you may face a situation where your Google Analytics is not showing recent data...
Create your own blogger template from scratch -1
Customizing a blogger template or creating it from scratch is not very hard work. You just need to understand some basic HTML and css. Mostly css part because blogger...
Creating a Blog in Asp.net Web Forms using C# – Part 3
In previous article we added html markup in our web pages. In this article we’ll add C# codes in the code behind files. These codes will do the main...
Creating a Blog in Asp.net Web Forms using C# – Part 2
In first part we created a database for our blog. Now we’ll add web pages and logic to our blog. we’ll create three web pages, one for showing all...
Create a simple blog using ASP.NET Web Forms using C# – Part 1
This tutorial is about making a simple blogging website using C# programming language in visual studio beginner level tutorial gives basic idea of blogging application. We’ll not...