Ads Header

Saturday, April 28, 2012

ASP.NET DEVELOPMENT

ASP.NET DEVELOPMENT AT DRC INFOTECH

What is Microsoft.Net Framework?

The Microsoft.Net Framework is the window developer platform that connects the information, people, system and devices.

The .NET Framework is a development and execution environment that allows different programming languages and libraries to work together seamlessly to create Windows-based applications that are easier to build, manage, deploy, and integrate with other networked systems.

Built on Web service standards, .NET enables both new and existing personal and business applications to connect with software and services across platforms, applications, and programming languages. These connections give users access to key information, whenever and wherever you need it.

Microsoft .NET–connected software makes the "real-time" enterprise real by enabling information to flow freely throughout the organization, accessible to business partners, and delivering value to customers. With .NET-connected software, users can increase the value of existing systems and seamlessly extend those systems to partners, suppliers, and customers.
  • Connected
    .NET Framework empowers developers to build applications that require robust messaging systems or flexible workflows.
  • Compelling
    With the .NET Framework, developers and designers can collaborate to create rich user experiences.
  • Ubiquitous and Productive
    The .NET Framework, including improvements like LINQ, provides a single platform to quickly build mobile desktop and server-based applications.
  • Easier installation of commercial applications
    Many commercial applications from Microsoft and from third-party companies rely on the .NET Framework to support their core functionality. If you have the .NET Framework installed, commercial applications are easier to install.
  • Easier updates
    After the .NET Framework is installed, it is updated automatically by the Microsoft Update service. If you receive Automatic Updates through Control Panel, any versions of the .NET Framework that are installed on the computer will always be up to date with the latest service packs.
  • Comprehensive interoperability with existing code
This is (of course) a good thing. Existing COM binaries can commingle (i.e., interop) with newer .NET binaries  and vice versa. Also, Platformlnvocation Services (Plnoke) allows you to call C-based libraries (including the underlying API of the operating system) from .NET code.
  • Complete and total language integration
 .NET supports cross-language inheritance, cross-language exception handling, and cross-language debugging of code.
  • A common runtime engine shared by all .NET-aware languages
One aspect of this engine is a well-defined set of types that each .NET-aware language “understands.”
  • A comprehensive base class library
This library provides shelter from the complexities of raw API calls and offers a consistent object model used by all .NET aware languages.
  • No more COM plumbing
IClassFactory, IUnknown, IDispatch, IDL code, and the evil ariantcompliant data types (BSTR, SAFEARRAY, and so forth) have no place in a .Net binary.
 
What’s New?
 
The .Net Framework 3.5
The .NET Framework 3.5 provides the foundation for building connected and appealing applications, productively, on a wide variety of systems from the device to the data center, with the Deep integration of Language Integrated Query (LINQ) and data awareness and Web 2.0 AJAX. New classes in the base class library (BCL) for the .NET Framework 3.5 address the most common customer requests.

Window Presentation Foundation [WPF]
Windows Presentation Foundation (WPF) provides a unified framework for building applications and high-fidelity experiences in Windows Vista that blend together application UI, documents, and media content, while exploiting the full power of the computer.
Use a single WPF programming model to write code once and deploy it as a standalone installed application or in a browser.

WPF features include:
  • XAML—A tools-supported, XML-based user interface design language that maps XML markup tags to objects in the .NET Framework, enabling designers and developers to collaborate on delivering superior user experiences.
  • Open Document Specification—A cross-platform, open XML document format that helps customers effortlessly create, share, print, and archive paginated documents. Language Support.
 

0 Responses to “ASP.NET DEVELOPMENT”

Post a Comment