• Skip to main content
  • Skip to primary sidebar
  • Skip to secondary sidebar
  • Skip to footer

Computer Notes

Library
    • Computer Fundamental
    • Computer Memory
    • DBMS Tutorial
    • Operating System
    • Computer Networking
    • C Programming
    • C++ Programming
    • Java Programming
    • C# Programming
    • SQL Tutorial
    • Management Tutorial
    • Computer Graphics
    • Compiler Design
    • Style Sheet
    • JavaScript Tutorial
    • Html Tutorial
    • Wordpress Tutorial
    • Python Tutorial
    • PHP Tutorial
    • JSP Tutorial
    • AngularJS Tutorial
    • Data Structures
    • E Commerce Tutorial
    • Visual Basic
    • Structs2 Tutorial
    • Digital Electronics
    • Internet Terms
    • Servlet Tutorial
    • Software Engineering
    • Interviews Questions
    • Basic Terms
    • Troubleshooting
Menu

Header Right

Home » Article » Dot Net – What is .Net?
Next →
← Prev

Dot Net – What is .Net?

By Dinesh Thakur

.NET is a brand name for a set of modern technologies. Microsoft’s .NET is a development platform used to create dynamic websites and Web applications. The .NET Framework is used for building applications that have optimal user experiences. It supports numerous Web technologies, including.

We’ll be covering the following topics in this tutorial:

  •  Language Integrated Query (LINQ)
  • Windows Presentation Foundation (WPF)
  • Windows Workflow Foundation (WF)
  • Windows Communication Foundation (WC)
  • Silverlight

 Language Integrated Query (LINQ)

Language Integrated Query (LINQ, pronounced “link”) is a Microsoft .NET Framework component. LINQ was introduced in .NET version 3.5 to allow a programmer to query data from many kinds of data sources without knowing any external language. Querying is the process of obtaining data from a data source. LINQ makes it very easy for you to query data from different kinds of data sources. LINQ is integrated to both C# and VB, and multiple special keywords and syntax for querying using LINQ have been added. Before the arrival of LINQ, programmers write different set of codes for querying different data sources.

Windows Presentation Foundation (WPF)

The Windows Presentation Foundation is Microsofts next generation User Interface framework to create applications with a rich user experience. It is part of the .NET framework 3.0 and higher.

WPF combines application UIs, 2D graphics, 3D graphics, documents and multimedia into one single framework. Its vector based rendering engine uses hardware acceleration of modern graphic cards. This makes the UI faster, scalable and resolution independent.

Windows Workflow Foundation (WF)

Windows Workflow Foundation (WF) is one of the parts of the .NET 3.0 framework as released by Microsoft. One of the most interesting aspects of Windows Workflow Foundation (WF) is the separation between business process code and the actual implementation, often a requirement in Service Oriented Architecture (SOA). Before Windows Workflow Foundation the typical scenario would be to write both the business logic and the actual implementation in C#, Visual Basic .NET or another .NET language.

The result was no clear separation between business logic and its implementation. With the release of Windows Workflow Foundation (WF) the business logic can be defined in the workflow while the actual underlying implementation is done in C#, Visual Basic .NET or another .NET language. So basically the what is done in the workflow and the how is done in traditional programming code.

Windows Communication Foundation (WC)

Windows Communication Foundation (Code named Indigo) is a programming platform and runtime system for building, configuring and deploying network-distributed services. It is the latest service oriented technology; Interoperability is the fundamental characteristics of WCF. It is unified programming model provided in .Net Framework 3.0. WCF is a combined features of Web Service, Remoting, MSMQ and COM+. WCF provides a common platform for all .NET communication.

Silverlight

Silverlight is a new cross-browser, cross-platform implementation of the .NET Framework for building and delivering the next generation of media experiences and Rich Interactive Applications(RIA) for the web. It runs in all popular browsers, including Microsoft Internet Explorer, Mozilla Firefox, Apple Safari, Opera. The plugin required to run Silverlight is very small in size hence gets installed very quickly.

It is combination of different technolgoies into a single development platform that allows you to select tools and the programming language you want to use. Silverlight integrates seamlessly with your existing Javascript and ASP.NET AJAX code to complement functionality which you have already created.

