.NET Core Tutorials Profile
.NET Core Tutorials

@netCoreTutorial

Followers
3K
Following
122
Media
5
Statuses
467

Step by step tutorials in .NET Core

Joined December 2016
Don't wanna be here? Send us removal request.
@netCoreTutorial
.NET Core Tutorials
4 years
I have a very specific way of using Specflow to enable non-technical testers to start writing E2E automated tests from Day 1. It's not strictly in the manual, but I find it always gets the automated testing journey off to a bang. https://t.co/advW3nj6bN
2
0
3
@netCoreTutorial
.NET Core Tutorials
4 years
I couldn't stop going down the Playwright E2E testing rabbit hole! If you've ever had to write custom selenium code to "screenshot" your test as you go, then Playwright is gonna seem like an absolute gift at this point! https://t.co/dFb5re9bTU
0
0
1
@netCoreTutorial
.NET Core Tutorials
4 years
I've found Playwright to be a nice little middleground between Cypress and Selenium. It's *very* easy to get E2E tests running in very few lines of code, works with NodeJS, Python, Java and .NET, and even works with your existing testing framework! https://t.co/3PILvfDwIE
0
1
4
@netCoreTutorial
.NET Core Tutorials
4 years
The new IEnumerable visualizer in Visual Studio 2022 is pretty dang handy! https://t.co/zLiJ3kIZJA
0
0
0
@netCoreTutorial
.NET Core Tutorials
4 years
I thought I understood everything about override/virtual vs new in C#.. But I guess not. https://t.co/BR3ezQ4db3
0
0
2
@netCoreTutorial
.NET Core Tutorials
4 years
Here’s another one from the vault of “Huh, I guess I never thought I needed that until now” https://t.co/VIrVFPnvx1
0
0
0
@davidfowl
David Fowler
4 years
You asked for the structure back! Now you can have it 😅 #dotnet #csharp
34
34
427
@netCoreTutorial
.NET Core Tutorials
4 years
I've had a couple of projects where we have seriously had to weigh up using .NET Framework just so we could use existing WCF services, but that is no more! https://t.co/8CxedogW0Y
Tweet card summary image
devblogs.microsoft.com
CoreWCF 1.0 has been released, the first major release of the project, and provides WCF functionality for .NET Core, .NET Framework and .NET 5+.
0
0
0
@netCoreTutorial
.NET Core Tutorials
4 years
I used to really dislike "User Secrets" in .NET. I felt in encouraged developers to email passwords and secrets to each other. But.. I've grown to like them for machine specific configurations. https://t.co/fxXR8PEoRr
0
0
2
@netCoreTutorial
.NET Core Tutorials
4 years
An under the radar feature of SQL Server. The ability to generate threadsafe unique auto incrementing values with SQL Server Sequences. https://t.co/8SthTWXiED
0
0
1
@netCoreTutorial
.NET Core Tutorials
4 years
A dead simple way to globally apply a query filter to ignore soft deleted entities in EF Core. A nice "configure once and forget about it". https://t.co/JsqYQbGCpZ
0
0
0
@netCoreTutorial
.NET Core Tutorials
4 years
I've been using the same method of auto updating "DateCreated, DateUpdate and DeleteDeleted" fields in the database for quite some time. And all it takes is a little bit of Entity Framework wizardry and you are up and running! https://t.co/ZPuuJQRiXd
0
0
1
@netCoreTutorial
.NET Core Tutorials
4 years
I’ve been watching from afar .NET developers argue about a particular upcoming C# 11 feature, Parameter Null Checks. It’s actually just a bit of syntactic sugar to make it easier to throw argument null exceptions, but it’s caused a bit of a stir https://t.co/IngF5TrYPe
0
2
2
@netCoreTutorial
.NET Core Tutorials
4 years
I've been using Open API Generator for a while now when working in a team that prefers to completely design an API via YAML upfront. Makes turning that into C# a one line command! https://t.co/kvXwNKtkSS
0
0
0
@netCoreTutorial
.NET Core Tutorials
4 years
Sick of handling your generic "DbUpdateException" for every Entity Framework exception? There's now a better way! https://t.co/8kMTJ9dCEa
0
0
2
@netCoreTutorial
.NET Core Tutorials
4 years
The final part of our Protobuf in C# .NET is up today. And we're finally talking Benchmarks between Protobuf and JSON! https://t.co/TF2wIQnvS2
0
0
3
@netCoreTutorial
.NET Core Tutorials
4 years
Remember when XML vs JSON was a thing? I've had a similar feeling of tribalism with people using Protobuf, like it's some sort of voodoo incantation. But it's actually hella dead easy to use. Check out our practical how-to guide right here for C# .NET! https://t.co/mzdBWAJPg9
0
0
2
@shanselman
Scott Hanselman 🌮
4 years
Hey friends, coming up on the 20th Anniversary of @dotnet! If you've been doing C#, F#, .NET for just 1 or 2 years, I'd love to hear from you! Reply with a little 10-30 second video about how you found .NET and why you enjoy it and we may use it in our celebration! #dotnetlovesme
38
93
426
@netCoreTutorial
.NET Core Tutorials
4 years
Added Hot Reload to your C# .NET workflow yet? It could be a game changer! https://t.co/rUWSpFwPtK
0
1
2