zoukankan      html  css  js  c++  java
  • .net开发人员应该知道的几个网站

    微软文档中心

    https://docs.microsoft.com/zh-cn/

    微软的博客

    https://blogs.msdn.microsoft.com/ 

    .NET的博客

    https://blogs.msdn.microsoft.com/dotnet/

    微软framework的在线源代码

    https://referencesource.microsoft.com/

    微软的开源项目

    https://opensource.microsoft.com/

    微软的社区论坛

    https://social.msdn.microsoft.com/Forums/zh-CN/home 

    DotNet在Github上的主页

    https://github.com/Microsoft/dotnet

    Microsoft reference源码

    https://github.com/Microsoft/referencesource

    Framework中 MVC,Web API,Web Pages,Razor的源码

     https://github.com/aspnet/AspNetWebStack

    .NET Standard源码

    https://github.com/dotnet/standard

    Machine Learning源码

    https://github.com/dotnet/machinelearning

    .NET Core fx源码

    https://github.com/dotnet/corefx

    .net的专用名词

    CLS - Common Language Specification 公共语言规范

    CTS - Common Type System 公共类型系统

    BCL - Base Class Library 基础类库

    FCL - Framework Class Library 框架类库

    CLR - Common Language Runtime 公共语言运行时

  • 相关阅读:
    数据库
    数据库
    数据库
    数据库
    数据库
    数据库
    windows
    LeetCode : Word Pattern
    LeetCode : Perfect Number
    LeetCode : Minimum Depth of Binary Tree
  • 原文地址:https://www.cnblogs.com/niye/p/9292037.html
Copyright © 2011-2022 走看看