(Yurii) Oh hey there, owlytribe! Recently I wrote a post on Scaffolding an Application From Existing Database with EF Core on ASP.NET Core 2.0, and as it turns out, there’s a new version of ASP.NET Core on the block – ASP.NET CORE 2.1.
Tag: Development
Polyfilling The Second-Click Of A RouterLink Fragment In Angular 7.1.1
(Ben Nadel) Angular 7.1.1 has basic fragment (aka, anchor) support for the RouterLink directive. However, it only works on the first click of the RouterLink.
ASP.NET Core: Learning the Ropes, Part 2
(Eric Vogel) Welcome to Part 2 of ASP.NET Core: Learning the Ropes. I’ll show how to use Entity Framework (EF) Core in the application that was developed in Part 1.
Real Time Cricket Score Chrome Extension using Azure Functions and SignalR
(Jeeva Subburaj) In this article, I will discuss about how to show real time cricket score notification from chrome extension using serverless Azure Functions and Azure SignalR.
Creating a Screen Rotator in .NET
(Hannes DuPreez) I have always had a fascination with screen display settings. Well, I like to play with a computer’s display and all the options in code.
Visual Studio Toolbox: Building Web APIs Part 3
(Robert Green) This is the last of a three part series where I am joined by Chris Woodruff who shows how to build ASP.NET Core Web APIs. In this episode, Chris goes deep into what developers should know when building real-world APIs.
WCF Exception Handling Tutorial and Best Practices
(Peter Morlion) WCF, or Windows Communication Foundation, was the technology to use in a .NET-focused service-oriented architecture (SOA) in the second half of the 2000’s. Its SOAP approach may have been surpassed by REST principles, but there are still many WCF services out there.
Host Bindings Don’t Prevent Default Event Behavior Until After All Event Handlers Have Executed In Angular 7.1.1
(Ben Nadel) The title of this post may be a little bit misleading – this post is about an event-binding caveat on Angular elements, so the details don’t all fit nicely into a one-line summary.
Check to See What’s Changed in Entity Framework
(Peter Vogel) When you call Entity Framework’s SaveChanges method, Entity Framework has to know what entities have changed in order to figure out what SQL Update/Delete/Insert statements to generate.
Store User Options Using Enumeration, Bitwise Operators, And EF Core
(Bipin Joshi) At times you need to store a set of options, settings, or choices for a user. A common approach is to create three tables – Users, Options, and UserOptions – to store the data involved.
