About 60,200 results
Open links in new tab
  1. C# - 维基百科,自由的百科全书

    C#以.NET类库作为基础,拥有类似 Visual Basic 的快速开发能力。 C#由 安德斯·海尔斯伯格 主持开发,微软在2000年发布了这种语言,希望借助这种语言来取代 Java。 C#已经成为 Ecma国际 和 国际 …

  2. 为什么国内讨厌C#的人那么多?编程语言C#就业前景到底怎么样?_开 …

    Oct 27, 2024 · C#的应用领域极其广泛。 它最初主要用于开发Windows桌面应用程序,但随着.NET Core的出现,C#开发者可以轻松构建跨平台的Web应用、微服务、云原生应用程序,甚至是游戏开 …

  3. C#/.NET/.NET Core学习、工作、面试指南 - GitHub

    创建 DotNetGuide 知识库的初衷,就是为了整理、收录、沉淀全网优质 C#/.NET/.NET Core 学习资源:包含完整学习路线、精品视频教程、优质文章、经典书籍、开源项目、主流框架、开发实战案例、 …

  4. C#迎來腳本開發時代,原生支援單檔執行模式 | iThome

    May 30, 2025 · 此項更新讓C#開發體驗向Python、JavaScript等腳本語言看齊,降低學習與原型設計、自動化腳本開發的門檻。 過去執行C#程式需建立完整專案結構,即便僅為測試或簡單腳本也無法省略 …

  5. C# 击败 Python 成为 TIOBE 2025 年度编程语言,业界地位仍面临 Java

    回顾 C# 发展历程,其经历了多次关键演进,不仅在主流编程语言中较早拥抱新设计趋势,还成功完成了两次重要转型:从仅支持 Windows 平台转向跨平台生态,从微软内部主导转向全面开源。 可以 …

  6. C# Null Coalescing (??) operator - Medium

    Jul 19, 2024 · The null coalescing operator (??) in C# is a convenient way to handle null values in expressions. It checks whether its left-hand operand is null and, if so, evaluates and returns the right …

  7. C# 10 and .NET 6 – Modern Cross-Platform Development: Build apps ...

    You’ll build and deploy cross-platform apps, such as websites and services using ASP.NET Core. Instead of distracting you with unnecessary application code, the first twelve chapters will teach you …

  8. Learn C#: A Cheat Sheet for Newcomers - HackerNoon

    Mar 9, 2023 · C# (pronounced “C sharp”) is a modern, object-oriented programming language developed by Microsoft. It is widely used for creating desktop applications, games,

  9. Microsoft——AI、云、生产力、计算、游戏和应用

    浏览适合家庭或企业的 Microsoft 产品、服务和支持。购买 Microsoft 365、Copilot、Teams、Xbox、Windows、Azure、Surface 等产品/服务。

  10. How I Learned C#: A U.S. News Guide

    Dec 4, 2020 · In learning C#, I’ve grown to have a deeper appreciation of statically-typed languages and the value they bring to large and complex applications.