Monday, December 19, 2011
Visual Studio – An Overview
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
Tuesday, November 8, 2011
Main components of .Net Framework
- Base Class Library
- Common Language Runtime.
Tuesday, August 16, 2011
So what is meant by Dynamic Web page?
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?
ASP.Net is a Microsoft’s Technology to develop Dynamic web pages.
Saturday, August 6, 2011
What is .NET?
Saturday, July 30, 2011
How a web server working?
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?
Monday, July 25, 2011
What is a web server?
Saturday, July 16, 2011
What is .Net?
- Learn By Experience: SMS Gateways
- ASP.Net Forums - FAQ #2 : ASP.Net Project Ideas
- ASP.Net Forums – FAQ #1 : How to enable Adsense in my site?
- Main components of .Net Framework
- ASP.Net Forums–FAQ #6: ASP.Net Session Expired Problem
- How to Send SMS From ASP.Net Web Application?
- Visual Studio Tips & Tricks: 2 – Create Virtual Directory Problem
- Visual Studio Tips & Tricks–10 : How to Change the color theme in Visual Studio 2015?
- CRUD Operation - ASP.Net MVC with ADO.Net
- .Net Architecture