CodeDocu Developer C# Asp Net Angular
CodeDocu Developer C# Asp Net Angular
  • 909
  • 6 052 952

āļ§āļĩāļ”āļĩāđ‚āļ­

Install Publish a WebAPI on IIS from Asp.Net Core .NET8, Swagger
āļĄāļļāļĄāļĄāļ­āļ‡ 1.5K3 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™
Install IIS Install DotNet Runtime .NET8 Install Hosting Bundle .NET8 Install Asp.NET Core Runtime .NET8 (should be part of Hosting Bundle) Create ASP.Net Core Web API with or without Swagger Build Publish Copy Output Folder Files to WebServer Create New WebSite Point to new WebApp-Folder Edit Bindings Run
Install Publish Asp.Net App on IIS .NET8 Blazor Server App
āļĄāļļāļĄāļĄāļ­āļ‡ 1.4K3 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™
Install IIS Install DotNet Runtime .NET8 Install Hosting Bundle .NET8 Install Asp.NET Core Runtime .NET8 (should be part of Hosting Bundle) Create ASP.Net Core Blazor Server App Build Publish Copy Output Folder Files to WebServer Create New WebSite Point to new WebApp-Folder Edit Bindings Run
OK: Handler aspNetCore has a bad module "AspNetCoreModuleV2" in its module list: NET Hosting Bundle
āļĄāļļāļĄāļĄāļ­āļ‡ 713 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™
Attention: on the download look for the Link "Hosting Bundle" NOT for the runtime versions
How to Install .Net Framework on a WebServer .net7 .net 8
āļĄāļļāļĄāļĄāļ­āļ‡ 173 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™
How to Install .Net Framework on a WebServer .net7 .net 8
Solved React: Compiled with problems : Module build failed. Remove {brackets} process.env.REACT_APP
āļĄāļļāļĄāļĄāļ­āļ‡ 293 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™
in Code remove the curly brackets {}
REACT: App Values with .env file Environment process.env.REACT_APP_ config root folder src
āļĄāļļāļĄāļĄāļ­āļ‡ 293 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™
#env #config #react #settings
React: How to Load a Config.json File in React Component
āļĄāļļāļĄāļĄāļ­āļ‡ 1003 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™
React: How to Load a Config.json File in React Component
Solved: React Input field is not editable. Solution value to defaultValue
āļĄāļļāļĄāļĄāļ­āļ‡ 303 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™
Solved: React Input field is not editable. Solution value to defaultValue
2x Solved: ERROR useLocation() may be used only in the context of a Router component. React 18
āļĄāļļāļĄāļĄāļ­āļ‡ 1303 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™
2x Solved: ERROR useLocation() may be used only in the context of a Router component. React 18
👍Solution: React Sytlesheets Unique for Each Component with same Names
āļĄāļļāļĄāļĄāļ­āļ‡ 673 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™
Solution: Wrap a DIV Block around the Child Style Elements of the component
Problem React: Import CSS Stylesheets as import stylesheet.css with Same Names in Components
āļĄāļļāļĄāļĄāļ­āļ‡ 503 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™
3 Ways to Import Stylesheet: 1) import "./article_edit.css" 2) import styles from "./article_edit.css" 3) import styles from "./article_edit.module.css" in Render() 1 2) className="iconshortlinks" 3) className={styles.iconshortlinks}
C# may be null Error: Solution add ?. and ?? to Inital Variable Values
āļĄāļļāļĄāļĄāļ­āļ‡ 283 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™
Problem: string a = MyNullvalue.ToString(); may be null Code Solution string a = MyNullvalue?.ToString() ?? ""; with queastionmark point ?. and ?? "initialvalue"
React.18 Function will be called 2 times. Solution Remove React.Strict
āļĄāļļāļĄāļĄāļ­āļ‡ 223 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™
React18
Example: Secure Encryption Email Password on React and Read on Server C# Asp.Net in AES CBC. Decrpyt
āļĄāļļāļĄāļĄāļ­āļ‡ 903 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™
Encryption and Decryption on Client Server with Crypto-JS and in AES CBC with Key and IV. NOT ECB, is not secure. Working Example Code is on: readdy.net/Notes/Details/2547?s=React Javascript and CBC
React: Solve Value of Variable is always late, delay after set. Solve with useEffect()
āļĄāļļāļĄāļĄāļ­āļ‡ 173 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™
React: Solve Value of Variable is always late, delay after set. Solve with useEffect()
🔑 Encrypt Word in React and Decrypt it C# Server . AES Encode Password Email
āļĄāļļāļĄāļĄāļ­āļ‡ 1053 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™
🔑 Encrypt Word in React and Decrypt it C# Server . AES Encode Password Email
Solved: Compiled with problems export x (imported as x) was not found in './x.jsx' React 18
āļĄāļļāļĄāļĄāļ­āļ‡ 264 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™
Solved: Compiled with problems export x (imported as x) was not found in './x.jsx' React 18
React: Make a DIV Field to an INPUT Html Text Field
āļĄāļļāļĄāļĄāļ­āļ‡ 314 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™
React: Make a DIV Field to an INPUT Html Text Field
React Set Background-Color in Style. Solves Error Compiled with problems
āļĄāļļāļĄāļĄāļ­āļ‡ 294 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™
React Set Background-Color in Style. Solves Error Compiled with problems
Add Bootstrap to your React App. import index.js and form-control On Input Fields
āļĄāļļāļĄāļĄāļ­āļ‡ 264 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™
Add Bootstrap to your React App. import index.js and form-control On Input Fields
Solved: Compiled with problems, Error: Unexpected token, expected "," in React18
āļĄāļļāļĄāļĄāļ­āļ‡ 234 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™
Solved: Compiled with problems, Error: Unexpected token, expected "," in React18
React18 Router to load Components and get ID from URL
āļĄāļļāļĄāļĄāļ­āļ‡ 154 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™
React18 Router to load Components and get ID from URL
React 18 : Load Data to a List in Component. Code Explanation
āļĄāļļāļĄāļĄāļ­āļ‡ 134 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™
React 18 : Load Data to a List in Component. Code Explanation
Angular 17: click event does not fire , not working
āļĄāļļāļĄāļĄāļ­āļ‡ 1074 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™
Angular 17: click event does not fire , not working
[DOM] Input elements should have autocomplete attributes (suggested: "current-password") Angular 17
āļĄāļļāļĄāļĄāļ­āļ‡ 1564 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™
[DOM] Input elements should have autocomplete attributes (suggested: "current-password") Angular 17
Angular 17 SSR: field is not contained in a form und form Tag name
āļĄāļļāļĄāļĄāļ­āļ‡ 1614 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™
Angular 17 SSR: field is not contained in a form und form Tag name
ERROR Error: NG0500: During hydration Angular expected tr but found tbody. Angular 17
āļĄāļļāļĄāļĄāļ­āļ‡ 3084 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™
ERROR Error: NG0500: During hydration Angular expected tr but found tbody. Angular 17
[ERROR] TS2564: Property 'xx' has no initializer and is not definitely assigned in the constructor
āļĄāļļāļĄāļĄāļ­āļ‡ 674 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™
[ERROR] TS2564: Property 'xx' has no initializer and is not definitely assigned in the constructor
Angular Error: Can't bind to 'ngModel' since it isn't a known property of 'input' NOT NgModule
āļĄāļļāļĄāļĄāļ­āļ‡ 2084 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™
Angular Error: Can't bind to 'ngModel' since it isn't a known property of 'input' NOT NgModule

