.NET技术栈

2021-03-30 22:25

阅读:562

标签:fsharp   cas   type   bit   tab   ruby   cache   att   sed   

.NET

  • Common Language Infrastructure (CLI)
  • Common Language Runtime (CLR)
    • Just-In-Time (JIT)
    • Garbage Collector (GC)
      • Object Pinning
      • Generations
        • Gen 0
        • Gen 1
        • Gen 2
    • Memory Management
      • Stack
      • Managed Heap
        • Large Object Heap
        • Fragmentation
        • Compaction
    • Security
  • Common Type System (CTS)
  • Common Language Specification (CLS)
  • Common Intermediate Language (CIL)
  • .NET Frameworks
    • .NET Framework
      • 1.0
      • 2.0
        • Generics
      • 3.0
        • WPF
        • WCF
        • WF
      • 3.5
        • LINQ
      • 4.0
        • PLINQ
        • TPL
      • 4.5
        • Modern UI
        • async/await
      • 4.6
    • .NET Core
      • ASP.NET Core
    • Mono
    • DNX (.NET Execution Environment)
    • .NET Micro Framework (MF)
    • .NET Compact Framework (CF)
  • Base Class Library (BCL)
    • System Types
    • Collections
    • Diagnostics
    • Globalization
    • IO
    • Security
    • Threading
    • Text
  • Runtime Infrastructure Library (RIL)
    • System
      • App Domain
      • Pointers
      • Handles
    • Reflection
  • Framework Class Library (FCL)
    • ADO.NET
    • XML
    • Net
    • Drawing
    • LINQ
      • Parallel LINQ (PLINQ)
    • Interoperability (InterOp)
      • Platform Invoke (P/Invoke)
    • Task Parallel Library (TPL)
    • Serialization
  • Core Concepts
    • App Domain
    • Assembly
    • Namespace
    • Code Access Security (CAS)
    • Generics
    • Global Assembly Cache (GAC)
    • Strong Name
    • Weak Reference
    • Event Model
    • Tasked Based Async Model
      • async/await
  • Core Features
    • Language independence
    • Interoperability
    • Portability
  • Core Objects
    • Class
    • Function
    • Property
    • Field
    • Event
    • Types
      • Reference Types
      • Values Types
  • CLI Languages
    • C#
    • VB.NET
    • F#
    • C++/CLI
    • ClojureCLR
    • Fantom
    • Visual COBOL
  • Dynamic Language Runtime (DLR)
    • DLR Languages
      • IronPython
      • IronRuby
      • IronScheme
      • IronLisp
  • Desktop
    • GUI
      • Windows Forms
      • Windows Presentation Foundation(WPF)
        • XAML
    • CUI
      • Console
    • Windows Service
  • Web
    • ASP.NET
      • ASP.NET Runtime
        • HttpHandler
        • HttpModule
      • ASP.NET Web Pages
      • ASP.NET Web Forms
        • Core Objects / Concepts
          • Web Form
          • Web Controls
          • Postback
          • Session
          • View State
        • Ajax Control Toolkit
      • ASP.NET MVC
        • MVC
          • Model
          • View
          • Controller
        • View Engines
          • Razor
          • Web Forms
          • Custom
        • Core Objects / Concepts
          • Routing
          • Controller
          • Action
          • Filter
    • Silverlight
    • SharePoint
    • IIS
  • SOA
    • ASP.NET Web API
      • REST (Representational State Transfer)
      • CRUD
        • CREATE: POST
        • RETRIEVE: GET
        • UPDATE: PUT
        • DELETE: DELETE
      • Consumers
        • HttpClient
        • RestSharp
      • Media Formatters
        • XML
        • JSON
        • BSON
        • Custom
      • Core Concepts
        • By Convention
        • Routing
        • Content Negotiation
        • Model Validation
        • Model Binding
        • Hosting
      • Core Objects
        • Api Controller
        • Action
        • HTTP Message Handler
        • Filter
    • ASP.NET Web Services
      • Core Objects
        • WebService
        • WebMethod
      • File Types
        • XML (Extensible Markup Language)
        • SOAP (Simple Object Access Protocol)
        • WSDL (Web Services Description Language)
        • UDDI (Universal Description, Discovery, and Integration)
    • Windows Communication Foundation (WCF)
      • ABC
        • Address
        • Binding
        • Contract
      • Bindings
        • BasicHttpBinding
        • WsHttpBinding
        • WsDualHttpBinding
        • WsFederationHttpBinding
        • NetNamedPipeBinding
        • NetTcpBinding
        • NetPeerTcpBinding
        • NetMsmqBinding
      • Contracts
        • Data Contract
        • Service Contract
        • Operation Contract
        • Message Contract
    • AppFabric
      • Persistence
      • Hosting
      • Monitoring
      • Caching
    • .NET Remoting
  • Open Web Interface for .NET (OWIN)
    • SignalR
    • Nancy
    • Katana
  • SDKs
    • Windows Workflow Foundation (WWF)
    • Managed Extensibility Framework (MEF)
    • Reactive Extensions (Rx)
    • Enterprise Library ??
  • Development
    • Visual Studio
    • Visual Studio Online
    • Visual Studio Code
    • Blend
    • LightSwitch
    • MonoDevelop
    • SharpDevelop
  • Platforms
    • Windows Runtime (WinRT)
    • Xamarin
    • Universal Apps
      • WinJS
    • .NET Native
    • Windows Phone SDK
    • Azure
  • Productivity
    • Team Foundation Server (TFS)
      • Product Backlog Item
      • Task
    • NuGet
    • Chocolatey
    • PowerShell
  • Build
    • MSBuild
    • CodeDom
    • Roslyn
    • CruiseControl.NET
    • csc/vbc/fsc
  • Testing
    • MSTest
      • TestClass
      • TestMethod
    • NUnit
      • TestFixture
      • Test
    • Mock
      • Moq
    • Fakes
    • Microsoft Test Manager
  • Deploy/Publish
    • ClickOnce
    • Web/FTP
    • Cloud
    • File
  • Framework (Fx) Tools
    • Ildasm (MSIL Disassembler)
    • NGen (Native Generation, Ahead-Of-Time)
    • sn (Strong Name)
    • gacutil
    • FxCop
  • Data
    • ADO.NET
    • Object/Relationship Mapping (O/RM)
      • Entity Framework (EF)
      • NHinbernate
      • AutoMapper
    • NoSQL
      • RavenDB
      • Azure Document DB
    • Cache
      • NCache
  • Components
    • IoC
      • Autofac
      • Unity
      • NInject
      • Windsor
    • Messaging/Queue
      • NServiceBus
      • RabbitMQ
      • MassTransit
      • NetMQ
    • Schedule
      • Quartz.NET
  • Cool Stuffs
    • CodeSmith
    • SQL Monitor
    • WuManber
    • Sharp Dups
    • Load Runner

.NET技术栈

标签:fsharp   cas   type   bit   tab   ruby   cache   att   sed   

原文地址:https://www.cnblogs.com/zenronphy/p/DotNetStack.html


评论


亲,登录后才可以留言!