(1)From Nurse to C#Developer-Can a Nurse Become Successful in Changing to Learn. NET Development?

(1)From Nurse to C#Developer-Can a Nurse Become Successful in Changing to Learn. NET Development?

The article tells the story of a nurse who resigned due to work pressure and family responsibilities. After having difficulty finding a job, she decided to learn programming, especially the C#language. She detailed what she learned on the first day, including. NET,. NET Framework, C#language concepts, C#development software types, different UI frameworks, interactive patterns, and the use of Visual Studio. She expressed her confidence and determination to learn programming and hoped to receive guidance and help from more people.

最后更新 2/21/2025 9:18 PM
勇敢的天使
预计阅读 5 分钟
分类
share
专题
From Nurse to C#Developer
标签
.NET C# Visual Studio Change career development programming

I used to be a nurse and held on to the clinical front line of the hospital for ten years. When I first entered the workplace, I felt that it was okay to work night shifts. After all, the arrangement of taking a few days off in a row was not bad. However, when I became a mother of two children, things were very different. The intense pressure of work made me a little unbearable, and I had to take care of my children after work, which made me exhausted and the idea of quitting quietly arose.

After putting in so much effort in this position, I was filled with reluctance to leave, and I hesitated for a long time. But later, my sleep became worse and worse. I couldn't sleep well at night and had to deal with high-intensity work during the day. Even after working for so many years, I still couldn't escape the night shift. When will this kind of life end? In the end, I made up my mind to resign.

I don't know if I was too impulsive or too confident in making this decision. I am confident that I can find a good job after leaving. But reality was far crueler than imagined. After leaving the job, I began to look for jobs everywhere. In recent years, the general environment has been bad, with a large number of unemployed people and extremely fierce competition in the workplace. I submitted a large number of resumes, including health care doctor, pharmacy salesperson, clinic nurse, and even customer service. However, the job I want doesn't like me, and most positions require relevant work experience. After running into a wall many times, I even doubted myself and felt as if I knew nothing and had no idea what job to do.

Recently, the word "AI" has frequently appeared in every corner. What exactly is it? AI is the abbreviation of "Artificial Intelligence", which means artificial intelligence. Judging from the current development trend, the prospects of AI-related industries are very broad. This gave me the idea of learning a new technology. I have long heard about programming, but I have never been quite sure what programming does. I am full of curiosity and want to try and learn.

I know some friends who work in programming. By learning from them, I learned that programming is the process of writing code to control a computer to perform specific tasks. There are many programming languages, such as C, C++, Java, Python, C#, etc. Among these languages, C#is relatively difficult to learn, so I decided to try learning C#.

After all, it was my first time to come into contact with programming, and I couldn't help but mutter in my heart. I didn't know if I could learn it. I also wondered whether girls were suitable for learning programming, and even wanted to give up for a while. But recently, the movie "Nezha: The Devil Boy Raises in the Sea" has become the top box office of mainland movies. The sentence "My life is up to me, not to heaven" deeply touched me. If you want to change your destiny, you can only rely on yourself. The experience of directing Jiaozi has also given me great encouragement, and I want to follow his example. Although the road ahead is full of difficulties and obstacles, as long as I persist, I believe that I will gain something.

Next, I would like to share with you the relevant content and study notes about my C#study, hoping to get guidance from C#seniors.

On the first day, I learned what. Net is, what is the. NET Framework, and the relationship between the two. I also learned about the concepts related to the C#language and the types of software that C#can develop. In addition, I also learned what Winform\WPF\Avalonia UI\ASP.NET Core is, what C/S interactive mode is, and what B/S interactive mode is, and learned that C#can develop both desktop software and website development. At the same time, I became familiar with the various components and settings of Visual Studio, and understood that C#, as a programming language, needs to be written in Visual Studio to achieve program writing. I learned to create new solution projects and add more project content. Here is a summary of my first day of study:

Finally, I sincerely hope that I can get more guidance and help from everyone on the road of learning.

Keep Exploring

延伸阅读

更多文章
同标签 2/21/2025

Tips for. NET Project Automation: One-click update version and full analysis of release scripts

The article details how to use PowerShell scripts and batch files to automatically update program versions and one-click publishing in the. NET Avalonia UI project. First, the article explains the settings and modifications of PowerShell execution policies to ensure that scripts can execute normally. Then, it introduces ways to add scripts to Visual Studio pre-generated events to automatically update version numbers, and how to use batch files to publish applications on multiple platforms. Finally, an example of a PowerShell script is provided that can automatically update the version information of the program based on the Git tag. These methods can improve the development efficiency of. NET projects and the convenience of the release process.

继续阅读