C# Digest - C# Digest #396: Looking back at C#
#396 — January 03, 2022 | View in browser |
C# Digest
Spread the word, build the community, share the knowledge – invite your friends.
sponsor
Retool is the fast way to build internal tools
Retool is the fast way to build internal tools. Visually design apps that interface with any database or API. Switch to code nearly anywhere to customize how your apps look and work. With Retool, you ship more apps and move your business forward—all in less time.
this week's favorite
They say the holidays should be a time where one looks back at the past year, or period of time in their life and reflects upon decisions and events in their lifetime. One is supposed ponder their successes and failures in a hope to gleam some insight into the highs and lows of times past in an effort to either duplicate or avoid such events. Both from a personal and societal standpoint, the location of where we stand today sometimes feels but just a few feet from the beginning, but in reality it maybe a great distance from where we started.
Using DateOnly and TimeOnly in .NET 6 to simplify your code
.NET 6 introduced two new types that many developers have been eagerly awaiting; DateOnly and TimeOnly. Both represent Date and Time separately; instead of relying on the DateTime object, they’re also Structs. This is great because sometimes, we, as developers, don’t care about one of these types. Some object we’ve created might only care about the date and have no use for time, which could be significant as DateOnly can now match the SQL Server date type. Wouldn’t it be great not to have to parse that the time out?
Stay safe with your units: Advanced units of measure in .NET
This mini-article shows a concept of advanced units of measure, fully type safe, with automatic unit conversion, without runtime dispatch, powered by generic math!
Accessing arrays and class fields with .NET profiling APIs
After getting basic and strings parameters, it is time to look at arrays and reference types.
HTMX and ASP.NET Core swapping techniques
I’ve recently been on an HTMX journey, trying to learn more about the library and slowly combining it with my expert-level knowledge of ASP.NET Core. What I’ve found along the way is that using HTMX is a powerful tool that can fully take advantage of all the strengths that ASP.NET Core’s Razor view engine can offer. But, like most tools in tech, it often feels like there are a million ways to solve any problem.
newsletters
Older messages
C# Digest #395: Microsoft .NET history
Sunday, December 26, 2021
And more news, tutorials and articles about C# and .NET in this week's issue. #395 — December 27, 2021 View in browser C# Digest Spread the word, build the community, share the knowledge – invite
C# Digest #393: Don't do that, do this: the .NET 6 edition
Sunday, December 12, 2021
And more news, tutorials and articles about C# and .NET in this week's issue. #393 — December 13, 2021 View in browser C# Digest Spread the word, build the community, share the knowledge – invite
C# Digest #392: Clean architecture with ASP.NET Core
Sunday, December 5, 2021
And more news, tutorials and articles about C# and .NET in this week's issue. #392 — December 06, 2021 View in browser C# Digest Spread the word, build the community, share the knowledge – invite
C# Digest #386: C# 10.0: Extended property patterns
Sunday, October 24, 2021
And more news, tutorials and articles about C# and .NET in this week's issue. #386 — October 25, 2021 View in browser C# Digest Spread the word, build the community, share the knowledge – invite
C# Digest #384: Everything .NET developer needs to know about disposable types
Sunday, October 10, 2021
And more news, tutorials and articles about C# and .NET in this week's issue. #384 — October 11, 2021 View in browser C# Digest Spread the word, build the community, share the knowledge – invite
You Might Also Like
The Sequence Chat: Why are Foundation Models so Hard to Explain and What are we Doing About it?
Wednesday, November 27, 2024
Addressing some of the interpretability challenges of foundation models and the emerging fields of mechanistic interpretability and behavioral probing. ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏
Overcoming Perfectionism: How to Break Free from the Enemy of Progress
Wednesday, November 27, 2024
Discover how perfectionism hinders progress and learn practical strategies to overcome the fear of imperfection, boost productivity, and achieve your goals without getting stuck in the pursuit of
🖤 Laravel Black Friday Deals!
Wednesday, November 27, 2024
The biggest deals of the year Laravel Black Friday Deals View in browser Laravel News Editor Note: We are sending this outside the regular Sunday newsletter schedule because some of these specials end
BetterDev #271 - Memory: The Forgotten History and Why did Windows 95 setup use three operating systems?
Wednesday, November 27, 2024
Better Dev #271 Nov 26, 2024 Hi all, Welcome to thanksgiving issue of BetterDev. Hope everyone had a safe and warm thanksgiving. It's getting so cold these days. If you are in warzone such as
Mapped | Unemployment Rate By U.S. State in 2024 💼
Tuesday, November 26, 2024
As of October 2024, DC and Nevada tied for the highest unemployment rate in the US at 5.7%. Which states saw the lowest rates? View Online | Subscribe | Download Our App FINAL CHANCE - ENDS TONIGHT!
🔊 7 DIY Tips for Soundproofing a Room — Why I Switched to Xfce for Linux Mint
Tuesday, November 26, 2024
Also: Home Theater Sound Terms Explained, and More! How-To Geek Logo November 26, 2024 Did You Know The shiny layer of a CD doesn't contain the data; the plastic polycarbonate layer does. The shiny
JSK Daily for Nov 26, 2024
Tuesday, November 26, 2024
JSK Daily for Nov 26, 2024 View this email in your browser A community curated daily e-mail of JavaScript news JavaScript Certification Black Friday Offer – Up to 54% Off! Certificates.dev, the trusted
NumPy, Loop Targets, Vector Animation, and More
Tuesday, November 26, 2024
NumPy Practical Examples: Useful Techniques #657 – NOVEMBER 26, 2024 VIEW IN BROWSER The PyCoder's Weekly Logo NumPy Practical Examples: Useful Techniques In this tutorial, you'll learn how to
Your Games Quarterly newsletter has arrived
Tuesday, November 26, 2024
What's new for games in Google Play and Android Email not displaying correctly? View it online November 2024 The First Developer Preview of Android 16 The First Developer Preview of Android 16
Daily Coding Problem: Problem #1620 [Hard]
Tuesday, November 26, 2024
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Dropbox. Sudoku is a puzzle where you're given a partially-filled 9 by 9 grid with