.NET 6 Changes - No more Startup.cs?

preview_player
Показать описание


In this short video I will create two projects in .net 5 and .net 6 and compare the files to show the difference!

Рекомендации по теме
Комментарии
Автор

Just the information I was looking for! Thank you.

martinchambers
Автор

Great. On point explanation without wasting time

nareshnarasimhalu
Автор

I was thinking that I was my mistake for anything I did because I couldn't find that file. But it's good to know that. Thank u! :)

deibymontoya
Автор

Very helpful keep it up, more of that should be coming through more often

WebDemystified
Автор

hi hi from all youtubers i again meet with guy with 4k subs, last time helped me with dapper this time simple explenation of diferences, good job Bhrugen

Szopakleks
Автор

Excelente y muy útil información Bhrugen, muchísimas gracias!!

Автор

Following an older tutorial and didn't know what to do. Thank you.

brockheathway
Автор

Awesome comparison .NET core video.Thank you very much for the amazing information.

sushantkumarmohanty
Автор

Clear and to the point explanation. Thanks

waseemahmadnaeem
Автор

Thank you! This cleared up my confusion

Jose-pfid
Автор

hello can you help me how to add scope in the program file and to initalize in the program file please

ez
Автор

Where is that args variable in line 6 defined?

jamesalcaraz
Автор

thanks for this! I spent the last 20 min trying to figure out why there was no Startup.cs file in my project.

deNNyTheWiseMAN
Автор

Thank you for this video it was helpful

nelsonwalker
Автор

hi, in the.net 5 I was passing the dbinitializer interface to the configure method to initialize it, how I can do this in .net 6 since the configure method has vanished

habach
Автор

I cannot find a configurations method in Program.cs? Where is that? There used to be a method like that before (in Startup.cs)? Thanks

CaptainChubbyDuck
Автор

Do you need to create a web project to be able to access a connection string and entity framework??? After this .NET 6 upgrade it is practically impossible to figure out how to do this. Thousands of console app hello world examples on the net. Millions of web project examples on the net. Zero mention of how to access data from a database and use EF from a console app.

oldfootage
Автор

I dont have staratup.cs and program.cs in VS2019 using .net 4.5
dont get where to program starts working

ilanvolved
Автор

Hello great video, how can I do dependency injection in this new startup method?

gabrielalvarez
Автор

The namespaces without brackets "feature" is not a framework change, it is a C# 10 change.

chiritescuuu