Тёмный
DotNet Core Central
DotNet Core Central
DotNet Core Central
Подписаться
Hello everyone, welcome, here I will be posting videos on .NET/C# and related technologies.

I am a .Net programmer and have been working on .Net and related technologies for more than two decades. I am using mostly C# as my main programming language. I started with .Net version 1.0 and worked through all major versions.

I like .Net for many reasons, below are a few to mention:
1. It is open-source, hence if there is a need for a feature or a bug fix we can contribute and make it happen.
2. It runs on almost every platform and operating system under the sun. From Linux, Windows, and Mac to raspberry pi.
3. It has an amazing community
4. The language is getting improvement every single year and becoming better and faster

I am very excited about open source technologies and the direction .Net Core is going.

Website: dotnetcorecentral.com/
An introduction to FusionCache [.NET 8]
8:26
4 месяца назад
Use CsvHelper for writing and reading CSV files
12:41
6 месяцев назад
Lambda default parameter in C# 12/.NET 8
9:16
8 месяцев назад
Primary Constructor in C# 12/.NET 8
8:59
9 месяцев назад
NSubstitute Mocking framework for .NET [C#]
11:29
10 месяцев назад
Machine Learning Introduction
9:17
Год назад
Комментарии
@PankajNikam
@PankajNikam День назад
Small typo in title: .NET vs .NER ;) Thanks for the video.
@pieceofcode_
@pieceofcode_ 6 дней назад
good explanation. I have a query regarding where to use? 1. If we use gRPC, are we not repeating model information? one in our .NET or Java application and same model in proto buff file? 2. If I use in in Authentication api, so is flow like below Ocelot -> Authentication Microservice -> gRPC client code -> gRPC server ?
@kidoo1567
@kidoo1567 7 дней назад
AMQP 0-9-1 ,HTTP WEB SOCKET
@checkitoutas
@checkitoutas 22 дня назад
Simply explained, clear, straight to the point. Not a second wasted. Loved it, thank you!
@DotNetCoreCentral
@DotNetCoreCentral 9 дней назад
Thanks!
@willgordon5737
@willgordon5737 26 дней назад
benchmaro 😂
@JulianRiverplate14
@JulianRiverplate14 Месяц назад
Thanks for this amazing content and resources,I'm gonna go through all the series! Keep going
@DotNetCoreCentral
@DotNetCoreCentral 9 дней назад
Glad you like them!
@JulianRiverplate14
@JulianRiverplate14 Месяц назад
Amazin video man!
@DotNetCoreCentral
@DotNetCoreCentral 9 дней назад
Thanks for the visit
@sagarmistry6210
@sagarmistry6210 Месяц назад
Lambda function written in NodeJS will be in lesser size (in KB) or written in C#? Does code size of the lambda function matter to cost/performance?
@DotNetCoreCentral
@DotNetCoreCentral 9 дней назад
It does not matter for cost, in performance I am not sure, Its hard to say, tough C# is compiled, but for Lambda every time the CLR will be loaded on call
@sagarmistry6210
@sagarmistry6210 9 дней назад
@@DotNetCoreCentral thank you for responding. Can you please make series of Microsoft Orleans framework?
@sanjeevgaur1973
@sanjeevgaur1973 Месяц назад
well explained.
@sanjeevgaur1973
@sanjeevgaur1973 Месяц назад
Very nice explaination
@DotNetCoreCentral
@DotNetCoreCentral 9 дней назад
Thanks and welcome
@Sourav_29
@Sourav_29 Месяц назад
great explanation, thanks
@DotNetCoreCentral
@DotNetCoreCentral 9 дней назад
Glad it was helpful!
@GAGANDEEP901
@GAGANDEEP901 Месяц назад
Too many ads, no practical example given.
@khanfaizan05
@khanfaizan05 Месяц назад
Very nice . Great stuff 👍👍👍 Thank you 🙏
@DotNetCoreCentral
@DotNetCoreCentral 9 дней назад
Thank you! Cheers!
@shehan6857
@shehan6857 2 месяца назад
Thank you so much for explaining microservices with real examples. keep it up.
@DotNetCoreCentral
@DotNetCoreCentral 9 дней назад
Glad it was helpful!
@nurlanavazzade8887
@nurlanavazzade8887 2 месяца назад
Firstly thanks a lot for this great content. Probably you even don't remember it. But why did you use hosted service for subscription? What is the importance of it
@skillgroom
@skillgroom 2 месяца назад
good content
@mdaslamknl
@mdaslamknl 2 месяца назад
Excellent Can you share the code Thanks
@abhaq50000
@abhaq50000 2 месяца назад
i think in html or java bage in frist . lisner what the change in server in data after that the server tell java > your data is ok or not ok . or this order in procss after that tell web bage this ordre go to secnd webhook tell app from server what we do
@bloopers2967
@bloopers2967 2 месяца назад
It provides Predicate as well
@calaiarasan7318
@calaiarasan7318 2 месяца назад
please share the GIT Repo for this example
@nicklaspillay7923
@nicklaspillay7923 3 месяца назад
Nice video, in my opinion lambda looks disgusting in line rather in a it's on class hahah, I know it was just a demo! :P
@nicklaspillay7923
@nicklaspillay7923 3 месяца назад
Great vid.
@nicklaspillay7923
@nicklaspillay7923 3 месяца назад
Great video
@sanjeevgaur1973
@sanjeevgaur1973 3 месяца назад
Simply WOW 👍
@DotNetCoreCentral
@DotNetCoreCentral 9 дней назад
Thanks a lot 😊
@nicklaspillay7923
@nicklaspillay7923 3 месяца назад
Wow, excellent video - thanks! Hoping the distributed cache and backplane videos drop soon (if they are not out already)
@fabianolmos737
@fabianolmos737 3 месяца назад
Hi , nice video , right now I'm working based on this package (first time btw), my process ocurs in a loop , that means during this process I fire triggers, transitioning my objects to 2 states: succeeded or failed, but when my loop ends I need to fire a final trigger let's say AllSuccessful, AllFailured or PartialSuccess depending of the result of my process , so my point is: once I fired these final triggers the state machine is able to move all objects in succeeded/failured state to the final state or should I do something manually like the actions / functions that you explain in the video ? once again many thanks for sharing, appreciate it
@bojohannesen4352
@bojohannesen4352 3 месяца назад
Ok ok each and everything ok?
@pt_trainer9244
@pt_trainer9244 3 месяца назад
Very concise tutorial, thank you. I added a Middleware in my individual services to check for a specific header that I only set at the gateway level so that clients cant call my microservice endpoints directly, but only through the gateway. Is there a better way to handle this for local dev. (Not using NSG in Cloud Service etc)
@RaymondYokogawa
@RaymondYokogawa 3 месяца назад
Good simple example, thanks!
@DotNetCoreCentral
@DotNetCoreCentral 9 дней назад
Glad it was helpful!
@iliashterev38
@iliashterev38 3 месяца назад
I think LSP is more about what Animals/Birds have in common. If Animal sleeps, eats and poops then the Bird should still eat, sleep and poop without touching anything about that behavior, neither in the super or subclass. So should do Ostrich, etc.
@iliashterev38
@iliashterev38 3 месяца назад
First - Thank you for your time and efforts to create and educate. Now - there is one thing about SRP that I keep asking. How you can build a car if you car class needs to: start engine, accelerate, steer, decelerate, apply breaks, etc. Lots of responsibilities and no way to escape them. We can create each sub-object separately, like engine, tires, steering system, which can have only one responsibility but in the end we need to combine them. Just like you OrderProcessor - has lots of responsibilities. So ... ??
@riverstar7916
@riverstar7916 3 месяца назад
bro,good video!👍
@mridulpaul1378
@mridulpaul1378 3 месяца назад
Are you sure the implementation is correct? All services are dependent on one Orchestration project through HTTP client which is a synchronous communication.
@romulofraga5552
@romulofraga5552 2 месяца назад
This is an example, for this case is correct. But we can use messages instead http clients
@mridulpaul1378
@mridulpaul1378 2 месяца назад
@@romulofraga5552 Can you make a video of the distributed transactions using the MassTransit state machine.
@theundaddy8037
@theundaddy8037 3 месяца назад
Don't like this video, I expected information about microservices that execute periodic tasks and run under system accounts. It's obvious we can pass the context for the user, when we have it. Also, only the last 20 seconds actually talk about the Microservice -> Microservice authentication. The first 10 minutes are basically just a demo for what you talked in your previous video.
@dola7561
@dola7561 4 месяца назад
the event is published for me but the handler isn't called and dosent work
@MichaelCapiliEla
@MichaelCapiliEla 4 месяца назад
Thanks, very helpful.
@XinoMbr
@XinoMbr 4 месяца назад
thank you bro!
@pkuioouurrsq-yb8ku
@pkuioouurrsq-yb8ku 4 месяца назад
its not clear how it can be used insisde .net core web api project?
@fruittard9301
@fruittard9301 4 месяца назад
Hi, can you publish your code onto your github? Thank you.
@a1-24-diepvanthanh3
@a1-24-diepvanthanh3 4 месяца назад
From Việt Nam thank you because nice video about autheticate
@techno-mu4bd
@techno-mu4bd 4 месяца назад
How to consume all this wonderful staff from a client application?
@tetley3737
@tetley3737 4 месяца назад
Looks interesting, I'll keep an eye out for the follow-up video. Generally speaking, do you prefer this over Redis?
@jodydonetti
@jodydonetti 4 месяца назад
Hi, FusionCache creator here. It’s not “instead of” Redis: FusionCache is an hybrid cache (L1 or L1+L2) that can use any implementation of IDistributedCache as an L2, including Redis!
@tetley3737
@tetley3737 3 месяца назад
@@jodydonetti Oh I see. Thank you for the clarification.
@rishavraj3127
@rishavraj3127 4 месяца назад
Nice 😃😃😃😃😃
@sreenuksr
@sreenuksr 4 месяца назад
Could you please give an video on closedxml to play with excel sheets in c#
@bojohannesen4352
@bojohannesen4352 3 месяца назад
You do it
@اسيرالعلم-ك9ظ
@اسيرالعلم-ك9ظ 4 месяца назад
I think Masstransient library makes messing easier
@RohitSingh-go4ng
@RohitSingh-go4ng 4 месяца назад
Rabbit MQ it is always send byte format it is possible to consume in the json format
@BandieraRossa87
@BandieraRossa87 4 месяца назад
I really like the fact that you created a sepatare class (BenchmarkExecutor.cs) to avoid cluttering Calculator.cs with [Benchmark] attributes. But assuming Calculator.cs had some further dependencies, e.g. some interfaces to some services, repositories or whatever: how would you be able to inject these dependencies when you create Calculator-Instance in BenchmarkExecutor.cs ? I tried to use .NET Core's dependency injection but it looks as if it doesn't work when using BenchmarkDotNet.
@Christo-yq5fx
@Christo-yq5fx 4 месяца назад
Bro I hosted the swagger site in ii's is there any problem in that I am always recieving the auth header as null
@chessmaster856
@chessmaster856 4 месяца назад
Does it work? Or just fun stuff😊
@user-rp9iis1en6h
@user-rp9iis1en6h 4 месяца назад
is there any way to attach this notification for every commands ? or we need to manually trigger mediatr.publish everytime?