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...

Tuesday, 23 February 2016

What is the .NET architecture?

Microsoft .NET consists of four major components: Common Language Specification (CLS) Framework Class Library (FCL)  Common Language Runtime (CLR) .NET Tools  Common Language Specification (CLS) The CLS is a common platform that integrates code and components from multiple .NET programming languages. In other words, a .NET application can...

Some .NET Framework 4 Versions Losing Product Support Next Month

Microsoft issued a reminder to organizations today that it will be ending product support next month for .NET Framework versions 4, 4.5 and 4.5.1. Starting on Jan. 12, 2016, those versions of the product will become unsupported software. As a consequence, they won't get future updates from Microsoft,...

Why we use .net and Why develope .net framework?

In the Old Days when you wrote an application, you started with a blank sheet of paper and maybe a couple of routine you had written before and knew worked. As a result it took a long time to get anything done, it all had to be tested...

Thursday, 18 February 2016

WHAT IS .NET FRAMEWORK ?

.NET is a software development platform developed by Microsoft. It runs on Microsoft Windows OS. .NET provides tools and libraries that allow developers to develop applications and services much easily, faster and secure by using a convenient way. t .NET is a programming framework created by Microsoft that developers can use...

 

Copyright @ 2013 DotNet.