- 909
- 6 052 952
CodeDocu Developer C# Asp Net Angular
Germany
āđāļāđāļēāļĢāđāļ§āļĄāđāļĄāļ·āđāļ 1 āļ.āļ. 2016
Developer Code in C#, .Net, Asp Core, Angular, React, Android, Databases, Office Excel Access, technical devices, Smartphones
ðŧ Please SUBSCRIBE the channel to help support of how to write and solve code examples
ðŧ Please SUBSCRIBE the channel to help support of how to write and solve code examples
āļ§āļĩāļāļĩāđāļ
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
Thanks. spent hours on this. you were the only one that addressed my issue!
thanku very much sir
Thanks, it works.
Thanks a lot bro
Thank you so much. I resolved the problem.
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.,
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;
thnku you saved my time
the worst explanation i've ever seen that covers only 1% of all usecases with such error. jzz
Mais um brasileiro ajudado por esse post, muito obrigado !!!
You changed my mood from frustrated to happy thanks
FIXED --> angular.json "assets": [ "<<app-name>>/src/assets/", { "glob": "**/*", "input": "public" } ],
didn't work
Whenever i am unistalling it shows file path bot found
No useful
Great!
ð§ðģ
I donât know more about that but where i go to fix the problem ?
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
Thanks this works
Thanks a bunch, been stressed over this for hours
Thanks a lot, it bothered me for a long time!
Thanks
I follew your video and i do the same thing but i have an error class not regestered ..could you please help me!
perfect
thank you!
thanks a lot. after searching for hours you saved me
The worst explanation I ever seen on youtube. ð
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
Thank you! You saved me
Could you share what Hub Model?
Thank you!
thankyou very much sir got help in my project
It doesn't work on my laptop sir
Hi dear, Iam from Bangladesh, Powerful your video ðĨ°
âĪâĪâĪâĪâĪ
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"; }
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
thanks really helped!
Thanku so much sirâĪ. You're a life saver. It was so frustrating.
Please share apk
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.
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.
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.
The downloadable file is not longer available :( trying to create from scratch but getting errors.
Hello, When I try this, I cannot type anything int the WPF window. It doe not get the keyboard focus. Same for you?
Yeni hiç kullanÄąlmamÄąÅ ambalajlÄą canon i-sensys fax-l3000 Var bunu satÄąn almak isteyen var mÄą ? FiyatÄą ne kadar ?
Tks. help me!
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
Thanks for you, I solved my problemð
thank you sir
Danke fÞr dieses tolle Tutorial, Sie haben mir damit wirklich sehr geholfen.