Thank you so much. It helped me migrate my 3.1 to 7.0
@NihiraTechiees Жыл бұрын
Glad to hear👍
@kuljit3188 Жыл бұрын
After the upgrade I'm getting 403 forbidden on the api calls. I'm using angular for the front end. any suggestion?
@NihiraTechiees Жыл бұрын
Is your api alone running?
@arjunpatel4497 Жыл бұрын
When I am building my application with TargetFramework net6.0 it is working fine but after changing it to net6.0.20 it is not working although I configured dotnet SDK and runtime to compatible to use 6.0.20 Any views please?
@NihiraTechiees Жыл бұрын
What error you are facing?
@HarshvardhanSingh-s1b6s Жыл бұрын
but i want to remove the startup file from my project to properly migrate the project . and one thing my project in repository pattern .
@NihiraTechiees Жыл бұрын
Understood your point since this video we just upgraded framework but folder structure and files remains same Will create separate video with this concept soon
@kennyntozakhe7208 Жыл бұрын
@@NihiraTechiees We'll be waiting
@mayurbadgujar7817 Жыл бұрын
Hi, I did the same but I am getting an error in EF, could not find DbQuery()
@NihiraTechiees Жыл бұрын
I hope you are trying .NET 2.0 to .NET 7. The DBQuery is the deprecated one but replacement was there please let me the exact scenario. Share details to my mail
@UnknownView23 Жыл бұрын
Sir how to move Webform application to dotnet core? Any suggestion how to do
@NihiraTechiees Жыл бұрын
Steps same only. Will create separate video soon
@UnknownView23 Жыл бұрын
@@NihiraTechiees possible or rewrite the same application
@nwosuyahgozie3020 Жыл бұрын
@@NihiraTechiees i can't wait for you to post the video of converting webforms application to .net core application
@olimss6623 Жыл бұрын
Thank you for your help
@NihiraTechiees Жыл бұрын
Thanks👍
@srnetsurforganics6758 Жыл бұрын
hi i am upgrading from targetframework 4(vb.net) to .net 7 and unable to add reference of system.web.dll how to resolve the issue
@NihiraTechiees Жыл бұрын
What's your previous version .Net core or framework?
@srnetsurforganics6758 Жыл бұрын
@@NihiraTechiees vb.net4.0
@VijayKumar-fq4ie Жыл бұрын
Good video 👍🏻, After a long time see u. Where was you.
@NihiraTechiees Жыл бұрын
Work busy and some health issues
@VijayKumar-fq4ie Жыл бұрын
@@NihiraTechiees what happened bro??
@NihiraTechiees Жыл бұрын
Kind of viral fever. Now I am good
@VijayKumar-fq4ie Жыл бұрын
@@NihiraTechiees 👍🏻
@uvinuthsara3710Ай бұрын
Thanks bro
@NihiraTechieesАй бұрын
You are welcome
@dancingsoul49087 ай бұрын
Hey can you also post for .net 8
@NihiraTechiees7 ай бұрын
Sure
@bogdanchis431 Жыл бұрын
Thank you!
@NihiraTechiees Жыл бұрын
Welcome🎉
@bharathiravichandran5524 Жыл бұрын
Can you please put more video about. Net core sir
@NihiraTechiees Жыл бұрын
Sure, you can expect from next weekend
@charanpallenti5711 Жыл бұрын
bro please upload real-time architecture without using entity framework, please do by using dapper.
@NihiraTechiees Жыл бұрын
Real time scenario already uploaded many video... Using dapper will upload in future
@BhavyaC-k8u Жыл бұрын
Hi Sir, I'm getting this below error after upgrading from .NET core 3.1 to 7.0. I'm using VS 2019. Error NETSDK1045 The current .NET SDK does not support targeting .NET 7.0. Either target .NET 5.0 or lower, or use a version of the .NET SDK that supports .NET 7.0. Models C:\Program Files\dotnet\sdk\5.0.408\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets Could you please suggest the solution for this.
@NihiraTechiees Жыл бұрын
Upgrade dotnet sdk also install visual Studio 2022.....vs 2019 won't support. Net 7
@BhavyaC-k8u Жыл бұрын
@@NihiraTechiees Thank you so much. I have installed VS 2022 and it's working fine. I had both sdk's but it was still pointing to sdk 5.0. But after installing VS 2022, it's pointing to sdk 7.0 & error resolved.