Suggested Video Tutorials
C# tutorial for beginners
SQL tutorial for beginners
Bootstrap tutorial for beginners
C# tutorial for beginners
SQL tutorial for beginners
Bootstrap tutorial for beginners
- ASP.NET Core Tutorial | Text | Slides
- Setting up machine for asp.net core development | Text | Slides
- Creating asp.net core web application | Text | Slides
- ASP.NET core project file | Text | Slides
- Main method in asp.net core | Text | Slides
- ASP.NET Core in process hosting | Text | Slides
- ASP.NET Core out of process hosting | Text | Slides
- ASP.NET Core launchsettings.json file | Text | Slides
- ASP.NET Core appsettings.json file | Text | Slides
- Middleware in ASP.NET Core | Text | Slides
- Configure ASP.NET Core request processing pipeline | Text | Slides
- Static Files in ASP.NET Core | Text | Slides
- ASP.NET Core developer exception page | Text | Slides
- ASP.NET Core Environment Variables | Text | Slides
- ASP.NET Core MVC tutorial | Text | Slides
- Setup MVC in ASP.NET | Text | Slides
- ASP.NET Core AddMvc vs AddMvcCore | Text | Slides
- Model in ASP.NET Core MVC | Text | Slides
- ASP.NET Core dependency injection tutorial | Text | Slides
- Controller in ASP.NET Core MVC | Text | Slides
- Views in ASP.NET Core MVC | Text | Slides
- Customize view discovery in asp.net core mvc | Text | Slides
- Passing data to view in ASP.NET Core MVC | Text | Slides
- ViewBag in ASP.NET Core MVC | Text | Slides
- Strongly Typed View in ASP.NET Core MVC | Text | Slides
- ViewModel in ASP.NET Core MVC | Text | Slides
- List view in asp.net core mvc | Text | Slides
- Layout view in asp.net core mvc | Text | Slides
- Sections in layout page in ASP.NET Core MVC | Text | Slides
- _ViewStart.cshtml in ASP.NET Core MVC | Text | Slides
- _ViewImports.cshtml in ASP.NET Core MVC | Text | Slides
- Routing in ASP.NET Core MVC | Text | Slides
- Attribute Routing in ASP NET Core MVC | Text | Slides
- Install and use Bootstrap in ASP.NET Core | Text | Slides
- Tag helpers in asp.net core | Text | Slides
- Why use tag helpers | Text | Slides
- ASP.NET Core Image tag helper | Text | Slides
- ASP.NET Core Environment Tag Helper | Text | Slides
- Bootstrap navigation menu in asp.net core application | Text | Slides
- Form tag helpers in asp.net core | Text | Slides
- ASP.NET Core Model Binding | Text | Slides
- ASP.NET Core model validation | Text | Slides
- Select list validation in asp.net core | Text | Slides
- AddSingleton vs AddScoped vs AddTransient | Text | Slides
- Introduction to entity framework core | Text | Slides
- Install entity framework core in visual studio | Text | Slides
- DbContext in entity framework core | Text | Slides
- Using sql server with entity framework core | Text | Slides
- Repository pattern in asp.net core | Text | Slides
- Entity framework core migrations | Text | Slides
- Entity framework core seed data | Text | Slides
- Keeping domain models and database schema in sync in asp.net core | Text | Slides
- File upload in asp net.core mvc | Text | Slides
- Upload multiple files in asp.net core mvc | Text | Slides
- Edit view in asp.net core mvc | Text | Slides
- httppost edit action in asp.net core mvc | Text | Slides
- Handling 404 not found in asp.net core mvc | Text | Slides
- Centralised 404 error handling in ASP.NET Core | Text | Slides
- UseStatusCodePagesWithRedirects vs UseStatusCodePagesWithReExecute | Text | Slides
- Global exception handling in asp.net core mvc | Text | Slides
- Logging in ASP.NET Core | Text | Slides
- Logging exceptions in ASP.NET Core | Text | Slides
- Logging to file in asp.net core using nlog | Text | Slides
- ASP.NET Core LogLevel configuration | Text | Slides
- ASP.NET Core Identity tutorial from scratch | Text | Slides
- Register new user using asp.net core identity | Text | Slides
- ASP.NET Core Identity UserManager and SignInManager | Text | Slides
- ASP.NET core identity password complexity | Text | Slides
- Show or hide login and logout links based on login status in asp.net core | Text | Slides
- Implementing login functionality in asp.net core | Text | Slides
- Authorization in ASP.NET Core | Text | Slides
- Redirect user to original url after login in asp.net core | Text | Slides
- Open redirect vulnerability example | Text | Slides
- ASP.NET Core client side validation | Text | Slides
- ASP.NET core remote validation | Text | Slides
- Custom validation attribute in asp.net core | Text | Slides
- Extend IdentityUser in ASP.NET Core | Text | Slides
- Creating roles in asp.net core | Text | Slides
- Get list of roles in asp.net core | Text | Slides
- Edit role in asp.net core | Text | Slides
- Add or remove users from role in asp.net core | Text | Slides
- ASP.NET Core role based authorization | Text | Slides
- Show or hide navigation menu based on user role in asp.net core | Text | Slides
- List all users from asp.net core identity database | Text | Slides
- Edit identity user in asp.net core | Text | Slides
- Delete identity user in asp.net core | Text | Slides
- ASP.NET Core delete confirmation | Text | Slides
- Delete identity role in asp.net core | Text | Slides
- Enforce ON DELETE NO ACTION in entity framework core | Text | Slides
- Custom error page in asp.net core | Text | Slides
- Manage user roles in asp.net core identity | Text | Slides
- Model binding not working on submitting razor view with foreach loop | Text | Slides
- Manage user claims in asp.net core | Text | Slides
- Claims based authorization in asp.net core | Text | Slides
- Role based authorization vs claims based authorization in asp.net core | Text | Slides
- Authorization in views in asp.net core mvc | Text | Slides
- Change AccessDenied route in ASP.NET Core | Text | Slides
- Claim type and claim value in claims policy based authorization in asp.net core | Text | Slides
- Create custom authorization policy using func in asp.net core | Text | Slides
- Custom authorization requirements and handlers in asp.net core | Text | Slides
- Custom authorization requirement and handler example in asp.net core | Text | Slides
- Multiple custom authorization handlers for a requirement in asp.net core | Text | Slides
- Custom authorization handler success vs failure | Text | Slides
- External identity providers in asp.net core | Text | Slides
- Create google oauth credentials - Client Id and Client Secret | Text | Slides
- ASP.NET Core google authentication - setting up the UI | Text | Slides
- ExternalLoginCallback action in asp.net core | Text | Slides
- Register application with facebook | Text | Slides
- ASP.NET Core facebook authentication | Text | Slides
- ASP.NET Core secret manager | Text | Slides
- Why email confirmation is important | Text | Slides
- Block login if email is not confirmed in asp.net core | Text | Slides
- ASP.NET Core email confirmation | Text | Slides
- External login email confirmation in asp.net core | Text | Slides
- Forgot password in asp.net core | Text | Slides
- Reset password in asp.net core | Text | Slides
- How tokens are generated and validated in asp.net core | Text | Slides
- ASP.NET Core password reset token lifetime | Text | Slides
- ASP.NET Core custom token provider | Text | Slides
- ASP.NET Core encryption and decryption example | Text | Slides
- Change password in asp.net core | Text | Slides
- Add password to local account linked to external login | Text | Slides
- ASP.NET Core account lockout | Text | Slides
- ASP.NET Core MVC course wrap up | Text | Slides
Venkat sir, you are an amazing teacher! can't describe in words!! Thank you very much for your help and looking forward for the rest of the videos :)
ReplyDeleteVenkat sir please upload dot.net core videos ASAP
ReplyDeleteVenkat, Great detail.You made it clear to me how the middleware pipeline works. Also at some point show what happens when middlewares are added in the wrong order .Thanks again.
ReplyDeleteplease create Azure tutorials
ReplyDeleteHello Everyone,
DeleteI want Reporting in.Net Core 2.0.In Asp. Net i am using crystal report but in core its not supported.So i waana know the best alternative for the same.
Something from the top of my head: Create Crystal reports as a separate application with a favorable version of .net. Crystal reports can be exposed as SOAP based services. Utilize these services from you .net core application. Let us if you get any success through this route.
DeleteVenkat Sir.. Please create Azure tutorials also.
DeleteVenkat sir, the way you teach is outstanding and I aways search your name followed by the topic or issue which I want. I will get clear cut details of the topics. My heartful thanks to you sir.
DeleteVenkat,
ReplyDeleteWhich is better to use app.UseExceptionHandler("/Home/Error"); or app.UseStatusCodePagesWithRedirects("/Home/Error/{0}"); in Production?
Also I am confused about use of Try/Catch blocks and Status Codes like NotFound, etc and where to use each?
Thanks for your help.
Venkat, Is there a way to know when to add a service to ConfigureServices before using it in the Configure Method? Exceptions is one way, but is there an easier way. Also is there a list of MIddleWares and Services for the core?
ReplyDeleteWhat is TempData used for?
ReplyDeleteKudvenkat is simply the BEST instructor on the Internet. Whenever I have a problem understanding a programming concept, I always check if Kudvenkat has a video explaining that particular concept. The guy is simply amazing.
ReplyDeleteVenkat, Great detail. You are giving amazing explanation about each and every concept.
ReplyDeleteSir,I am very new to Microsoft web technologies.Do I need to learn ASP.NET to learn ASP.NET Core?And other requirements to learn these technologies.Please help me sir.Now I am learning c# taught by you and thank for this.
ReplyDeleteSir, I usually put on webforms load procedure
ReplyDeletewhich is needed for real time data.
Response.CacheControl = "no-cache"
Response.AddHeader("Pragma", "no-cache")
Response.Expires = -1
How can I translate this to ASP.NET Core?
Will this break the asp helper Image tag versioning?
Sir, How do I save strings such as "HR", "Paroll" to the database using Select helper tag instead of saving integers?
ReplyDeleteHR and Payroll are part of the enum datatype aren't they?
DeleteVery nice Sir, Would you know if EF supports oracle database?. My organization uses Oracle database and I am testing core with System.Data.OracleClient which is Old.Is there ODAC that works with EF? I have legacy tables.
ReplyDeleteAmazing tutor building up careers of many people in the field of technology.
ReplyDeleteThank you!!
you are a great person
ReplyDeletethanks for all of you
thank you venkat & mohammed arafeh
1)How can I use LDAP with ASP.NET Core Identity? In webforms, we usually add LDAP connection string to web.config and then just use the LogIn control.
ReplyDelete2) For applications that are using single sign on like CAS , How can I configure core application to use existing CAS or SAML. ?
Thanks Venkat, Great job.
Thank you very much!!! you're amazing...you explain it very well in your videos. These tutorials are very big help esp. for someone who is still a beginner like me. :)
ReplyDeleteSir, I have been following your tutorials since many years, your awesome teacher. Thank you very much for sharing such a valuable content.
ReplyDeletesir,How to create login page using authentication and authorization with asp.net core
ReplyDeleteThank you sir for yours efforts. You are simply an angel
ReplyDeleteDo you have any intention of doing tutorials on azure cloud. It would be really good ??
@Blogger : Please add some tutorial of Asp.Net with custom nopcommerce app.
ReplyDeleteI wander if "Claim" as used in asp.net core is the same as "Claim" as used in Single Sign on (sso) such as CAS or SAML ?
ReplyDeletehello, Kindly make a tutorial for "Change and Reset Password " in Identity.Thanks
ReplyDeleteKudvenkat is the BEST instructor on the Internet I've ever seen.you are amazing instructor.your lessons are super clear and complete , your explanation is very excited.
ReplyDeleteThank you very much
please create Azure tutorials
ReplyDeletehello kindly add a tutorial with stored procedure in asp.net core
ReplyDeleteVenkat, could you do a series on gRPC and possibly recommend a migration strategy from WCF to either gRPC or Web API in .Net Core?
ReplyDeleteHello, thank you for sharing value-able tutorials with us. Kindly add some tutorial for "Localization "in asp.net core
ReplyDeleteAmazing tutorial series. Even though the series is "for beginners", the tutorial goes into depth on many topics. Best I have seen. Thank you.
ReplyDeletesir please also Provide advanced tutorials for web api in .netCore
ReplyDeleteGreat job Venkat Sir, I looked all the videos, Please provide us Azure Tutorials.
ReplyDeletePlease provide sending email for account verification and two factor authentication in asp.net core.
ReplyDeletePlease provide us Blazor tutorial.
ReplyDeleteThank you.
I just updated my knowledge from `ASP.NET Classic` to `ASP.NET Core`, thank you very much. Every concept you explained is clear as always. I coded everything by hand with slight modifications while following the videos, I used `ASP.NET Core 3.1` and can confirm that all the things work as they should. I am a programmer soloely thanks to your input. As of now I covered most of your tutorials throughout the years. All the best Venkat.
ReplyDeletehello sir,
ReplyDeletethis Raj Bhatia from Australia
could you please make tutorial for ASP.NET CORE WEB API
Thanks in Advance
hello Sir,
ReplyDeleteYou are awesome!, thanks for your support, could you please teach us active directory authentication system and implementing sidebar in ASP.Net Core
Hello ,can you make the tutorials on Asp.Net Core WPF Desktop Application?
ReplyDeleteFantastic work, Venkat. Please keep it up and share more of continuation video for advance concept of .net core MVC. Waiting for new series. Course was like Daily shop serials, kind of what next :). cool.
ReplyDeleteHello Sir,could you please make tutorial for ASP.NET CORE WEB API?
ReplyDeleteI just want to say thank you for the work you have put into your asp.net core videos. They are detailed, the concepts are clearly explained and your presentation style is excellent - always providing interesting/relevant information and presented at an easy to follow pace. Thank you very much for all your hard work! You are an excellent teacher. :)
ReplyDeleteThe best tutorial for .Net Core MVC, you teach everything very simply and completely, thank you very much for your videos.
ReplyDeletehello Venkat Sir,
ReplyDeleteYou are the best teacher, thanks for your support.
I have created the Employee solutions as per the guideline of video. SignInManager was working fine, i can see the logout option after login. but suddenly it starts showing Register and Login links, after debug i found that statement '@if (signInManager.IsSignedIn(User)) ' on _layout page is getting false value.
Can you please guide on this issue.
I tried with new project also but issue is still there
Thanks & Regards
Milind Nikam.
Thank you, Venkat, very much! This is the greatest tutorial I have found in the web. Good explained and is covering all the main parts and concepts of the ASP.NET Core. Thank you a lot!
ReplyDeleteThank you, Venkat
ReplyDeletePlease post the tutorial for IndentityModel Authentication using IdentityServer
Really Venkat Sir, No words for describing.
ReplyDeleteHi Venkat, can we tutorial for ASP.NET CORE WEB API as well please ???
ReplyDeleteVenkat, I would like to express my gratitude for providing us with all these video series. I have listened to your Tutorial series ASP.NET MVC and ASP.NET Core and all I can say is that you are a great teacher! Thank you for teaching us MVV technology in a clear cut, comprehensive way. My question to you is the following: do you think there are other topics still needed to be discovered by us apart from the topics covered in both tutorials? In short, does mastering these two tutorials enough to get a job as ASP.NET MVC / ASP.NET Core MVC developer? Thanks a million! Waiting for your new videos!
ReplyDeleteHi Venket, I would request you to make a video/blog on AI & ML Plan for .Net Full Stack Engineers. How should a.Net fullstack engineer plan & prepare for upcoming AI ML and Generative technologies nowadays.
ReplyDeleteHi Venket, Can you make a video/blog for .Net full stack engineer how should they adapt and learn upcoming AI & ML technlogies and Generative technologies nowadays.
ReplyDelete