Showing: 181 - 190 of 351 RESULTS
c#C# Video Tutorials and Courses

C# Video Tutorials and Courses

There are many online platforms and websites that offer video tutorials and courses for learning C#. Here are some popular ones: 1. Udemy – Offers a wide range of C# courses, from beginner to advanced levels. Some popular courses include “C# Basics for Beginners” and “Complete C# Unity Developer 2D”. 2. Pluralsight – Provides a …

c#Books on C# Programming

Books on C# Programming

1. “C# 6.0 in a Nutshell: The Definitive Reference” by Joseph Albahari and Ben Albahari 2. “C# Programming Yellow Book” by Rob Miles 3. “C# Programming for the Absolute Beginner” by Andy Harris 4. “Head First C#” by Andrew Stellman and Jennifer Greene 5. “C# Programming for Beginners: An Introduction and Step-by-Step Guide to Programming …

c#Learning C# Resources

Learning C# Resources

Here are some resources that can help you learn C#: 1. “C# Yellow Book” by Rob Miles: This is a free online book that provides a comprehensive introduction to the C# programming language. It covers topics such as variables, loops, functions, and object-oriented programming. 2. Microsoft’s C# documentation: The official documentation provided by Microsoft is …

c#C# Conferences and Events

C# Conferences and Events

Here are some C# conferences and events that you might be interested in: 1. Microsoft Build: This annual conference by Microsoft is aimed at developers and offers sessions and workshops on various Microsoft technologies, including C#. It usually takes place in the United States. 2. dotNetConf: dotNetConf is a virtual conference that focuses on .NET …

c#C# Blogs and Websites

C# Blogs and Websites

1. Microsoft Developer Blog: Official blog by Microsoft, covering various topics related to C# development and Microsoft technologies. 2. CodeProject: A community of developers where you can find numerous articles, tutorials, and discussions related to C# and other programming languages. 3. Stack Overflow: A popular Q&A website for developers, where you can find a vast …

c#C# Community and Forums

C# Community and Forums

The C# community is a vibrant and active group of programmers who use the C# programming language. They are passionate about coding and enjoy sharing their knowledge and expertise with others. There are many online forums and communities where C# developers can connect, ask questions, share ideas, and collaborate on projects. Some popular C# community …

c#Monolithic to Microservices Transition

Monolithic to Microservices Transition

Monolithic architecture is a traditional approach where all components of an application are tightly coupled together and deployed as a single unit. On the other hand, microservices architecture is a modern approach where an application is broken down into smaller, loosely coupled services that can be developed, deployed, and scaled independently. Transitioning from a monolithic …

c#Designing for Testability

Designing for Testability

The goal of designing for testability is to make it easier to test and validate the functionality and correctness of a software system. This can be achieved by incorporating certain design principles and techniques that facilitate testing. Here are a few key considerations when designing for testability: 1. Modularity: Designing software with a modular architecture …