Uploading Photo   Angular
5:56
2 жыл бұрын
Adding Photo Editor Component
11:23
2 жыл бұрын
Deleting a photo - WebAPI
9:55
2 жыл бұрын
Setting Primary Photo - WebAPI
13:00
2 жыл бұрын
Display Primary Photo on List Page
8:35
Hookup Property Detail view to WebAPI
19:47
Migrate from Angular 10 to Angular 11
12:21
Deploy Angular App on Azure
15:52
3 жыл бұрын
Deploy API on Azure
25:59
3 жыл бұрын
Пікірлер
@HarshithC
@HarshithC 4 сағат бұрын
No need to install the Dependency injection package if you are using .Net8 core. Enjoy
@punit20270
@punit20270 17 күн бұрын
what is observable<> and observer in angular?
@StudyMash
@StudyMash 14 күн бұрын
Observable: Produces data streams. Observer: Consumes and reacts to data streams emitted by an Observable
@satyamverma05
@satyamverma05 25 күн бұрын
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
@StudyMash
@StudyMash 24 күн бұрын
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
@satyamverma05
@satyamverma05 24 күн бұрын
@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-q3y
@RupeshPrajapati-q3y 26 күн бұрын
What is the title of this project I want to name for my college last year project
@StudyMash
@StudyMash 26 күн бұрын
You can name it bike dealer management system
@satyamverma05
@satyamverma05 26 күн бұрын
Can you please tell me how you have taken both the connection strings name same
@StudyMash
@StudyMash 26 күн бұрын
Can you elaborate it more
@satyamverma05
@satyamverma05 23 күн бұрын
Actually I thought you have not commented the first Default Connection string but it got cleared in the beginning of next video
@satyamverma05
@satyamverma05 Ай бұрын
My register and login buttons are not working as yours
@nitinsagar9650
@nitinsagar9650 Ай бұрын
Hi Sir, please create a series on blazor
@navneetsingh3287
@navneetsingh3287 Ай бұрын
Hii sir how i can connect with you
@StudyMash
@StudyMash Ай бұрын
You can send me mail on [email protected]
@satyamverma05
@satyamverma05 2 ай бұрын
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
@sashimeher
@sashimeher 2 ай бұрын
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
@StudyMash
@StudyMash 2 ай бұрын
Sure I will
@StudyMash
@StudyMash 2 ай бұрын
Glad to hear that, sure I will try
@RakibulIslam-x8r
@RakibulIslam-x8r 2 ай бұрын
i can not able to run this project please help me
@StudyMash
@StudyMash 2 ай бұрын
What steps you are taking to run this project ?
@RakibulIslam-x8r
@RakibulIslam-x8r 2 ай бұрын
@@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.]]
@sandeepthirumurthi9032
@sandeepthirumurthi9032 3 ай бұрын
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)); }
@satyamverma05
@satyamverma05 3 ай бұрын
After 14:00 my code is not working, after [uploader] = "uploader" it's not working
@satyamverma05
@satyamverma05 3 ай бұрын
Please help me with this
@satyamverma05
@satyamverma05 3 ай бұрын
Finally I am done with this, it took my whole day
@StudyMash
@StudyMash 3 ай бұрын
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.
@satyamverma05
@satyamverma05 3 ай бұрын
Sir when will you upload new videos
@StudyMash
@StudyMash 3 ай бұрын
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.
@satyamverma05
@satyamverma05 3 ай бұрын
​​@@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.
@satyamverma05
@satyamverma05 3 ай бұрын
Sir i an getting 404 status code for deleting property
@StudyMash
@StudyMash 3 ай бұрын
Is it solved ?
@satyamverma05
@satyamverma05 3 ай бұрын
​@@StudyMashYes i solved it sir
@satyamverma05
@satyamverma05 3 ай бұрын
My comments got deleted from the video, why is it happening?
@satyamverma05
@satyamverma05 3 ай бұрын
No problem I struggled for 3 days but I corrected my code on my own
@StudyMash
@StudyMash 3 ай бұрын
Seems KZbin is considering links as spam and deleting such messages
@StudyMash
@StudyMash 3 ай бұрын
@@satyamverma05glad to hear that you are able to solve the problem
@satyamverma05
@satyamverma05 3 ай бұрын
​@@StudyMashSir can you please tell me what all the functionalities are left to complete the project as per your plan?
@biswadeepmazumder648
@biswadeepmazumder648 3 ай бұрын
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
@StudyMash
@StudyMash 3 ай бұрын
Can you send me the screenshot of error on [email protected]
@TheMysteryuncover
@TheMysteryuncover 3 ай бұрын
7:31 I am not able to see aspNetCore. What did I do wrong?
@manasapurimitla5798
@manasapurimitla5798 4 ай бұрын
Hii sir how to connect you
@StudyMash
@StudyMash 4 ай бұрын
You can send me mail on [email protected] if you have any questions.
@waqaswaris69
@waqaswaris69 4 ай бұрын
Tremendous. covers everything needed
@satyamverma05
@satyamverma05 4 ай бұрын
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.
@StudyMash
@StudyMash 4 ай бұрын
You must not be typecasting value to int and that is causing your incremental id to concatenate with older one instead of adding.
@saeedobaid764
@saeedobaid764 4 ай бұрын
Hallo i want u name in marketplace and i want to contacts with u send anythink to vontacts
@satyamverma05
@satyamverma05 4 ай бұрын
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
@StudyMash
@StudyMash 4 ай бұрын
Let me know how can I help.
@satyamverma05
@satyamverma05 4 ай бұрын
Sir I changed it in my project
@StudyMash
@StudyMash 4 ай бұрын
@@satyamverma05great
@satyamverma05
@satyamverma05 4 ай бұрын
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.
@StudyMash
@StudyMash 4 ай бұрын
It can be issue of css, if you can share the GitHub link of your code I can help.
@satyamverma05
@satyamverma05 4 ай бұрын
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
@StudyMash
@StudyMash 4 ай бұрын
What issue you are facing, may be I can help to solve the problem.
@25-rakshitp86
@25-rakshitp86 5 ай бұрын
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" })
@unplug63
@unplug63 5 ай бұрын
❤❤❤❤❤ awsm sir
@شروقعبده-خ1ط
@شروقعبده-خ1ط 5 ай бұрын
thank you so much for every thing
@akvlogs943
@akvlogs943 5 ай бұрын
is this course is good for learning angular 18?
@StudyMash
@StudyMash 5 ай бұрын
Yes, basic concepts are same, I am going to upgrade it to angular 18 soon.
@sudheerm.s6792
@sudheerm.s6792 5 ай бұрын
I have a doubt Is this video's useful in this Angular 16 time. I mean can we use it.
@StudyMash
@StudyMash 5 ай бұрын
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ط
@شروقعبده-خ1ط 5 ай бұрын
thank you so much from egypt
@shrinathhirugade9691
@shrinathhirugade9691 5 ай бұрын
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
@StudyMash
@StudyMash 5 ай бұрын
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.
@mohammedrammah1819
@mohammedrammah1819 6 ай бұрын
when i click register or login it redirects me to an empty view, how can i fix it?
@StudyMash
@StudyMash 5 ай бұрын
Can you share the GitHub link of your code so that I can look into the issue.
@satyamverma05
@satyamverma05 29 күн бұрын
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();
@mohammedrammah1819
@mohammedrammah1819 6 ай бұрын
Everything doing well but when i click register or log in i see nothing (Empty page)
@OsamaHasan-xk8ty
@OsamaHasan-xk8ty 6 ай бұрын
Where are the images that you are using in property-deatail component pls
@ghumketu
@ghumketu 6 ай бұрын
It is in assets folder
@satyamverma05
@satyamverma05 4 ай бұрын
No due to copyright infringement he added those files in gitignore so you can't get those
@salmanfayyaz84
@salmanfayyaz84 6 ай бұрын
Good explanation keeep it up🎉
@vikassable3468
@vikassable3468 6 ай бұрын
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-xf5zn
@ConstantinAlexandru-xf5zn 7 ай бұрын
adding definite assignment assertion "!" to the @Input fixed my error export class PropertyCardComponent { @Input() property!: IProperty; }
@s.s.6141
@s.s.6141 8 ай бұрын
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
@StudyMash
@StudyMash 8 ай бұрын
Can you share the GitHub link to your code
@s.s.6141
@s.s.6141 8 ай бұрын
@@StudyMash i cant share link here unfortunately can you look for semathechick deneme repo
@s.s.6141
@s.s.6141 8 ай бұрын
@@StudyMash i try but youtube delete it. my username is semathechick and repo is latest one,deneme
@s.s.6141
@s.s.6141 8 ай бұрын
@@StudyMash youtube keep deletes eventhough i dont share link
@StudyMash
@StudyMash 8 ай бұрын
You can send me mail on [email protected]
@ajay.chawla
@ajay.chawla 8 ай бұрын
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
@48narvekaryash22
@48narvekaryash22 8 ай бұрын
Simple and easily understandable thank you so much, was doing this from last 5 hours, with the help of you done in 10min thanks
@StudyMash
@StudyMash 8 ай бұрын
Glad it helped!
@sudheervelavoor
@sudheervelavoor 8 ай бұрын
why not new videos
@AnandRaj-hq4zv
@AnandRaj-hq4zv 8 ай бұрын
Hi sir can you proved us this web api code?
@ajay.chawla
@ajay.chawla 8 ай бұрын
Routing is working but add-property does not display anything. I mean "add-property works" is not shown in webpage
@nhanoan2406
@nhanoan2406 9 ай бұрын
very helpful thanks you