Banner Ad

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.

Tuesday, August 16, 2011

So what is meant by Dynamic Web page?

By Francis   Posted at   9:34 AM   Webpage No comments

There are 2 types of web pages.

1) Static web page

2) Dynamic web page

Static web pages are as its name implies it contains static data. For example, a simple html page is called as “Static” page. It contents are always static or predefined statically.

But whereas dynamic pages are served by Web server or its created by the Web server and served to the user, who is initiated the request.

Static web pages are created by HTML, a language which is traditionally used to create static pages.

In other hand, Dynamic web pages are created by Server side languages like Java, JSP, ASP, ASP.Net. PHP Phython, Perl etc.

Whenever the Dynamic web page, is requested it was compiled/executed in server itself and finally output HTML.

Remember, HTML is the only language that can be understand by the browser. That’s the reason all the webservers are emits the output in HTML format.

So what is ASP.Net?

By Francis   Posted at   9:33 AM   .Net. ASP.Net No comments

ASP.Net is a Microsoft’s Technology to develop Dynamic web pages.

Saturday, August 6, 2011

What is .NET?

By Francis   Posted at   6:23 AM   .Net. ASP.Net No comments
Dot.Net is a Microsoft Platform for developing Web-based as well as rich windows based thin client/server based applications.

Saturday, July 30, 2011

How a web server working?

By Francis   Posted at   7:40 AM   1 comment
This is a very basic question. Before we going to deeper, we must know about the Operating systems. There are 2 broad categories of Operating systems. They are:
1) Client Operating Systems
2) Server Operating Systems.
Client Operating Systems:
Client operating systems are capable to provide a nice user interface to the user to interact with hardware. Some examples are DOS(which is a CUI based OS), Windows family Operating Systems (like Windows 9x family, windows XP, Windows 7, Vista etc) .
Server Operating Systems:
Server Operating systems provide the exact functionality that the client OS provide, In addition They can:
1) Handle Tera bytes of Storage disks.
2) Running a Webserver like Softwares.
3) Capable of running on a Multi Processor Environment
4) Improved Security etc..

The above are some of the main functionalities of a Server OS. Most populare Server OS’s are : Unix, Linux and Windows NT Family Server OS, Solaris etc.
The Concept:
So whenever you type a URL in a browser (Firefox, IE or chrome etc), the request will go to the Webserver, which was running on a Server OS.
Consider you request the site www.asp.net which is a ASP technology site (that is build on ASP.Net Technology), So your request directly sent to Windows Server.


Because, Microsoft created the ASP.Net Technology which is a web development technology, which can be run inside the IIS web server (which is also a Microsoft product). So whenever a ASP page kept under the IIS server and its ready for client’s request.
So that only I previously told, whenever you request a ASP.Net (.aspx) page it was kept under the IIS and served to Client.

What is an Operating System?

By Francis   Posted at   7:39 AM   No comments
An Operating system is a software, which provides an interface (typically a GUI (Graphic User Interface)) to interact with the computer’s hardware.

Monday, July 25, 2011

What is a web server?

By Francis   Posted at   12:26 PM   WebServer No comments
A web server is a piece of software, which accepts the user (client) request and responds to the client. In other words, it serves to the client whatever the client requests.

Saturday, July 16, 2011

What is .Net?

By Francis   Posted at   8:27 AM   No comments
.Net is a Microsoft's platform to develop new thick and thin client applications as well as Web based applications.
Connect with Us