An Untold story about the .NET Versions is a time travel in 10 minutes that I am going to tell you all about my experience using the .NET platform since I started as a developer until these days.
If you started developing with .NET Core and you can’t leave your Windows hosting server, then you need to learn how to set up the IIS for it. Follow these steps and you will be good to go.
This article is for a .NET developer who would like to start programming with .NET Core. I analyze and compare the main difference between these two technologies, speaking as a .NET developer.
In this article, I’ll share with you some free Google Chrome Extensions that help a lot of Web Developers. Some of those Chrome Extensions I use on my daily work routine and others were my Blog’s visitors’ suggestions.
When I started programming in C#, I remember that I enabled a Visual Studio option to analyze the C# code to check vulnerabilities and performance issues and one o them was Cyclomatic Complexity.
The goal is simplifying MVVM INotifyPropertyChanged in Xamarin Forms therefore making it unnecessary to keep inheriting base classes and handling the setter of each ViewModel Property.
Extension Methods are great C# feature and I will share some of my own extension methods that will help you in your applications. This repository will be constantly updated.
In this article I will show you how to create data annotations for MVC models and combine with HtmlHelpers to render all attributes of KnockoutJS in input fields.
When I started work with Xamarin Forms one of the first things I needed was consumming services. ASMX services will need some additional implementation for different plataforms.