Skip to main content

Killer Startup Idea

Knowledge of program is a dab like doing a imaginative language class . If you have an idea then you can create that anyhow you like . you can put your creativity by controlling a computer to do your command . if you can convey your vision in a way your computer recognize , then you will definitely lead to construct it.

So tell me guys how you can command a computer? how you can talk to computer? any idea...YUPS "The PROGRAMMING LANGUAGE" !! you can use these LANGUAGES to create extraordinary things , and you will find lot of these out there , each with their own truly 
far-out characteristic.

Out of these programming languages , there is ONE named Microsoft ASP.NET

We may have aware of it. Many web based application also called web App like MSN.com, Bing, Stack Overflow use ASP.NET as a server side language with a combination of Client side language such as JAVA SCRIPT and client-server Database i.e Microsoft SQL server .I t is the  best language used for tutoring people to program for the web . It is superbly understandable, but  radiantly effective.

And in this blog , I will teach you how we can use ASP.NET to build your websites.

Are you just interested about web programming ?  Do you want to learn the language used to extend Microsoft?

Whatsoever your ambition , This blog wish to guide you the basics of the ASP.NET programming language.

Comments

Popular posts from this blog

.Net Framework Architecture

Components of .NET Framework  Architecture  a)    Common Language Runtime (CLR)                     This is a environment which manage execution of coding  memory management,  garbage collection . It also manage execution of program written in multiple language.                                                                                b)       Base Class library(BCL) This is a collection of common classes which are used in .NET supported language.

Differences between Unstructured Programing language and structured Programing language

Unstructured Programing language is first generation programming language and also outdated programming language which is not suitable for present requirements. Initially, this programming language is used for arithmetic operation(+,-,*,%). BASIC, FORTRAN are unstructured programming languages. There are some drawbacks in this language so to overcome structured programming language is provided. You guys might be thinking why structured programming language is better then Unstructured Programming language.Okay then let discuss some differences between them. 1. U.P.L(Unstructured Programming language)is first generation programming language while S.P.L(structured programing language) is the second generation programming language like C, PASCAL. 2. No proper structure follow for creating the application, while S.P.L follow the structured way to create any applications. 3. At that, they have only one flow of execution statement i.e GOTO which is not at all sufficient to prepare applicati...