FlyTreeView (ASP.NET)
Technical support and KB related to the FlyTreeView control
This forum related to following products: FlyTreeView for ASP.NET
Link
Posted:
08-Jan-2014 21:16
Hi every one,I am new to dot net technology. Being outsourced and using time tracker like this one at
screenshotmonitor.com
Can any one tell me the difference between dot net and asp.net?
Link
Posted:
27-Jun-2024 00:18
datcacachi
Total Posts:0
Joined:11/21/2024
.NET and ASP.NET are both technologies developed by Microsoft, but they serve different purposes within the software development ecosystem. Here's a breakdown of their differences:
.NET
Framework: .NET is a free, cross-platform, open-source developer platform for building many different types of applications. It includes a large class library called the Framework Class Library (FCL) and provides language interoperability across several programming languages.
Types of Applications: With .NET, you can create applications for various platforms, including desktop (Windows Forms, WPF), mobile (Xamarin), web (ASP.NET), and cloud services.
Languages: Common languages used in .NET development include C#, F#, and VB.NET.
Core Components: The main components of .NET include the Common Language Runtime (CLR), which handles the execution of .NET programs, and the Base Class Library (BCL), which provides fundamental classes and functions.
ASP.NET
Framework: ASP.NET is a subset of the .NET framework specifically designed for building web applications and services. It extends the .NET platform with tools and libraries specifically for web development.
Types of Applications: ASP.NET is used to build dynamic web pages, web applications, and web services. It supports different models such as Web Forms, MVC (Model-View-Controller), and Web API.
Technologies:
ASP.NET Web Forms: A drag-and-drop, event-driven model for building web applications.
ASP.NET MVC: A pattern-based approach to build dynamic websites that enables a clean separation of concerns.
ASP.NET Web API: Framework for building HTTP services that can be accessed from any client including browsers and mobile devices.
ASP.NET Core: A cross-platform, high-performance framework for building modern, cloud-based, internet-connected applications.
Link
Posted:
22-Jul-2024 19:47
tdgimex
Total Posts:1
Joined:7/22/2024
thank you for sharing, that's what i want.