English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I know .NET is a web-based languange, but I'm not sure the details. Is it object oriented? Can it use SQL to access a database, or does it have its own functions for this?

2006-08-21 02:26:43 · 5 answers · asked by Anonymous in Computers & Internet Programming & Design

5 answers

.net programming is using a set of class libraries, compilers and other tools to create programs.

it is object oriented

u can use ADO.net to access SQL database

2006-08-21 02:36:27 · answer #1 · answered by happy_84 k 4 · 0 0

The Microsoft .NET Framework is a software component which can be added to the Microsoft Windows operating system. It provides a large body of pre-coded solutions to common program requirements, and manages the execution of programs written specifically for the framework. The .NET Framework is a key Microsoft offering, and is intended to be used by most new applications created for the Windows platform.

2006-08-21 05:55:35 · answer #2 · answered by praveen k 1 · 0 0

.NET is not a web-based language. It is a framework. Programming for .NET is programming in a .NET language, such as C# or VB.NET. .NET languages typically use SQL through ADO.NET. All of these subjects are kind of complicated for a quick description.

2006-08-21 02:32:47 · answer #3 · answered by Larry 6 · 0 0

.Net is used for both windows & web applications in which v can access sql...Etc., c#.Net equals to java

2006-08-21 03:35:31 · answer #4 · answered by india_kakinada 2 · 0 0

.Net is not a language its a framework! You are thinking of ASP.Net

I think Mircosoft's Visual Webdesigner would support this

2006-08-21 03:23:04 · answer #5 · answered by stephen.dew 3 · 0 0

fedest.com, questions and answers