dotNET Weekly
Add a link
LoginRegister
PrevApril 2018Next
WSMTWTFS
1325262728293031
141234567
15891011121314
1615161718192021
1722232425262728
18293012345

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!

Aiming to fill skill gaps in AI, Microsoft makes training courses available to the public

by bill-s, 2018-04-10T02:16:44.675Z

As a software engineer at Microsoft, Elena Voyloshnikova’s job is to make informed recommendations about how to improve the performance of software engineering tools. But too often, she spends her days manually analyzing the data she needs to make those decisions. Lately, her team has been discussing the potential of building machine learning models to automate that task – creating more time to focus on the decision-making. That’s why she was intrigued when she received an email announcing an upcoming AI training session for Microsoft employees.

events

Achieving GDPR compliance in the cloud with Microsoft Azure

by bill-s, 2018-04-10T08:19:49.299Z

The General Data Protection Regulation (GDPR) officially goes into effect on May 25. Will your organization be ready?

azure

ASP.NET Core and the Strategy Pattern

by bill-s, 2018-04-10T02:42:08.038Z

After a review by Steve Gordan (thanks Steve!) he has pointed out that the ASP.NET Core IoC container can't handle IMathOperator[] as a depenency however it can handle IEnumerable<IMathOperator> and not require the additional factory pattern. This was a hangover from how unity did it due to it's limitations and how I had implemented the pattern previously. Sorry ASP.NET Core!

asp.net-core

ASP.NET Core Web API Multi-Tenant JWTs

by bill-s, 2018-04-10T08:19:49.299Z

Authentication via a JWT is pretty much standard practice these days and there are lots of blog posts and sample code showing how to do this in ASP.NET Core. However, what if we are implementing a multi-tenant API and want the JWT signing key secret to be different for each tenant? In this post we go through how to implement a multi-tenant JWT.

asp.net-core

C# 7.X and Beyond - A sneak peek at the future of C#

by bill-s, 2018-04-08T05:31:19.918Z

Have a quick sneak peek at the future of C#. Do you know all the features available in the current latest release of C# 7? Do you know all the potential features who might make it into C# 7.3, C# 8 and beyond?

c#

Don’t Get Jealous Get Better

by bill-s, 2018-04-10T02:42:08.038Z

When I started working at Microsoft 8 years ago, I encountered something that I’d never really experienced before at work: people that were genuinely better at my job.

performance

Updating jQuery-based Lazy Image Loading to IntersectionObserver

by bill-s, 2018-04-10T08:19:49.299Z

Five years ago I implemented "lazy loading" of the 600+ images on my podcast's archives page (I don't like paging, as a rule) over here https://www.hanselminutes.com/episodes. I did it with jQuery and a jQuery Plugin. It was kind of messy and gross from a purist's perspective, but it totally worked and has easily saved me (and you) hundreds of dollars in bandwidth over the years. The page is like 9 or 10 megs if you load 600 images, not to mention you're loading 600 freaking images.

javascript

Microsoft Build 2018 Developer Conference

by bill-s, 2018-04-06T16:07:35.474Z

Microsoft’s ultimate developer event is almost here. Join other innovative minds to connect, get inspired, and explore the future of the cloud, AI, mixed reality, and more.

events

NewslettersAboutPrivacy Policy