it will be better, if there is a test page, where the authenticated user can access it, if it is not, it will be sent to the login page. what you have done here is just a simple crud operation with insert and read
Hi, welcome to my channel and thanks for the comment. I will release this expected video soon. Kindly follow me on Instagram @openprogrammer is my Instagram handle. Keep learning and supporting 👍
Hi Mohamed, welcome to my channel and thanks for the comment. Kindly connect and follow on Instagram @openprogrammer is my Instagram handle. Keep learning and supporting 👍
Hi, welcome to my channel and thanks for the comment. Kindly connect on WhatsApp +91 8826791246 or on Instagram @openprogrammer is my Instagram handle. Keep learning and supporting 👍
You posted it 8 months ago, i thought 8 years ago. So disappointed No entity framework no linq nothing. You only showing tutorial by manually writing queries like used in era of 2006. By the why no authentication nothing??
Hi, welcome to my channel and thanks for the comment. It's good to know that you can tell which code belongs to which era and for your kind information this approach is still one of the majorly used approaches in the industry. You can check my other videos for Entity Framework and authentication. Keep learning and supporting 👍
The videos are good, but can you do it on visual studio 2022, because the templates are different and half way I can’t follow, in 2022 vs there is no models folder
Hi, welcome to my channel and thanks for the comment. Kindly connect on Instagram @openprogrammer is my Instagram handle. Keep learning and supporting 👍
Hi Amani, welcome to my channel and thanks for the comment. Kindly connect and follow me on Instagram @openprogrammer is my Instagram handle. Keep learning and supporting 👍
Hi, welcome to my channel and thanks for the comment. Kindly follow me on Instagram @openprogrammer is my Instagram handle. Keep learning and supporting 👍
Hi, welcome to my channel and thanks for the comment. Kindly share your code error on Instagram. My Instagram handle is @openprogrammer. Keep learning and supporting 👍
Hi, welcome to my channel and thanks for the comment. Kindly follow me on Instagram @openprogrammer is my Instagram handle. Keep learning and supporting 👍
Hi, welcome to my channel and thanks for the comment. Response class is used to send customized responses to the front end. Kindly follow me on Instagram @openprogrammer is my Instagram handle. Keep learning and supporting 👍
I am new so guide what should i write in Startup.cs file to run the project? await context.Response.WriteAsync(); brother what should i write in WriteAsync??
Hi, welcome to my channel and thanks for the comment. Kindly follow me on Instagram @openprogrammer is my Instagram handle. Keep learning and supporting 👍
Hi, welcome to my channel and thanks for the comment. Put a break point on the controller end and check the error. Kindly follow me on Instagram @openprogrammer is my Instagram handle. Keep learning and supporting 👍
System.NullReferenceException: 'Object reference not set to an instance of an object.' Microsoft.Extensions.Configuration.ConfigurationExtensions.GetConnectionString(...) returned null.
Hi, welcome to my channel and thanks for the comment. Kindly follow me on Instagram @openprogrammer is my Instagram handle. Keep learning and supporting 👍
Thank you very much for your videos! I opened a same project but with Net. 6 and I don’t have the Startup file, why is that? For what use is it ? Thanks
Hi, welcome to my channel and thanks for the comment. Kindly follow me on Instagram @openprogrammer is my Instagram handle. Keep learning and supporting 👍
@@g-dd-were5763 in .net 6 you have all thing which previously was separated between startap and program - in program.cs now it means that you could register all dependency in program.cs
Hi, welcome to my channel and thanks for the comment. Kindly follow me on Instagram @openprogrammer is my Instagram handle and send me your code screenshot in a message. Keep learning and supporting 👍
Hi Gelin, welcome to my channel and thanks for the comment. Kindly follow me on Instagram @openprogrammer is my Instagram handle. Keep learning and supporting 👍
it will be better, if there is a test page, where the authenticated user can access it, if it is not, it will be sent to the login page. what you have done here is just a simple crud operation with insert and read
Hi, welcome to my channel and thanks for the comment. I will release this expected video soon. Kindly follow me on Instagram @openprogrammer is my Instagram handle. Keep learning and supporting 👍
When ?
Looking for the same
Hi there, I followed you on Instagram brother. Thanks for this video. It's very useful to me.
Hi, welcome to my channel and thanks for the comment. I appreciate your words.
Keep learning and supporting 👍
what was the use of response class in this??? I think it was not used
I am very thaks full for you ❤
Hi Mohamed, welcome to my channel and thanks for the comment. Kindly connect and follow on Instagram @openprogrammer is my Instagram handle.
Keep learning and supporting 👍
Can you please upload version8 videos hear when ever your creating controller you are not getting sqlconnection ref.
thank you so much brother you helped me so much brother thank you brother
Hi, welcome to my channel and thanks for the comment.
Kindly connect on WhatsApp +91 8826791246 or on Instagram @openprogrammer is my Instagram handle.
Keep learning and supporting 👍
Thank you so much
How did you get the sql connection
You posted it 8 months ago, i thought 8 years ago. So disappointed No entity framework no linq nothing. You only showing tutorial by manually writing queries like used in era of 2006. By the why no authentication nothing??
Hi, welcome to my channel and thanks for the comment. It's good to know that you can tell which code belongs to which era and for your kind information this approach is still one of the majorly used approaches in the industry. You can check my other videos for Entity Framework and authentication.
Keep learning and supporting 👍
Some of us are beginners who were looking for a login without any of that lmao if you don't like it, go away, no need to be mean
The videos are good, but can you do it on visual studio 2022, because the templates are different and half way I can’t follow, in 2022 vs there is no models folder
Same problem
Postman gives an error whye
Am unable to access my db am getting System.NullReferenceExecption error
Hi, welcome to my channel and thanks for the comment. Kindly connect on Instagram @openprogrammer is my Instagram handle.
Keep learning and supporting 👍
Bro created an ApiResponse class and never used it 😂
Please remove "looking for technical help " line because it's a hurdle in grasping everything.
In 2022 you are using vs 2019 why?
Thank you, that is what i was need 🥺🥺😍
Hi Amani, welcome to my channel and thanks for the comment. Kindly connect and follow me on Instagram @openprogrammer is my Instagram handle.
Keep learning and supporting 👍
Nice video tq sir
Hi, welcome to my channel and thanks for the comment. Kindly follow me on Instagram @openprogrammer is my Instagram handle.
Keep learning and supporting 👍
Especially from this video sir
Sql command dose not contain constructor that takes 5 arguments. What should i do ? Please guide
Hi, welcome to my channel and thanks for the comment. Kindly share your code error on Instagram. My Instagram handle is @openprogrammer.
Keep learning and supporting 👍
hi sir i have a doubt admin only register employees how to give authentications roles sir
Hi, welcome to my channel and thanks for the comment. Kindly follow me on Instagram @openprogrammer is my Instagram handle.
Keep learning and supporting 👍
While login, in postman when I give email and password and send, it is showing username field is required
Check your request body and the parameters which you are passing? That might be incorrect
@@ManojDeshwal I have written the same code as shown in vedio
did u find the solution ?
what is the use of creating response class?
Hi, welcome to my channel and thanks for the comment. Response class is used to send customized responses to the front end. Kindly follow me on Instagram @openprogrammer is my Instagram handle.
Keep learning and supporting 👍
I am new so guide what should i write in Startup.cs file to run the project? await context.Response.WriteAsync(); brother what should i write in WriteAsync??
How to connect with ui to this code
Excellent job.
Hi, welcome to my channel and thanks for the comment. Kindly follow me on Instagram @openprogrammer is my Instagram handle. Keep learning and supporting 👍
bro getting 400 error on postman when posting data using database
Hi, welcome to my channel and thanks for the comment. Put a break point on the controller end and check the error. Kindly follow me on Instagram @openprogrammer is my Instagram handle.
Keep learning and supporting 👍
Same for me also
@@ManojDeshwal what do while inserting data by using postman
please yeh bata dijiye
toyscon kya hai
Hi, toyscon is the connection string name.
System.NullReferenceException: 'Object reference not set to an instance of an object.'
Microsoft.Extensions.Configuration.ConfigurationExtensions.GetConnectionString(...) returned null.
Hi, welcome to my channel and thanks for the comment. Kindly follow me on Instagram @openprogrammer is my Instagram handle.
Keep learning and supporting 👍
Thank you very much for your videos!
I opened a same project but with Net. 6 and I don’t have the Startup file, why is that? For what use is it ?
Thanks
Hi, welcome to my channel and thanks for the comment. Kindly follow me on Instagram @openprogrammer is my Instagram handle. Keep learning and supporting 👍
@@ManojDeshwal Thanks for none answer
@@g-dd-were5763 in .net 6 you have all thing which previously was separated between startap and program - in program.cs now
it means that you could register all dependency in program.cs
da.fill(dt); exception uset-unhadled
Hi, welcome to my channel and thanks for the comment. Kindly follow me on Instagram @openprogrammer is my Instagram handle and send me your code screenshot in a message.
Keep learning and supporting 👍
Hello sir! How I can directly contact you pls?
Hi Gelin, welcome to my channel and thanks for the comment. Kindly follow me on Instagram @openprogrammer is my Instagram handle.
Keep learning and supporting 👍
@@ManojDeshwal Ok sir, thank you I will check you soon
@@ManojDeshwal Hello sir! I text you on Instagram, check the message please.