dotNET Weekly
Add a link
LoginRegister
PrevJuly 2019Next
WSMTWTFS
2730123456
2878910111213
2914151617181920
3021222324252627
3128293031123

Want to receive every Tuesday the best .NET links?

Once subscribed you can login, submit a link and receive the weekly newsletter.

Join more than 4847 .NET professionals!

Investigating identity threats in hybrid cloud environments

by bill-s, 2019-07-11T13:27:04.551Z

As the modern workplace transforms, the identity attack surface area is growing exponentially, across on-premises and cloud, spanning a multitude of endpoints and applications. Security Operations (SecOps) teams are challenged to monitor user activities, suspicious or otherwise, across all dimensions of the identity attack surface, using multiple security solutions that often are not connected. Because identity protection is paramount for the modern workplace, investigating identity threats requires a single experience to monitor all user activities and hunt for suspicious behaviors in order to triage users quickly.

azure

Microsoft Azure Certification: Where to Start?

by bill-s, 2019-07-11T13:28:08.882Z

The question of “Where to start with Microsoft Azure Certification?” is a common one. Navigating the gauntlet of certification paths and exams can seem a bit daunting at first. This article is specially written to help ease the pain involved, so you can save time searching and find some useful information right here. Now, let’s discuss the topics of “Where do I start?” in regards to Microsoft Azure certifications.

azure

Introducing: ASP.NET Interview Questions

by mahmud.ridwan, 2019-07-08T06:00:01.281Z

This is a curated sampling of ASP.NET interview questions.

asp.net

.NET Reunified: Microsoft’s Plans for .NET 5

by bill-s, 2019-07-11T13:26:06.789Z

When Microsoft announced .NET 5 at Microsoft Build 2019 in May, it marked an important step forward for developers working across desktop, Web, mobile, cloud and device platforms. In fact, .NET 5 is that rare platform update that unifies divergent frameworks, reduces code complexity and significantly advances cross-platform reach.

.net

.NET Unit Testing: Spend Upfront to Save Later On

by mahmud.ridwan, 2019-07-08T08:58:48.199Z

Unit tests are a very powerful tool and are simpler than you may think. The article explores unit testing and what tools are available in DotNet such as Microsoft.VisualStudio.TestTools and Moq.

.net

Repository Pattern C#

by bill-s, 2019-07-11T13:25:42.037Z

Repository Pattern in C# supports the objective of achieving a clean separation and one-way dependency between the domain and data mapping layers. This article is a complete guide to Repository Pattern in C#.

c#

Versioning limitations in .NET

by bill-s, 2019-07-11T13:25:21.641Z

This is a blog post I’ve intended to write for a very long time. (Other blog posts in that category include a recipe for tiramisu ice cream, and “knights and allies”.) It’s one of those things that’s grown in my mind over time, becoming harder and harder to start. However, there have been three recent incidents that have brought it back into focus: Azure Functions and Grpc.Core versioning conflict Grpc.Core considering a major version bump Recent internal discussions that would involve a major version bump for all the Google Cloud libraries I maintain

.net

Write Better Code Faster with Roslyn Analyzers

by bill-s, 2019-07-11T13:27:52.106Z

Roslyn, the .NET compiler platform, helps you catch bugs even before you run your code. One example is Roslyn’s spellcheck analyzer that is built into Visual Studio. Let’s say you are creating a static method and misspelled the word static as statc. You will be able to see this spelling error before you run your code because Roslyn can produce warnings in your code as you type even before you’ve finished the line. In other words, you don’t have to build your code to find out that you made a mistake.

.net

Writing Java with Visual Studio Code

by bill-s, 2019-07-11T13:26:29.812Z

This tutorial shows you how to write and run a simple Hello World program in Java with Visual Studio Code. It also covers a few advanced features, which you can explore by reading other documents in this section. If you run into any issues when following this tutorial, you can contact us by clicking the Report an issue button below.

vs

NewslettersAboutPrivacy Policy