why DotNetFramework is included in building a software
Answer / Suresh Meena
The .NET Framework is a software development platform designed by Microsoft. It provides a controlled programming environment, simplified coding practices, and consistent services for developers to create Windows desktop applications, web applications, mobile apps, and more. By using .NET Framework, developers can build robust, scalable, and maintainable software solutions.
| Is This Answer Correct ? | 0 Yes | 0 No |
How large is the .net framework 3.0? Does this change make the release larger?
In which testing using in .net framwork?
mention what is the key advantage of using entity framework or ef?
My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?
What is separation of concerns in asp.net mvc?
please tell me the best book of asp.net in the markit. which explain in simple and detail.
What does CLR do after the IL is generated and machine language is generated .Will it look for main method ?
What is page life cycle?
Difference between <connectionstring> and <appsettings>
What is entity graph? : Entity framework
How to create an alias name for a namespace?
What is objectcontext? : Entity framework