Monday, 28 March 2016

How to Check Which Version of Microsoft .NET Framework is Installed in Windows?

There are 3 easy way to find out the version of .NET Framework installed in your system: Using Windows Explorer Using Registry Editor Using Command Prompt Method 1: Using Windows Explorer All Microsoft .NET Framework versions are installed in following directory: %windir%\Microsoft.NET\Framework\ Where "%windir%" represents "Windows" directory present...

Sunday, 13 March 2016

Visual Studio 2015 Update 2 RC Announced

The Release Candidate (RC) of Visual Studio 2015 Update 2 has been announced. The release focuses on the feedback given by developers across the globe on RTM and Update 1 and responds to it. It also focuses on stability and also includes enhancing performance and responsiveness.   Here are some significant changes....

Tuesday, 8 March 2016

.NET Development

You can use the .NET Framework to develop apps for the desktop, web, and mobile devices, including Windows Store and Windows Phone Store apps: The .NET Framework can be used with such core app development technologies as Windows Presentation Foundation (WPF), Windows Communication Foundation (WCF), and Windows Workflow...

.NET Framework Class Library

The .NET Framework class library is a library of classes, interfaces, and value types that provide access to system functionality. It is the foundation on which .NET Framework applications, components, and controls are built. The namespaces and namespace categories in the class library are listed in the following...

Advanced Reading for the .NET Framework.

Dynamic Programming in the .NET Framework Provides information about reflection, reflection emit, the dynamic language runtime ﴾DLR﴿, dynamic source code generation and compilation, and the Code Document Object Model (CodeDOM). Add‐ins and Extensibility Provides information about using the add‐in model for extensible applications. Managed Extensibility Framework (MEF) Describes...

Wednesday, 2 March 2016

.NET Back to Basics: The String Class

Last month, we went back to basics with the Int class. This month, we look at the textual equivalent, the string class. The String & Int data types, single-handed, are the two most used data in the .NET platform. Between them, they handle about 90% of all the...

Wednesday, 24 February 2016

Difference Between Java and .NET

ANCE ACCOUNTING PRODUCT & SERVICES INVESTMENT MANAGEMENT PLANNING & ACTIVITIES ORGANIZATIONS STRUCTURE & SYSTEMS ECON Java vs .NET In the world of technology and computers, man is going deeper and deeper inside the heart of learning it and is making it easier for common people. Everything in application...

 

Copyright @ 2013 DotNet.