DotNetExercises is a collection focused on programming techniques in C#/.NET/.NET Core, covering commonly used syntax, algorithms, techniques, middleware, libraries, and real-world case studies.
Take advantage of extension methods to add functionality to existing types without needing to modify or derive from those original types. In the C# programming language, extension methods enable you ...
Take advantage of the MethodImplAttribute class in C# to inline methods and improve the execution speed of your .NET applications. The Just-In-Time (JIT) compiler is a component of the Common Language ...
I have that big ass Wrox book, something like "C# for Professionals 2.0" or something and I think it is pretty good - at least it covers a number of topics that interest me that "tutorial" books ...
In this post, you will learn about C# programming for Android, as well as where it fits in in the grand scheme of Android development. If you’re interested in becoming an Android developer, you may be ...