Banner Ad

Sunday, January 1, 2012

IIS – An Introduction

By Francis   Posted at   6:31 AM   IIS No comments
In my last post I gave a small intro about Visual Studio. This time I come with the small introduction about IIS (Internet information Services), which is formerly called as Internet Information Server. Of course, it’s also Microsoft implementation. IIS is the second web server, used next to Appache Web server. IIS is an integral part of Windows, which means IIS comes as a built in package. By default, the IIS feature not installed in Windows OS, user must install the necessary components. As it name implies, it is a Web server. A web server receives the request/requests and serves the output to the client. Typically, the output is in HTML format.

Monday, December 19, 2011

Visual Studio – An Overview

By Francis   Posted at   8:48 AM   Visual Studio 2010 No comments
What is Visual Studio?
Visual studio is an IDE (Integrated Development Environment) provided by Microsoft which is the One of the prominent Microsoft product. So what is integrated development environment? The answer is so simple.
You can develop A to Z of applications in a single development environment. That is, with visual studio you can develop from a console application to well equipped web application in a single environment. So that it is called as IDE.
The bottom line of this product is, it provided a multi language support also. You can develop the application with Visual Basic, C#, J#, VC++ etc. So this is the small introduction about visual studio.





In future articles, I will provide much examples on the visual studio concepts like short cut keys, shortcut functionalities etc.

Saturday, December 3, 2011

.Net Architecture

By Francis   Posted at   9:46 PM   No comments

Tuesday, November 8, 2011

A To Z Of Dot Net: Main components of .Net Framework

By Francis   Posted at   11:10 AM   No comments
A To Z Of Dot Net: Main components of .Net Framework

Main components of .Net Framework

By Francis   Posted at   11:04 AM   .Net Framework Components 2 comments
Two Main components of .Net Framework:
  1. Base Class Library
  2. Common Language Runtime.
I’m going to explain the above in a detail manner in my future postings.

Connect with Us