How to learn c#

May 14, 2019 am 09:33 AM
c#

C# is an object-oriented high-level programming language released by Microsoft that runs on .NET Framework and .NET Core (completely open source, cross-platform); it is a safe, stable, and simple , elegant, object-oriented programming language derived from C and C.

Recommended course: C# tutorial.

How to learn c#

#If you want to learn C# well!

Treat C# as a new language to learn;

Read "C# Beginner's Classic" and "C# Advanced Programming";

Don't be fooled by VC, BCB, Confused by words such as BC, MC, TC - they are all integrated development environments, and what we need to learn is a language;

Don't let go of any seemingly simple small programming problem - they It is often not that simple, or it can lead to a lot of knowledge points

Being able to use Visual vs does not mean that you know C#;

It is not difficult to learn C#, long-term practice and unremitting efforts in the expo Qunshu;

If you are not a genius, don’t think about playing games if you want to learn programming!

You can’t learn C# language by reading books on Visual vs;

Impetuous It’s easy for people to say: If you can’t speak XX language well, you should learn YY; - it’s you who can’t speak it! ?

Impetuous people tend to ask: What should I learn? - Don’t ask, just learn;

Impetuous people tend to ask: Is there any way to make money in XX? - I suggest you Go rob a bank;

Impetuous people tend to ask: Which is better, XX or YY; - Let me tell you, both are good - as long as you learn;

There are two types of impetuous people: a) People who just wait and see without learning; b) People who only learn without persisting;

It is better to keep outdated technology in mind when talking about fashionable technology;

C# is not just an object-oriented programming language;

One of the best ways to learn programming is to read the source code;

Don’t think at any moment that the book in your hand is enough ;

If you can understand the book, please read it carefully; If you cannot understand the book, please read it bravely;

Don’t expect to remember and master anything after reading the book for the first time ——Please read it for the second and third time;

Discuss meaningful C# knowledge points with others instead of arguing about whether XX is good or whether YY or ZZ is better;

Please don’t Do you think there will be any problems in learning C# after learning XX language - you are just learning a brand new language;

After reading "C# Advanced Programming", you can decide whether you are already familiar with C# Got it;

The secret to learning programming is: programming, programming, programming;

Remember: object-oriented technology is not exclusive to C#;

Please read the book Enter the program examples into the computer to practice by yourself, even if the source code is included in the supporting CD;

Expand the meaningful examples seen in the book;

Please pay attention to exception handling in C# technology, and effectively apply it to your own programs;

Frequently review the programs you have written before, and try to rewrite them to apply the new knowledge you have learned;

Don’t miss any exercise questions in the book - please finish them all and record your solution ideas;

C# language and C# integrated development environment must be learned and mastered at the same time;

Now that you have decided If you want to learn C#, please keep learning it, because the purpose of learning a programming language is to master programming technology, and programming technology is cross-language;

Let the various platforms and development environments of C# language Fierce competition, we must focus on learning the C# language itself;

When you are halfway through writing a C# program and find that the method you used is very clumsy, please don’t stop immediately; please write the remaining part as soon as possible Complete it roughly to ensure the integrity of the design, then analyze

your own mistakes and redesign and write;

Never ignore the program just because it is "small" Follow some rules that you are not proficient in - good habits are cultivated, not memorized once;

Every time you learn a difficult point in C#, try to explain this knowledge point to others and let them Understand - Only when you can explain clearly can you really understand;

Record the knowledge points that you ignore or don’t understand when communicating with others;

Please keep educating yourself The programs you write put forward higher requirements, even if your program version number will become XX;

Save all the programs you have written - that is one of your best accumulations;

Please don’t be an impetuous person;

Please love C#!

The above is the detailed content of How to learn c#. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undress AI Tool

Undress AI Tool

Undress images for free

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

C# vs. C  : History, Evolution, and Future Prospects C# vs. C : History, Evolution, and Future Prospects Apr 19, 2025 am 12:07 AM

