Комментарии:
Hi, great video. However, I had an issue with calling the docker-compose up -d command on terminal. I keep on getting phrases like " Running 0/640 Downloading [================ - sqlserver Pulling" line after line, and never stopping. Do you have any tips to fix this.
ОтветитьMany thanks for this valuable information! Best wishes! :)
ОтветитьThe way you explain things is amazing. Thank you for the tutorial
ОтветитьAwesome video . Please bring in more videos related to Azure.
ОтветитьI wonder why developers have such egos...they must only be validated by the computer skills because there is this GUI called package manager but they like to confuse newbies to make it look like they are skilled because they use terminal. also the nice and easy way to use sql server is by using sql server without the container....weird. I think the concentration should be teaching and typing as little as possible and showing the newbie the tools within VS like nuget package manager and not concentrate on terminal so they can learn more about creating this api than having to learn terminal. Its distracts and takes away from what the real goal is. It's the same reason VS should be used and not an advanced tool for compiled programs like Code.
Ответитьyour videos on dotnet graphQl helped me a lot. I have created a dotnet graphQL api, and an angular application that consumes this api....
I am currently trying to publish my graphQL api on iis serve on windows...
I'm trying to publish my graphQL api on iis serve on windows... Did you already talk about this subject? if yes you can give me the link, if not you can redirect me to a resource that can help me
Excellent!
ОтветитьThanks Les, you're also an expert teacher 👌
ОтветитьThat was awesome, great job
ОтветитьFantastic!
ОтветитьGood stuff! Just a little nitpick on terminology - "model" in MVC implies domain model, and so includes all business logic, including persistence. What you call "model" is a data model, which is a part of domain model, but latter also includes all allowed operations, and basically is a model in the scientific sense - as a "simplified representation of a real world phenomenon".
ОтветитьIs there a reason you use visual studio code instead of Visual studio 2022?
Also could you explain how newton Json would work with sub classes?
Hi man, thank you for sharing!
ОтветитьYou have a wonderful way of explaining concepts. I have watched many, many other videos and none were nearly as clear as this one. Thank you so much!
ОтветитьFantastic! Thank you Les!
ОтветитьIf only there was a way to subscribe again.❤❤❤❤❤
ОтветитьI'm at half of the video so far so good. I have just switch to Postgres as I develop on Linux based machine ( Manjaro ) and migration gave me platform unsupported exception
Ответить@Les, I see you have videos around EF however they are quite old. May I ask you to create a video on EF Core 6.0? Thanks!
ОтветитьThanks for this video! It's time well spend to get a good overview about Minimal API!
ОтветитьThank you for this very helpful demonstration.
ОтветитьThanks Les. Enjoyed that.
ОтветитьUhhhh :( una semana antes que saliera está nueva versión me registre con mi credencial de estudiante para la licencia, puedo tener acceso a esta versión o ya valió? Jaja
ОтветитьAce content
ОтветитьHi Les loving your work, Which part of Scotland are you from I'm rom Fife
ОтветитьHi Les, I just purchasing a course on your site but getting issue on the payment related on both via Paypal and others.
ОтветитьWhat is the purpose of AppDBContext class?
ОтветитьReally a great tutorial. Thanks for this :)
ОтветитьHad a trust issue running the ef update command. Added "TrustServerCertificate=True" to the end of my connection string in the appsettings for a quick fix
ОтветитьYour content is super accessible and very useful, thank you for your hard work!
ОтветитьCurrently stuck on the migration process and am receiving this error: Microsoft.Data.SqlClient.SqlException (0x80131904): Login failed for user 'pa55w0rd!'. Has anyone run into this issue/resolved the error?
ОтветитьFeels and looks more like a Node js with Express framework
ОтветитьI feel in order to skip every single simple Controller I have to add a lot of extra codes/files in order to achieve the same thing. e.g. validating data.
What's the point of using Minimal API now? Am I missing something?
At offset 43-46 mins Les show the csproj nullable enable [good], but then wimps out by making nullable string? datatype [BAD] which is horrible and does not represent actual usage. Better to write property assignment to satisfy the analyzer warning, e.g. string Name {get;set;}=default!; which may be ugly but explicitly specifies intent that the property is non-nullable (except by the actual property assignment itself!).
EFCore also respects that property is non-null even without any explicit [Required] attribute, any any code that combines [Required] and string? should be a red-flag code-smell to developers.
Final plea is that Les should adopt file-scoped namespaces to regain horizontal coding palette (handy when viewing on narrow mobile devices).
Got an error with the sql connection string. Adding "Encrypt=False;" solved it for me.
ОтветитьHad to add: TrustServerCertificate=True; to the connection string in appsettings.json to add the database
ОтветитьAwesome content 👍... @les can you please tell me the complete trending roadmap for becoming a .net software engineer ..
ОтветитьAlso, Les is more.
ОтветитьHello LJackson. Tks a lot for the video!
I'm a new dev VS-C# guy 🧑🏻💻😄.
I have 2 question about VS Minimal API:
1 - How usually do you run in production mode, the minimals api? as a windows service to run in brackground?
2 - Is it possible turn a VS minimal api as a Windows Service since a Visual Studio and use a Setup Windows Project to install this minimal api in the customers as a windows service?
Many Thanks!
Hello LJackson. Tks a lot for the video!
I'm a new dev VS-C# guy 🧑🏻💻😄. I have 2 question about VS Minimal API:
1 - How usually do you run in production mode, the minimals api? as a windows service to run in brackground?
2 - Is it possible turn a VS minimal api as a Windows Service since a Visual Studio and use a Setup Windows Project to install this minimal api in the customers as a windows service?
Thanks an excellent summary. As a newbie to ASPNet and C# I find the whole MVC architecture very complex. The minimal approach, especially if you separate functional areas into different class files for clarity/maintenance, makes more sense and closer to the more 'traditional' coding I'm used to.
ОтветитьAmazing communicator
Ответить👏✍👌👏
ОтветитьWhat is the use of orchestrator application?
Ответитьgood video , however regarding repository. I know that you can swap out your db context and whatever. But frankly how often has that ever happened.
ОтветитьIt has been two years since, the video has been provided. The relevancy of the tutorial is still strong. I only wish to add that support for filter has now been added to minimal api.
ОтветитьLes is really more ... thank you
ОтветитьThank you!
Ответить