I just noticed that I have started all my posts by referring to the season and then I notice how long it is since I last wrote a blog post. Well, now I at least have a new goal for the new year, and that is to write more frequently, especially since I am continually learning new things these days.
Not am I only learning about new things but also revisiting familiar tools and techniques. Since graduation, I started working as a junior software developer where I am mostly programming in C#. The first programming language that I learned was C++, but in my second semester in computer science, I got familiar with C# and the ASP.NET MVC framework. Since C# is related to C++ and has a similar syntax as Java, I did not learn C# like I was learning my first programming language. I learned the most basic syntax that was useful for the ASP.NET MVC framework since the focus was more on the framework rather than learning a new programming language.
To recall, the ASP.NET framework is a part of the .NET framework from Microsoft and is only used to develop web applications while the .NET framework supports the implementation for many types of applications such as websites, services, and desktop apps. Like I mentioned before I used ASP.NET framework in my first steps in web development where the focus was on the MVC framework.