The history and evolution of C# and C are unique, and the future prospects are also different. 1.C was invented by BjarneStroustrup in 1983 to introduce object-oriented programming into the C language. Its evolution process includes multiple standardizations, such as C 11 introducing auto keywords and lambda expressions, C 20 introducing concepts and coroutines, and will focus on performance and system-level programming in the future. 2.C# was released by Microsoft in 2000. Combining the advantages of C and Java, its evolution focuses on simplicity and productivity. For example, C#2.0 introduced generics and C#5.0 introduced asynchronous programming, which will focus on developers' productivity and cloud computing in the future.

C# .NET: Building Applications with the .NET Ecosystem C# .NET: Building Applications with the .NET Ecosystem Apr 27, 2025 am 12:12 AM

How to build applications using .NET? Building applications using .NET can be achieved through the following steps: 1) Understand the basics of .NET, including C# language and cross-platform development support; 2) Learn core concepts such as components and working principles of the .NET ecosystem; 3) Master basic and advanced usage, from simple console applications to complex WebAPIs and database operations; 4) Be familiar with common errors and debugging techniques, such as configuration and database connection issues; 5) Application performance optimization and best practices, such as asynchronous programming and caching.

From Web to Desktop: The Versatility of C# .NET From Web to Desktop: The Versatility of C# .NET Apr 15, 2025 am 12:07 AM

C#.NETisversatileforbothwebanddesktopdevelopment.1)Forweb,useASP.NETfordynamicapplications.2)Fordesktop,employWindowsFormsorWPFforrichinterfaces.3)UseXamarinforcross-platformdevelopment,enablingcodesharingacrossWindows,macOS,Linux,andmobiledevices.

.NET Framework vs. C#: Decoding the Terminology .NET Framework vs. C#: Decoding the Terminology Apr 21, 2025 am 12:05 AM

.NETFramework is a software framework, and C# is a programming language. 1..NETFramework provides libraries and services, supporting desktop, web and mobile application development. 2.C# is designed for .NETFramework and supports modern programming functions. 3..NETFramework manages code execution through CLR, and the C# code is compiled into IL and runs by CLR. 4. Use .NETFramework to quickly develop applications, and C# provides advanced functions such as LINQ. 5. Common errors include type conversion and asynchronous programming deadlocks. VisualStudio tools are required for debugging.

Deploying C# .NET Applications to Azure/AWS: A Step-by-Step Guide Deploying C# .NET Applications to Azure/AWS: A Step-by-Step Guide Apr 23, 2025 am 12:06 AM

How to deploy a C# .NET app to Azure or AWS? The answer is to use AzureAppService and AWSElasticBeanstalk. 1. On Azure, automate deployment using AzureAppService and AzurePipelines. 2. On AWS, use Amazon ElasticBeanstalk and AWSLambda to implement deployment and serverless compute.

C# .NET: Exploring Core Concepts and Programming Fundamentals C# .NET: Exploring Core Concepts and Programming Fundamentals Apr 10, 2025 am 09:32 AM

C# is a modern, object-oriented programming language developed by Microsoft and as part of the .NET framework. 1.C# supports object-oriented programming (OOP), including encapsulation, inheritance and polymorphism. 2. Asynchronous programming in C# is implemented through async and await keywords to improve application responsiveness. 3. Use LINQ to process data collections concisely. 4. Common errors include null reference exceptions and index out-of-range exceptions. Debugging skills include using a debugger and exception handling. 5. Performance optimization includes using StringBuilder and avoiding unnecessary packing and unboxing.

Unity game development: C# implements 3D physics engine and AI behavior tree Unity game development: C# implements 3D physics engine and AI behavior tree May 16, 2025 pm 02:09 PM

In Unity, 3D physics engines and AI behavior trees can be implemented through C#. 1. Use the Rigidbody component and AddForce method to create a scrolling ball. 2. Through behavior tree nodes such as Patrol and ChasePlayer, AI characters can be designed to patrol and chase players.

C# as a Versatile .NET Language: Applications and Examples C# as a Versatile .NET Language: Applications and Examples Apr 26, 2025 am 12:26 AM

C# is widely used in enterprise-level applications, game development, mobile applications and web development. 1) In enterprise-level applications, C# is often used for ASP.NETCore to develop WebAPI. 2) In game development, C# is combined with the Unity engine to realize role control and other functions. 3) C# supports polymorphism and asynchronous programming to improve code flexibility and application performance.

See all articles