Posts Tagged: .NET Framework
-
Jun 30, 2010
No Comments.NET Framework FAQ – Part 1
What is .Net Framework? It is an environment for developing, building and executing desktop applications, web applications and web services. It provides a language-neutral development & execution environment It ensures that an application would not be able to access memory that is not authorized to access. It provides services to run “managed” applications. It handles the...