nickproud

@nickproud@techhub.social
23 Followers
13 Following
59 Posts
.NET Enthusiast | Microsoft MVP | Tech Content Creator | Star Trek Fan
YouTubehttps://youtube.com/@nickproudprogrammer
Bloghttps://nickproud.com
Linkedinhttps://linkedin.com/in/nickproud
Some nice updates to the way you manage extensions in Visual Studio
https://zurl.co/Cntkw
Extension Manager updates in Visual Studio - Visual Studio Blog

Explore the latest Visual Studio 2022 updates for extension management, including seamless auto updates, Infobar notifications, simplified settings, and excluded extensions control.

Visual Studio Blog
C# is getting easier to run in .NET 10 πŸ˜€
#dotnet #csharp #microsoft #softwaredevelopment
https://zurl.co/RUbZM
Announcing dotnet run app.cs - A simpler way to start with C# and .NET 10 - .NET Blog

Run C# files instantly with dotnet run app.cs, no project file needed! Coming to .NET 10, try it out today in Preview 4.

.NET Blog

Are you still using new to create dependencies in your C# apps? It’s time to level up your code with Dependency Injection!

#dotnet #softwaredevelopment #microsoft #cleancode

https://zurl.co/ZVKRi

Stop Using new in C#! Learn Dependency Injection the Right Way - Simple C# Tutorial

YouTube

Keeping your #dotnet code as dynamic as possible is essential, especially when your application needs to satisfy loads of different use cases. That's where Generics come in. They're a C# staple, and if you're new to them, check this out 😁

#softwaredev

https://zurl.co/YWMmN

Ultimate Guide to C# Generics: Type-Safe and Reusable Code Explained

YouTube

It seems like a super simple aspect of #dotnet, but working with DateTime can be tricky. Never fear, as I'm here to help you with the fundamentals.

#csharp #softwaredevelopment #tech #microsoft #code #learn
https://zurl.co/Oy6G5

Introduction to DateTime in C#: Master the Basics!

YouTube
As Generative AI dominates the landscape, don't forget about the power of good ol' Machine Learning! For #dotnet developers, machine learning is as accessible as ever with ML.NET
https://zurl.co/yWW7d
#machinelearning #artificialintelligence #microsoft #tech
Revolutionize Your Coding: C# Machine Learning Essentials with ML.NET!

YouTube

So many SaaS applications are simply single-page applications wrapping a database. So why not learn the #dotnet SPA framework, #blazor and the popular #EntityFramework?

https://zurl.co/vM0Tn

Entity Framework Core + Blazor - Tutorial for Beginners

YouTube

There are tons of AI capabilities available to #dotnet developers. Most of them are in Azure, but ML.NET in particular allows you to do an incredible amount of #artificialintelligence development locally.

#csharp #ai #azure #microsoft #softwaredevelopment

As a #dotnet developer, at some point, someone is going to ask you for an #Excel output from your #SQL database.

You can't escape it!

Don't worry, I got you 😁

#softwaredevelopment #data #tech #spreadsheets #coding #microsoft

https://zurl.co/qOWyt

Master SQL to Excel Data Export: Entity Framework & ClosedXML | ASP.NET Blazor Tutorial

YouTube

For #dotnet developers looking to get into real-time stacks, look no further than SignalR. Here's a simple chat room project example you can get your head around.

#csharp #softwaredevelopment #microsoft
https://zurl.co/ECnbx

Create Your Own Chat App: SignalR Mastery in C# & ASP.NET

YouTube