While working on an external database I noticed something interesting, I was looking date in a transaction table, all of its values where ‘1900-01-01’. I start wondering what was happening there, until I realized that I didn’t have UNMASK database permission.
Top 10 Hidden Gems in Visual Studio - Speed Up Development Without Increasing Your CostsFull courses: https://iamtimcorey.com/courses-offered/Blog Post with Code Samples: https://iamtimcorey.com/vs-gemsPatreon: https://patreon.com/IAmTimCoreyNewsletter signup: https://iamtimcorey.com/general-sign-up Visual Studio is much more than just a text editor. There is a ton of power built into
Creating NuGet Packages the easy way with .NET Standard in C#NuGet packages are a way to share versioned code with the world. If you have done any development in C#, you have used NuGet packages, even if you didn't know it. Almost every template in Visual Studio is made up of NuGet packages. That allows us to create flexible applications that upgrade parts of
Logging in .NET Core 3.0 and Beyond - Configuration, Setup, and MoreDid you know that .NET Core has logging built right into it? Do you know how to configure it or how it works? In this video, we are going to look at how logging works in .NET Core and how to make it even better. This video was built on .NET Core 3.0 but it will work in both older and newer versions
Protobuf definition best practicesProtocol buffers are a mechanism for sending data through the series of tubes known as the Internet. One common use of them is to define gRPC specifications?—?essentially a form of remote procedure calls. With gRPC service definitions, you create a “service” that has RPC methods.
Intro to gRPC in C# - How To Get Started,There is a lot of buzz around gRPC right now. The biggest thing I hear is that it is confusing and people aren't sure when or how to use it. In this video, I am going to introduce gRPC in C#, show you how to set it up, and how to consume a gRPC service. We will also discuss when gRPC might be the ri
Get Started with NET Core 3 and Visual Studio 2019 for MacIn this session we will first spend a few minutes quickly going over the updates for .NET Core developers in VS for Mac 8.3. Then we will get started with the demos!
Publish or perish tricks to successfully ship your NET Core 3 appThere's a few ways to publish your .NET Core app, and .NET Core 3 adds some new options to the mix. Find out how to make the right choice(s) for your app.
High performance servers with NET CoreRavenDB shifted to .NET core in 2015, back then called DNX. The goal was multi-platform support and higher performance. It surpassed our expectations and is 10 times faster than the previous version. Oren Eini covers the process including strategies & tactics for building high performance systems.
ASP NET Core Health ChecksThis Read-It-Later-list is just that, bookmarks of stuff I intend to read or have read. I do not necessarily agree with opinions or statements in the bookmarked articles.
This list is compiled from my Pocket list.