Пікірлер
@Seif.Ashoush
@Seif.Ashoush Күн бұрын
It worked I subscribe
@akilarsath6499
@akilarsath6499 Күн бұрын
What should I do if I have multiple project in solution like api,models
@GABBER2.O
@GABBER2.O Күн бұрын
{_productModel.CategoryName = categoryData.Where(x => x.Id == p.CategoryId).Select } I can't see the full line please help me
@DjSashaWaksOfficial
@DjSashaWaksOfficial 17 күн бұрын
Striaght to the Point - Thank you :)
@cinematicsensations219
@cinematicsensations219 22 күн бұрын
I completed your instructions but the desktop shortcut doesnt show the icon I added, it only shows up on the form. Can you tell me how to make a "release" installer because this is only debug version?
@DungNguyenTien-zg9qp
@DungNguyenTien-zg9qp 22 күн бұрын
why passwwork
@user-gt3ld7eu6v
@user-gt3ld7eu6v 25 күн бұрын
Is it better to use crud inside blazor server or use crud ? what do you recommend. Which one is faster ?
@HFTHaidra
@HFTHaidra 25 күн бұрын
nice
@hoshi2592
@hoshi2592 29 күн бұрын
Thank you forda clear tutorial :>
@hernanmartielli
@hernanmartielli Ай бұрын
Is there a way to not have to repeat each model? put it somewhere bought maybe.
@richardaubin1951
@richardaubin1951 Ай бұрын
Any chance you can update this great series to .net8 blazor, and maybe identity and some ssr?
@shabanelmogy7912
@shabanelmogy7912 Ай бұрын
can you share source code
@tecnologiaeinformacionmoyb2723
@tecnologiaeinformacionmoyb2723 Ай бұрын
Hola ya habia visto en un blog de MS como inyectar el heredado del Hub como contexto pero para un objeto que generaba mensajes cada cierto tiempo , ahora tu explicación me deja mas claro su uso, y cómo lo usas para el servicio de Api Rest bien explicado, saludos desde México
@araradsarkissian2859
@araradsarkissian2859 Ай бұрын
Works fine! Thank you for your time! :)
@etcast1559
@etcast1559 Ай бұрын
how to add .net runtime dependency to the setup.exe?
@MuhammadAli-qp3yk
@MuhammadAli-qp3yk 2 ай бұрын
How to secure the google map key? And if we don't secure the key then we will not be able to deploy? Please give suggestions
@PulkitsoftLLP
@PulkitsoftLLP 2 ай бұрын
Question: during visual setup creation add launch conditions if the specified file exists.
@cmcotrading
@cmcotrading 2 ай бұрын
I successfully created setups on my programs. However on my desktop appeared a number of files not sure if i did well. The program is working but when i remove some shortcuts files on desktop(.json, .ico) the program wont open
@parulchauhan499
@parulchauhan499 3 ай бұрын
thank you , its very use full , can i use SQl server data base with Blazor , and how we can create setup file for windows application .Please explain
@parulchauhan499
@parulchauhan499 3 ай бұрын
how we can use SQl Server Inbuild data base in VS
@sudiptamodak5840
@sudiptamodak5840 3 ай бұрын
I am using a cefsharp to create a browser. It run well within Visual Studio. But when I am creating a Setup file for distribute the software the process does not work. Can you help me?
@matteoverardo8005
@matteoverardo8005 3 ай бұрын
Hi, in "DefaultLocation" is there an equivalent of "[ProgramFiles64Folder]" to get "D:\Users\myusername\AppData\Local" ?
@lighton9451
@lighton9451 4 ай бұрын
Thanks, can i to generat serial nember or lesence ....
@XushboqovAxliddin
@XushboqovAxliddin 4 ай бұрын
nice👍👍👍👍👍👍👍👍
@sup3rs566
@sup3rs566 4 ай бұрын
When I try to add the project reference of the library to the blazorApp project it appears a warning triangle on the references of the blazorApp project, how can I solve this?
@MikeTManio
@MikeTManio 4 ай бұрын
the tutorial really helped, thanks my man
@TYNEPUNK
@TYNEPUNK 5 ай бұрын
Good, do you have a tutorial for submiting things via json, not just reading them?
@Yxncooo
@Yxncooo 5 ай бұрын
Great Video!
@TYNEPUNK
@TYNEPUNK 5 ай бұрын
edit: ok a "swagger" tab also appears with different port (to the hello world one), my api does work from here!..
@TYNEPUNK
@TYNEPUNK 5 ай бұрын
ok i started again, got further, but visiting the api url i see Sorry, there's nothing at this address.... grr
@TYNEPUNK
@TYNEPUNK 5 ай бұрын
cant find class library (.net core) either, is it the same as class library (.net framework) ?
@TYNEPUNK
@TYNEPUNK 5 ай бұрын
thanks, tho i cannot find blazor app, i see blazor web app and server app.
@jdhirhe
@jdhirhe 5 ай бұрын
Thank you very much
@yassermian9913
@yassermian9913 5 ай бұрын
during this the whole page is not refreshed..right?
@rabinsrai5078
@rabinsrai5078 5 ай бұрын
Application is not signed . How to do that
@mujeebrahman8173
@mujeebrahman8173 5 ай бұрын
Good. If I want to install it another pc , what are all the files I want to copy in USB Flash drive. Under the Debug 2 files I can see. These 2 enough or any other required
@belfordmcpimface3482
@belfordmcpimface3482 5 ай бұрын
Useful and current two years later. Subscribed.
@KwikTic
@KwikTic 5 ай бұрын
Excellent tutorial - to the point.
@user-ly6ux3bc6t
@user-ly6ux3bc6t 5 ай бұрын
At timestamp 23:27 in the video you run the code to see how it looks. When I run mine I get an error in what you have as line 61. "countries = dbContext.Countries.ToList(); In my application it was "Unable to cast object of type 'System.String' to type 'System.Int32'". I previously had to go into DbModels and changed the Country, State, and City files so that they had int's in them for the Id's because the scaffolding made everything strings. You don't show the cs files in your DbModels folder so I don't know if I did them correctly. I am running in Visual Studio 2022 with .Net 7. Would that make a difference?
@user-ly6ux3bc6t
@user-ly6ux3bc6t 5 ай бұрын
I just saw your link to purchase the demo so I did that and downloaded it. I will look through it and see what my difference is. Thanks
@user-ly6ux3bc6t
@user-ly6ux3bc6t 5 ай бұрын
After creating the TestDB from your script and putting my SQL server connection string in I get an error in the same line with your code. Maybe there is something messed up with the connection to my sql server.
@manavpatel7281
@manavpatel7281 5 ай бұрын
In my visual studio Publish Items menu is not show can you suggest me ? i have vs22 and i will create this setup in my windows form application
@carlossantamaria1820
@carlossantamaria1820 5 ай бұрын
Does this work with a MAUI app as well?
@jeffry144
@jeffry144 5 ай бұрын
Thank You
@JOAOCARLOSMourace
@JOAOCARLOSMourace 5 ай бұрын
Thanks for sharing. After publishing with clickonce, upon installation, it looks for the original wwwroot folder. The app.staticwebassets.runtime.json file is published with the development path. Do you know how to resolve this? Thanks.
@ALKASHIF-
@ALKASHIF- 5 ай бұрын
the same idea of using webview2
@dk-pr6lf
@dk-pr6lf 6 ай бұрын
Didn't worked for me I don't know why
@igorgasparik1944
@igorgasparik1944 6 ай бұрын
Can you please advise? I don't have an option in the menu : Create Shortcut to Publish Items...
@shabanelmogy7912
@shabanelmogy7912 6 ай бұрын
Thank you very much For This Excellent Explain
@hungchip
@hungchip 6 ай бұрын
How to change Icon Installer/Uninstaller in Control Panel?
@vishnupranay6698
@vishnupranay6698 6 ай бұрын
Thank you soo much for the solution
@arindampaul4190
@arindampaul4190 6 ай бұрын
on my end Publish Item is not coming, what to do?