Scott Kay talks about Everything New in C# 14 at TechBash 2025 this fall.
Don't miss it! Register today and join us! https://techbash.com/
Scott Kay talks about Everything New in C# 14 at TechBash 2025 this fall.
Don't miss it! Register today and join us! https://techbash.com/
Can the #DotNet GC collect a pinned reference?
This is awesome. The Model Context Protocol (MCP) ecosystem advances with a huge update to the MCP C# SDK.
I'm itching to give this a try. Python is the favourite for AI programming, and .NET needs more love.
Get ready for Terminaux 7.0 Beta 4!
Release date: July 31st!
Migration Files of Entity Framework in C# Tip #113#sql #codingforbeginners #computerscience #webdevelopment #visualstudiocode #csharp #visualstudio #datascience #linq #coding #databases #dotnet #vscode #softwareengineer #sqlserver #learntocode #learncoding #codingbasics #softwaredeveloper #codinglife
You Don't Need Enums - Refactor Away Enums In #csharp!
Enums in C# are easy for us to use, but often this means it's easy for us to use them ineffectively. While I don't like to say right and wrong for different things, I do like to point out pros and cons of different approaches.
In this video, we look at enum examples in C# and how we can refactor our csharp code to move away from enum usage altogether! Yay for refactoring!
Watch here:
https://www.youtube.com/watch?v=xsY9tyRbCVk
According to uiCA from uops.info, it is faster (after .NET JIT) to perform (1)
if (flag) {
return constant;
}
return otherMethod();
than it is to run (2)
if (flag) {
return otherMethod();
}
return constant;
This only holds true on SkyLake architecture, where (1) has 9.54 cycles per iteration, and (2) has 9.04.
As of Tiger Lake, both have 6.5 cycles per iteration estimated.
Not accounting for otherMethod-content. je or jne in the branch doesn't make a difference.
Blogged: https://brandewinder.com/2025/07/23/releasing-quipu-version-1/
Where I decide it's time to release version 1.0.0 of Quipu, my #dotnet Nelder-Mead solver! Is it perfect? Of course not. Is it useful as-is? Yes it is, so... Ship it!
#csharp #fsharp
MCP C# SDK Gets Major Update: Support for Protocol Version 2025-06-18.
devblogs.microsoft.com/dotnet/mcp-c...
#dotnet #ai #csharp #mcp #modelcontextprotocol
MCP C# SDK Gets Major Update: ...
MCP C# SDK Gets Major Update: Support for Protocol Version 2025-06-18.
https://devblogs.microsoft.com/dotnet/mcp-csharp-sdk-2025-06-18-update/?hide_banner=true
One of the many fun parts of #monogame is that I can find books that cover XNA read those and pretty much learn Monogame. It's about 90% 1-to-1, I really appreciate it. I'm getting better at #csharp in general and I generally think if I keep cracking at this I'll have a projects I can put on my resume for an internship or a entry-level position (assuming those are still around when I graduate). Just gotta keep clicking and klacking away on this keyboard.
Location Search Made Easy with Google Places and Blazor AutoComplete.
buff.ly/GZzOVPr
#blazor #dotnet #syncfusion #aspnetcore #csharp #webdev #ux
Location Search Made Easy with...
Location Search Made Easy with Google Places and Blazor AutoComplete.
Want to build your own video games?
Here are the top 3 programming languages every aspiring game developer should learn:
C# — Used in Unity (2D/3D, mobile, console)
C++ — Powers Unreal Engine & AAA games
Python — Great for prototyping (e.g. Pygame)
Start coding your dream games today.
TCCI – Tririd Computer Coaching Institute | Bopal Ahmedabad