No need to install the Dependency injection package if you are using .Net8 core. Enjoy
@punit2027017 күн бұрын
what is observable<> and observer in angular?
@StudyMash14 күн бұрын
Observable: Produces data streams. Observer: Consumes and reacts to data streams emitted by an Observable
@satyamverma0525 күн бұрын
Please help me with the deployment of the SQL database as when i am trying to publish appsetting it is asking user name and password i tried everything ftps password and all but it's not working for me
@StudyMash24 күн бұрын
May be we can have call for the same to resolve this issue, you can setup a call for this Saturday on zoom or team and send me invite
@satyamverma0524 күн бұрын
@StudyMash thank you very much sir Let me schedule it for Saturday morning @10:00 am, kindly share your email so that I can send the mail there
@RupeshPrajapati-q3y26 күн бұрын
What is the title of this project I want to name for my college last year project
@StudyMash26 күн бұрын
You can name it bike dealer management system
@satyamverma0526 күн бұрын
Can you please tell me how you have taken both the connection strings name same
@StudyMash26 күн бұрын
Can you elaborate it more
@satyamverma0523 күн бұрын
Actually I thought you have not commented the first Default Connection string but it got cleared in the beginning of next video
@satyamverma05Ай бұрын
My register and login buttons are not working as yours
Sir can you please suggest any free messaging tool as i tried for telegram integration and even i succeed for the bot integration of telegram but when i tried to make a web hook for auto retrieval of chat id when owner interacts with the bot i failed in it and because of it i am getting delay in completion, kibdly suggest any free tool because twilio is paid
@sashimeher2 ай бұрын
I have just completed all Videos. This s really very helpful for us. Please try to complete this series. Thank you so much for your effort
@StudyMash2 ай бұрын
Sure I will
@StudyMash2 ай бұрын
Glad to hear that, sure I will try
@RakibulIslam-x8r2 ай бұрын
i can not able to run this project please help me
@StudyMash2 ай бұрын
What steps you are taking to run this project ?
@RakibulIslam-x8r2 ай бұрын
@@StudyMash after download this project first i have install node Module but after install node Module angular project does not run it show [[Workspace extension with invalid name (defaultProject) found.]]
@sandeepthirumurthi90323 ай бұрын
I have come up with the following solution in Angular 17 onSubmit() { const usersFromStorage = localStorage.getItem('Users'); this.user = usersFromStorage ? JSON.parse(usersFromStorage) : []; this.user.push(this.registerationForm.value); localStorage.setItem('Users', JSON.stringify(this.user)); }
@satyamverma053 ай бұрын
After 14:00 my code is not working, after [uploader] = "uploader" it's not working
@satyamverma053 ай бұрын
Please help me with this
@satyamverma053 ай бұрын
Finally I am done with this, it took my whole day
@StudyMash3 ай бұрын
Great hats off to you, also it would be good if you provide solution as well that you fix, it will help other members as well.
@satyamverma053 ай бұрын
Sir when will you upload new videos
@StudyMash3 ай бұрын
Buddy I am not sure when ever I start to work on videos I got some urgent assignments, I really want to continue this tutorial but due to some office engagements I am not being able to work on this project.
@satyamverma053 ай бұрын
@@StudyMashActually I am trying to add some functionalities on my own like the contact section, adding Authorization to upload photo for authorised user only and also I am thinking to add payment gateway in it. I also made a fix: clear session storage on tab close/reload for user logout.
@satyamverma053 ай бұрын
Sir i an getting 404 status code for deleting property
@StudyMash3 ай бұрын
Is it solved ?
@satyamverma053 ай бұрын
@@StudyMashYes i solved it sir
@satyamverma053 ай бұрын
My comments got deleted from the video, why is it happening?
@satyamverma053 ай бұрын
No problem I struggled for 3 days but I corrected my code on my own
@StudyMash3 ай бұрын
Seems KZbin is considering links as spam and deleting such messages
@StudyMash3 ай бұрын
@@satyamverma05glad to hear that you are able to solve the problem
@satyamverma053 ай бұрын
@@StudyMashSir can you please tell me what all the functionalities are left to complete the project as per your plan?
@biswadeepmazumder6483 ай бұрын
Hello Sir, I have been following the steps clearly to complete the deployment. After the initial deployment I am getting the error message as "The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.". I have even put the connection string under the connection string in settings. Since I just want to learn the complete deployment cycle I am using my connection string with the password. I just want to complete the deployment so that I can see how the app looks after deployment. It's running perfectly in local. I have followed all the steps you have mentioned but it still shows me the same error. I couldn't find the template you have used so I am using them separately. Since ,y db is already in azure db I believe I don't need to host the db, can you please help me in better understanding or in identifying where I am making the mistake. Thanks in advance
7:31 I am not able to see aspNetCore. What did I do wrong?
@manasapurimitla57984 ай бұрын
Hii sir how to connect you
@StudyMash4 ай бұрын
You can send me mail on [email protected] if you have any questions.
@waqaswaris694 ай бұрын
Tremendous. covers everything needed
@satyamverma054 ай бұрын
Sir actually when i configured my iis server and used DTO the id for bew values are adding from 1014,1015 like this. Kindly help me with this please.
@StudyMash4 ай бұрын
You must not be typecasting value to int and that is causing your incremental id to concatenate with older one instead of adding.
@saeedobaid7644 ай бұрын
Hallo i want u name in marketplace and i want to contacts with u send anythink to vontacts
@satyamverma054 ай бұрын
Sir i found an issue we have to add pipe that should convert lower case letter to upper case in the search option for city name. Kindly get back to me on this
@StudyMash4 ай бұрын
Let me know how can I help.
@satyamverma054 ай бұрын
Sir I changed it in my project
@StudyMash4 ай бұрын
@@satyamverma05great
@satyamverma054 ай бұрын
In this video everything goes right for me but in the end when images get added I am facing an issue like when I am clicking on an image it is not getting maximized to the whole page but only a small image is getting there.
@StudyMash4 ай бұрын
It can be issue of css, if you can share the GitHub link of your code I can help.
@satyamverma054 ай бұрын
I was constantly following the series but at this point i got stuck you made changes anonymously compare your code of github and what you taught in video
@StudyMash4 ай бұрын
What issue you are facing, may be I can help to solve the problem.
@25-rakshitp865 ай бұрын
For me this works: its creation issue when POST method, as it gives modelstate = false. due to not passing 'MakeFk' @Html.DropDownListFor(model => model.Model.MakeFk, Model.MakesSelectsListItems(Model.Makes), new { @class = "form-control" })
@unplug635 ай бұрын
❤❤❤❤❤ awsm sir
@شروقعبده-خ1ط5 ай бұрын
thank you so much for every thing
@akvlogs9435 ай бұрын
is this course is good for learning angular 18?
@StudyMash5 ай бұрын
Yes, basic concepts are same, I am going to upgrade it to angular 18 soon.
@sudheerm.s67925 ай бұрын
I have a doubt Is this video's useful in this Angular 16 time. I mean can we use it.
@StudyMash5 ай бұрын
Yes you can use it, basic concepts are still same. If you face any issue let me know, I am going to upgrade code to angular 17 also soon.
@شروقعبده-خ1ط5 ай бұрын
thank you so much from egypt
@shrinathhirugade96915 ай бұрын
will they compulsory pay me when i finish free trial?. like if i want to use only free trial for 12months and do not want to use it later will that be ok?? or they will come to my home??litterally that is my question. please answer to my question
@StudyMash5 ай бұрын
You can use free trial, but the feature they provide after two months are useless, they will not come at your home but they will send you a bill and deduct money for the usage after free trial.
@mohammedrammah18196 ай бұрын
when i click register or login it redirects me to an empty view, how can i fix it?
@StudyMash5 ай бұрын
Can you share the GitHub link of your code so that I can look into the issue.
@satyamverma0529 күн бұрын
Update program.cs like this using WheelDeal.AppDBContext; using Microsoft.AspNetCore.Identity; using Microsoft.EntityFrameworkCore; var builder = WebApplication.CreateBuilder(args); // Add services to the container. builder.Services.AddControllersWithViews(); // Configure DbContext for Entity Framework and Identity builder.Services.AddDbContext<WheelDealDbContext>(options => options.UseSqlServer(builder.Configuration.GetConnectionString("DefaultConnection"))); // Add Identity services builder.Services.AddDefaultIdentity<IdentityUser>(options => { options.SignIn.RequireConfirmedAccount = true; // Change to false if email confirmation isn't required }) .AddRoles<IdentityRole>() // Enable role management if needed .AddEntityFrameworkStores<WheelDealDbContext>() .AddDefaultTokenProviders(); // Safely register the length constraint builder.Services.Configure<RouteOptions>(options => { if (!options.ConstraintMap.ContainsKey("length")) { options.ConstraintMap.Add("length", typeof(Microsoft.AspNetCore.Routing.Constraints.LengthRouteConstraint)); } }); var app = builder.Build(); // Configure the HTTP request pipeline. if (!app.Environment.IsDevelopment()) { app.UseExceptionHandler("/Home/Error"); app.UseHsts(); } app.UseHttpsRedirection(); app.UseStaticFiles(); app.UseRouting(); // Add Authentication and Authorization middleware app.UseAuthentication(); app.UseAuthorization(); // Map Razor Pages (needed for Identity areas like Register/Login) app.MapRazorPages(); // Add custom route (commented as per your existing code) //app.MapControllerRoute( // name: "ByYearMonth", // pattern: "make/bikes/{year:int:length(4)}/{month:int:range(1,12)}", // defaults: new { controller = "Make", action = "ByYearMonth" } //); // Default route app.MapControllerRoute( name: "default", pattern: "{controller=Home}/{action=Index}/{id?}"); app.Run();
@mohammedrammah18196 ай бұрын
Everything doing well but when i click register or log in i see nothing (Empty page)
@OsamaHasan-xk8ty6 ай бұрын
Where are the images that you are using in property-deatail component pls
@ghumketu6 ай бұрын
It is in assets folder
@satyamverma054 ай бұрын
No due to copyright infringement he added those files in gitignore so you can't get those
@salmanfayyaz846 ай бұрын
Good explanation keeep it up🎉
@vikassable34686 ай бұрын
At 3:57 when I use form builder I get an following error Error: NG01101: Expected async validator to return Promise or Observable. Are you using a synchronous validator where an async validator is expected? Find more
@ConstantinAlexandru-xf5zn7 ай бұрын
adding definite assignment assertion "!" to the @Input fixed my error export class PropertyCardComponent { @Input() property!: IProperty; }
@s.s.61418 ай бұрын
hello, i get 404 error on postman, why it could be reason? also atbackend i get ' System.ArgumentException: 'Cloud name must be specified in Account!' error
@StudyMash8 ай бұрын
Can you share the GitHub link to your code
@s.s.61418 ай бұрын
@@StudyMash i cant share link here unfortunately can you look for semathechick deneme repo
@s.s.61418 ай бұрын
@@StudyMash i try but youtube delete it. my username is semathechick and repo is latest one,deneme
@s.s.61418 ай бұрын
@@StudyMash youtube keep deletes eventhough i dont share link
I am facing an issue whenever I go to the form and fill in details, suddenly all the inputs go blank and the console says WDS Disconnected. I tried clearing the cache and restarting the app but nothing works
@48narvekaryash228 ай бұрын
Simple and easily understandable thank you so much, was doing this from last 5 hours, with the help of you done in 10min thanks
@StudyMash8 ай бұрын
Glad it helped!
@sudheervelavoor8 ай бұрын
why not new videos
@AnandRaj-hq4zv8 ай бұрын
Hi sir can you proved us this web api code?
@ajay.chawla8 ай бұрын
Routing is working but add-property does not display anything. I mean "add-property works" is not shown in webpage