āļ„āļ§āļēāļĄāļ„āļīāļ”āđ€āļŦāđ‡āļ™

  • @aaronpotter4110
    @aaronpotter4110 13 āļŠāļąāđˆāļ§āđ‚āļĄāļ‡āļ—āļĩāđˆāļœāđˆāļēāļ™āļĄāļē

    Thanks. spent hours on this. you were the only one that addressed my issue!

  • @Shinchantoon-v1q
    @Shinchantoon-v1q āļ§āļąāļ™āļ—āļĩāđˆāļœāđˆāļēāļ™āļĄāļē

    thanku very much sir

  • @martin_mum
    @martin_mum āļ§āļąāļ™āļ—āļĩāđˆāļœāđˆāļēāļ™āļĄāļē

    Thanks, it works.

  • @manikandanr1693
    @manikandanr1693 āļ§āļąāļ™āļ—āļĩāđˆāļœāđˆāļēāļ™āļĄāļē

    Thanks a lot bro

  • @sivakamyythirunavukarasuu7570
    @sivakamyythirunavukarasuu7570 3 āļ§āļąāļ™āļ—āļĩāđˆāļœāđˆāļēāļ™āļĄāļē

    Thank you so much. I resolved the problem.

  • @gulfomahmad-c7t
    @gulfomahmad-c7t 5 āļ§āļąāļ™āļ—āļĩāđˆāļœāđˆāļēāļ™āļĄāļē

    How to connect microsoft mobile mouse 3500 , I lost my mouse dongle, I try to search in Bluetooth device when mouse light is blinking but not found plz help me.,

  • @suicune3776
    @suicune3776 7 āļ§āļąāļ™āļ—āļĩāđˆāļœāđˆāļēāļ™āļĄāļē

    You are a god among men, thank you so much <3 I had so much trouble getting the SelectedItem to work, but then your method showed me it was SelectedChanged that made a difference ;w;

  • @AITheExplorer-kx4vp
    @AITheExplorer-kx4vp 7 āļ§āļąāļ™āļ—āļĩāđˆāļœāđˆāļēāļ™āļĄāļē

    thnku you saved my time

  • @bty_s
    @bty_s 8 āļ§āļąāļ™āļ—āļĩāđˆāļœāđˆāļēāļ™āļĄāļē

    the worst explanation i've ever seen that covers only 1% of all usecases with such error. jzz

  • @RenatoAlvesVasconcelos
    @RenatoAlvesVasconcelos 10 āļ§āļąāļ™āļ—āļĩāđˆāļœāđˆāļēāļ™āļĄāļē

    Mais um brasileiro ajudado por esse post, muito obrigado !!!

  • @sonalikumari7616
    @sonalikumari7616 11 āļ§āļąāļ™āļ—āļĩāđˆāļœāđˆāļēāļ™āļĄāļē

    You changed my mood from frustrated to happy thanks

  • @jennifervasconcelos9378
    @jennifervasconcelos9378 16 āļ§āļąāļ™āļ—āļĩāđˆāļœāđˆāļēāļ™āļĄāļē

    FIXED --> angular.json "assets": [ "<<app-name>>/src/assets/", { "glob": "**/*", "input": "public" } ],

  • @mylescosta
    @mylescosta 16 āļ§āļąāļ™āļ—āļĩāđˆāļœāđˆāļēāļ™āļĄāļē

    didn't work

  • @kavitayadav7016
    @kavitayadav7016 17 āļ§āļąāļ™āļ—āļĩāđˆāļœāđˆāļēāļ™āļĄāļē

    Whenever i am unistalling it shows file path bot found

  • @egulsever
    @egulsever 19 āļ§āļąāļ™āļ—āļĩāđˆāļœāđˆāļēāļ™āļĄāļē

    No useful

  • @kavithaganesan2938
    @kavithaganesan2938 20 āļ§āļąāļ™āļ—āļĩāđˆāļœāđˆāļēāļ™āļĄāļē

    Great!

  • @karlmartyn
    @karlmartyn 21 āļ§āļąāļ™āļ—āļĩāđˆāļœāđˆāļēāļ™āļĄāļē

    🇧ðŸ‡ģ

  • @WilKassi
    @WilKassi 23 āļ§āļąāļ™āļ—āļĩāđˆāļœāđˆāļēāļ™āļĄāļē

    I don’t know more about that but where i go to fix the problem ?

  • @damian8051
    @damian8051 24 āļ§āļąāļ™āļ—āļĩāđˆāļœāđˆāļēāļ™āļĄāļē

    Thank you very much for this. And for anybody using the React ASPNET API with Typescript template in Visual Studio, which currently uses Vite, you can find the server proxy setting in the vite.config.ts, which will be weatherforecast by default

  • @anandarupray4397
    @anandarupray4397 26 āļ§āļąāļ™āļ—āļĩāđˆāļœāđˆāļēāļ™āļĄāļē

    Thanks this works

  • @pinguverse
    @pinguverse 26 āļ§āļąāļ™āļ—āļĩāđˆāļœāđˆāļēāļ™āļĄāļē

    Thanks a bunch, been stressed over this for hours

  • @RuixiYe
    @RuixiYe 27 āļ§āļąāļ™āļ—āļĩāđˆāļœāđˆāļēāļ™āļĄāļē

    Thanks a lot, it bothered me for a long time!

  • @umixed24
    @umixed24 27 āļ§āļąāļ™āļ—āļĩāđˆāļœāđˆāļēāļ™āļĄāļē

    Thanks

  • @ragheblahbazi166
    @ragheblahbazi166 29 āļ§āļąāļ™āļ—āļĩāđˆāļœāđˆāļēāļ™āļĄāļē

    I follew your video and i do the same thing but i have an error class not regestered ..could you please help me!

  • @diegobonfil7785
    @diegobonfil7785 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    perfect

  • @ucvinguyen3333
    @ucvinguyen3333 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    thank you!

  • @kubilayh.1230
    @kubilayh.1230 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    thanks a lot. after searching for hours you saved me

  • @constantinbotoacaionescu2669
    @constantinbotoacaionescu2669 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    The worst explanation I ever seen on youtube. 👎

  • @serdar_1978
    @serdar_1978 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    hello I want to run my web project in windows but it will not be understood that it is web. Is it possible with this or is there a plugin? thanks

  • @ruanribeiro4895
    @ruanribeiro4895 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    Thank you! You saved me

  • @BrianPhamc
    @BrianPhamc āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    Could you share what Hub Model?

  • @BackstreetBorz
    @BackstreetBorz āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    Thank you!

  • @matrix1738
    @matrix1738 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    thankyou very much sir got help in my project

  • @hritwikshaw8643
    @hritwikshaw8643 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    It doesn't work on my laptop sir

  • @asikahmad507
    @asikahmad507 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    Hi dear, Iam from Bangladesh, Powerful your video ðŸĨ°

  • @asikahmad507
    @asikahmad507 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    âĪâĪâĪâĪâĪ

  • @alberteinstein7466
    @alberteinstein7466 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    Setting the icon and title on the window using this way is simpler: private AppWindow _mainWindow; public MainWindow() { this.InitializeComponent(); // Initialize the AppWindow instance for this window IntPtr hWnd = WindowNative.GetWindowHandle(this); var windowId = Win32Interop.GetWindowIdFromWindow(hWnd); _mainWindow = AppWindow.GetFromWindowId(windowId); _mainWindow.SetIcon("Assets/iconApp.ico"); _mainWindow.Title = "Title here"; }

  • @sakshamgupta8002
    @sakshamgupta8002 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    Hi, your 4 years old video "Excel : Encoding values with HASH functions SHA256" got link expired mentioned in description, can you create the same again as on whole internet only your video is relevant. Hence had no option left to type it here

  • @lazycool3611
    @lazycool3611 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    thanks really helped!

  • @TishaBarui-u2y
    @TishaBarui-u2y āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    Thanku so much sirâĪ. You're a life saver. It was so frustrating.

  • @hobysepedaMTB
    @hobysepedaMTB āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    Please share apk

  • @NickAskew
    @NickAskew āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    I'm new to the latest version of Angular and I'm getting the same problem. In my case the image is used as a background-image in a style and one image works and the other gives me cannot get. I don't have a fix but all I can say is that the working file is a png and the failing file is jpg. I suspect that is not relevant as you have jpgs working for you.

    • @NickAskew
      @NickAskew āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

      An update. I created a new file which was a copy of the jpg but stored as PNG and it instantly worked, no stopping and starting, the image just popped up. My problem is that the PNG is much bigger so I'd prefer the JPG file.

    • @NickAskew
      @NickAskew āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

      Oh wow, do I feel stupid, :-( The problem was so obvious. The actual file was called whatever.JPG not jpg but to us windows folks, they are the same file. I just renamed it and the jpg works fine now.

  • @lukerowberry1206
    @lukerowberry1206 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    The downloadable file is not longer available :( trying to create from scratch but getting errors.

  • @pong948
    @pong948 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    Hello, When I try this, I cannot type anything int the WPF window. It doe not get the keyboard focus. Same for you?

  • @zeyneliris3086
    @zeyneliris3086 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    Yeni hiç kullanÄąlmamÄąÅŸ ambalajlÄą canon i-sensys fax-l3000 Var bunu satÄąn almak isteyen var mÄą ? FiyatÄą ne kadar ?

  • @dan.valerio
    @dan.valerio āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    Tks. help me!

  • @orex5523
    @orex5523 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    You can mark the path "assets/images/brock.jpg" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle. sir help

  • @kdh7940
    @kdh7940 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    Thanks for you, I solved my problem👍

  • @chuongnguyen6857
    @chuongnguyen6857 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    thank you sir

  • @woodhead0130
    @woodhead0130 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    Danke fÞr dieses tolle Tutorial, Sie haben mir damit wirklich sehr geholfen.