Click here to Skip to main content
15,913,773 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: About the .Net Framework Pin
Luc Pattyn3-Aug-09 1:08
sitebuilderLuc Pattyn3-Aug-09 1:08 
GeneralRe: About the .Net Framework Pin
CoderForEver3-Aug-09 9:12
CoderForEver3-Aug-09 9:12 
AnswerRe: About the .Net Framework Pin
Not Active2-Aug-09 16:19
mentorNot Active2-Aug-09 16:19 
GeneralRe: About the .Net Framework Pin
CoderForEver3-Aug-09 1:04
CoderForEver3-Aug-09 1:04 
GeneralRe: About the .Net Framework Pin
Not Active3-Aug-09 2:12
mentorNot Active3-Aug-09 2:12 
AnswerRe: About the .Net Framework Pin
Robin_Roy2-Aug-09 17:09
Robin_Roy2-Aug-09 17:09 
GeneralRe: About the .Net Framework Pin
CoderForEver3-Aug-09 1:05
CoderForEver3-Aug-09 1:05 
AnswerRe: About the .Net Framework Pin
0x3c03-Aug-09 1:10
0x3c03-Aug-09 1:10 
matiIsGreat wrote:
Hey guys I am working on c# appllication ......... i know it well ..... but I cant understand the aim of the .Net Framework ................ what is its apllication??? i am confused


The .Net framework is just a collection of classes and services. The classes serve to simplify development by providing common tasks, and allowing you to interop using PInvoke. The services clean up after you, making sure that the stuff you create using new is released at the end of its scope.

It's language agnostic - the only difference between C#, VB.Net, C++ (CLI) and a few others is a bit of syntax. You can use the same .Net framework in most MS languages.

Originally it just ran on Windows 98+, but recently it's been ported to Linux as Mono. You can also run a subset of the framework on Pocket PCs.

The .Net framework can run either online or offline applications. By online applications I mean Silverlight applications. By offline applications I mean the usual WPF/Windows Forms applications, like the one you've been writing.

Each release of the .Net framework is a superset of the previous. Version 2.0 builds on top of version 1.1, and so on. So you could theoretically build a program which is usable by any version of the framework - it's just not commonly done.

Windows Vista and Windows Seven have got versions of the .Net framework installed by default, so you can deploy your applications to there without too much hassle.

The .Net framework also does deployment applications, like installers. You might want to research ClickOnce as an example of this.

Between the idea
And the reality
Between the motion
And the act
Falls the Shadow

GeneralRe: About the .Net Framework Pin
CoderForEver3-Aug-09 9:00
CoderForEver3-Aug-09 9:00 
GeneralRe: About the .Net Framework Pin
Dave Kreskowiak3-Aug-09 9:22
mveDave Kreskowiak3-Aug-09 9:22 
GeneralRe: About the .Net Framework Pin
0x3c03-Aug-09 9:30
0x3c03-Aug-09 9:30 
AnswerRe: About the .Net Framework Pin
Blikkies3-Aug-09 2:18
professionalBlikkies3-Aug-09 2:18 
AnswerSomeone needs to remove this thread Pin
leckey3-Aug-09 4:27
leckey3-Aug-09 4:27 
Questionexplanation of all properties,events and methods of each and every control Pin
koushikraj30-Jul-09 22:13
koushikraj30-Jul-09 22:13 
AnswerRe: explanation of all properties,events and methods of each and every control Pin
Eddy Vluggen30-Jul-09 22:36
professionalEddy Vluggen30-Jul-09 22:36 
GeneralSomewhat better question Pin
supercat931-Jul-09 7:20
supercat931-Jul-09 7:20 
GeneralRe: Somewhat better question Pin
Dave Kreskowiak31-Jul-09 7:34
mveDave Kreskowiak31-Jul-09 7:34 
GeneralRe: Somewhat better question Pin
Eddy Vluggen31-Jul-09 10:16
professionalEddy Vluggen31-Jul-09 10:16 
GeneralRe: Somewhat better question Pin
Luc Pattyn31-Jul-09 18:35
sitebuilderLuc Pattyn31-Jul-09 18:35 
GeneralRe: Somewhat better question Pin
Eddy Vluggen1-Aug-09 0:43
professionalEddy Vluggen1-Aug-09 0:43 
GeneralRe: Somewhat better question Pin
Luc Pattyn1-Aug-09 6:56
sitebuilderLuc Pattyn1-Aug-09 6:56 
GeneralRe: Somewhat better question Pin
supercat92-Aug-09 9:21
supercat92-Aug-09 9:21 
GeneralRe: Somewhat better question Pin
Eddy Vluggen3-Aug-09 21:19
professionalEddy Vluggen3-Aug-09 21:19 
QuestionWindows Service Pin
Rolando Y. Puno30-Jul-09 16:11
Rolando Y. Puno30-Jul-09 16:11 
AnswerRe: Windows Service Pin
N a v a n e e t h30-Jul-09 16:22
N a v a n e e t h30-Jul-09 16:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.