Silverlight aims to compete with Adobe Flash and the presentation components of Ajax. It also competes with Sun Microsystems’ JavaFX, which was launched a few days after Silverlight.

You’ll also like:

  1. What is Dot Net
  2. What is Dot Net Framework
  3. A string “Dot saw I was Tod” how converted into “doT saw & was toD”?
  4. What is Dot Gain?
  5. What is Dot Pitch?
Next →
← Prev
Like/Subscribe us for latest updates     

About Dinesh Thakur
Dinesh ThakurDinesh Thakur holds an B.C.A, MCDBA, MCSD certifications. Dinesh authors the hugely popular Computer Notes blog. Where he writes how-to guides around Computer fundamental , computer software, Computer programming, and web apps.

Dinesh Thakur is a Freelance Writer who helps different clients from all over the globe. Dinesh has written over 500+ blogs, 30+ eBooks, and 10000+ Posts for all types of clients.


For any type of query or something that you think is missing, please feel free to Contact us.


Primary Sidebar

Terms

Parts of Computer

    • Computer - Processor
    • Computer - Scanner
    • Computer - SMPS
    • Computer - SCSI
    • Computer - EGA
    • Computer - CD-ROM
    • Computer - CD-R
    • Computer - Laser Disc
    • Computer - Optical Disc

Computer Ports

    • Computer - Port
    • Computer - Printer Port
    • Computer - Parallel Port
    • Computer - Serial Port
    • Computer - Display Port
    • Computer - HDMI

Computer Storage Terms

    • Storage - Disk Sector
    • Storage - FAT
    • Storage - Bootstrap
    • Storage - Seek Time
    • Storage - USB 3.0
    • Storage - Address
    • Storage - Format
    • Storage - Cluster
    • Storage - Defragmentation
    • Storage - Install SSD

Internet Terms

    • Internet - Cookies
    • Internet - UseNet
    • Internet - Search Engines
    • Internet - Bandwidth
    • Internet - 3G Technology
    • Internet - SkyDrive
    • Internet - Plug-Ins
    • Internet - Error Code 404
    • Internet - Crawlers
    • Internet - Wifi
    • Internet - Web hosting

Hardware Terms

    • Hardware - Video Card
    • Hardware - Clock Speed
    • Hardware - Architecture
    • Hardware - Tablet

Hardware Terms

    • OS - Desktop
    • OS - Desktop Publishing
    • OS - Application Program
    • OS - Device Dependent
    • OS - Command.com
    • OS - Bug
    • OS - PCL
    • OS - Ansi.Sys
    • OS - Desktop Level
    • OS - Android

Computer Language terms

    • Language - Assembly
    • Language - ANSI
    • Language - Embedded System
    • Language - AI
    • Language - Beta Version
    • Language - JQuery
    • Language - .Net

Google Terms

    • Google - Gravity
    • Google - Goglogo
    • Google - Barrel Roll
    • Google - Fonts
    • Google - Heart Graph
    • Google - Voice
    • Google - Movie Show Times

Some Other Terms

  • Terms - Antistatic Device
  • Terms - ATM
  • Terms - AirDrop
  • Terms - Abort
  • Terms - Bleed
  • Terms - Daisy Chain
  • Terms - Thunderbolt
  • Terms - Virus

Other Links

  • Computer Terms - PDF Version

Footer

Basic Course

  • Computer Fundamental
  • Computer Networking
  • Operating System
  • Database System
  • Computer Graphics
  • Management System
  • Software Engineering
  • Digital Electronics
  • Electronic Commerce
  • Compiler Design
  • Troubleshooting

Programming

  • Java Programming
  • Structured Query (SQL)
  • C Programming
  • C++ Programming
  • Visual Basic
  • Data Structures
  • Struts 2
  • Java Servlet
  • C# Programming
  • Basic Terms
  • Interviews

World Wide Web

  • Internet
  • Java Script
  • HTML Language
  • Cascading Style Sheet
  • Java Server Pages
  • Wordpress
  • PHP
  • Python Tutorial
  • AngularJS
  • Troubleshooting

 About Us |  Contact Us |  FAQ

Dinesh Thakur is a Technology Columinist and founder of Computer Notes.

Copyright © 2025. All Rights Reserved.

APPLY FOR ONLINE JOB IN BIGGEST CRYPTO COMPANIES
APPLY NOW