If you're looking to learn C# and .NET 8, there are numerous resources available that can help you get started, regardless of whether you're a complete beginner or an experienced developer seeking to expand your knowledge.
Starting from .NET and C# Website
Discover Microsoft's authoritative Learning Center for C# and .NET. This comprehensive resource provides you with free tutorials, courses, v...
[More]
Task in Azure DevOps
A task is a unit of work that can be assigned to a team member in Azure DevOps. Tasks are usually created as part of a user story or a feature, and they help to break down the work into smaller and manageable pieces. Tasks can also be used to track technical activities such as coding, designing, technical debt, or other types of work that are not directly related to a user st...
[More]
In this blog post, I will discuss the impact of generative AI on the programming profession. Generative AI is a branch of artificial intelligence that can create content such as text, images, music, code, and more. It uses deep learning models to learn from large amounts of data and generate new outputs based on some input or prompt. Generative AI like GitHub Copilot, Visual Studio Intelli Code, a...
[More]
If you are using Azure Boards to manage your projects, you might have encountered a situation where you want to see the progress of a parent work item based on the status of its child work items. For example, you might want to see how many tasks are completed for a user story, or how many bugs are resolved for a feature. This is where the rollup column comes in handy.
The rollup column is a custo...
[More]