- 44
- 20 953
Aura Theme
Malaysia
เข้าร่วมเมื่อ 31 ส.ค. 2019
Hi! I am a .NET developer and web designer. Feel free to visit my portfolio: auratheme.gumroad.com/ and 1.envato.market/7mjd3g to try the live demo of the web applications that I have created😊🌞 I hope the tutorials and projects helped you! Thanks for visiting my TH-cam channel!
5 Important Tips about JavaScript in ASP.NET Core MVC (2 Minutes Quick Tips)
In this video, I’ll share 5 essential tips for using JavaScript effectively in your ASP.NET Core MVC projects! 🚀 These tips will help you streamline your JavaScript code in ASP.NET Core MVC, enhance its functionality, and avoid the common pitfalls.
Download Full source code:
auratheme.gumroad.com/
Suggest what projects would you like to download next:
forms.gle/AjK7k17Vjmc86xdDA
Timestamp:
0:00 Tip 1: JavaScript if else without curly braces
1:00 Tip 2: JavaScript OnClick function
1:31 Tip 3: Only include certain scripts in certain view pages
1:59 Tip 4: Uncaught TypeError Cannot Set Property of null
2:39 Tip 5: Post data using JavaScript or jQuery
Download Full source code:
auratheme.gumroad.com/
Suggest what projects would you like to download next:
forms.gle/AjK7k17Vjmc86xdDA
Timestamp:
0:00 Tip 1: JavaScript if else without curly braces
1:00 Tip 2: JavaScript OnClick function
1:31 Tip 3: Only include certain scripts in certain view pages
1:59 Tip 4: Uncaught TypeError Cannot Set Property of null
2:39 Tip 5: Post data using JavaScript or jQuery
มุมมอง: 46
วีดีโอ
Mastering CRUD operations in ASP.NET Core MVC, here's the step-by-step you might need to know
มุมมอง 143หลายเดือนก่อน
Welcome to this comprehensive tutorial on CRUD operations in ASP.NET Core MVC! 🚀 Whether you're just starting out or looking to sharpen your skills, this step-by-step guide will walk you through everything you need to know about creating, reading, updating, and deleting data in your web apps. What you need to install before creating the project: auratheme.gumroad.com/p/what-you-need-to-download...
Perfectionist Programmer Be Like...🎵🎸
มุมมอง 647หลายเดือนก่อน
Do you also sometimes get into the zone of being a perfectionist programmer?🤣 Song Title: I'm a Perfectionist Programmer Note: This song was created with the help of AI. Story written by: Aura Theme Lyrics generated by: AI Music composed by: AI (Verse 1) I’m staring at this screen again, Deciding on the perfect name, A variable that’s just so right, I won’t sleep through the night. Function’s g...
4 Common Issues in Asp.Net Core, And How to Fix Them! (2 Minutes Quick Tips)
มุมมอง 140หลายเดือนก่อน
4 Common Issues in ASP.NET Core MVC (And How to Fix Them!) In this video, we'll be exploring 4 issues that ASP.NET Core developers might face-and more importantly, how to fix them! Whether you're a beginner or experienced, these issues can easily slip through the cracks. I'll walk you through each one, sharing tips and solutions that I wish I knew earlier. Here’s what we’ll be looking at: CSS C...
ViewBag vs ViewData, HttpGet vs HttpPost in ASP.NET Core MVC (2 Minutes Quick Tips)
มุมมอง 78หลายเดือนก่อน
ViewBag vs ViewData, HttpGet vs HttpPost in ASP.NET Core MVC (2 Minutes Quick Tips) In this quick 2-minute tip, we'll explore the differences between ViewBag and ViewData, and when to use HttpGet vs HttpPost in ASP.NET Core MVC. Besides, we'll also explore TempData vs Session. You'll learn how ViewBag and ViewData help pass data between your controller and view, and we'll break down the purpose...
CRUD in Asp.Net Core MVC: When Using Intense Enthusiasm to Get It Done (Epic Music)
มุมมอง 120หลายเดือนก่อน
CRUD in Asp.Net Core MVC: When Using Intense Enthusiasm to Get It Done (Epic Music) Introduction: In this video, we’ll walk through the essential CRUD (Create, Read, Update, Delete) operations in ASP.NET Core MVC using Entity Framework Core. These basic actions are the foundation of most web applications, allowing you to manage data efficiently. We’ll cover how to set up each operation step by ...
Must Watch 7 LINQ C# best practices in ASP.NET Core MVC (2 Minutes Quick Tips)
มุมมอง 4052 หลายเดือนก่อน
In this video, I'll be sharing 7 essential LINQ best practices that every ASP.NET Core MVC developer should know. What is LINQ? LINQ stands for Language Integrated Query. It enables us to build queries in C# to retrieve and manipulate data from a variety of data sources, including databases, collections, XML, and others. It is beneficial to use LINQ since it can make our code more readable and ...
ASP.NET Core: How to bulk edit multi-language resources file from front-end?
มุมมอง 1832 หลายเดือนก่อน
ASP.NET Core: How to bulk edit multi-language resources file from front-end? This is the part 2 video for the multilanguage example in ASP.NET Core MVC. If you haven't watched the Part 1 video, feel free to watch it with this link: th-cam.com/video/0rq9Cj2fgJ0/w-d-xo.htmlsi=jD8bnWPopv0OQu2X In this video, you'll learn how to enable your users to edit system translations directly from the front-...
ASP.NET: Send Email using SMTP for FREE. It's EASY! Learn everything under 8 minutes!
มุมมอง 3653 หลายเดือนก่อน
Learn how to send email using SMTP in ASP.NET Core with this comprehensive tutorial! In this video, we'll cover everything you need to know to get started with ASP.NET SMTP, including configuring your SMTP settings and sending emails in ASP.NET Core MVC. This guide will help you integrate SMTP email into your ASP.NET Core applications with ease. MailerSend: refer.mailersend.com/ssCXOLl0uOzl Ful...
What You Need to Know About Dependency Injection in ASP.NET Core MVC
มุมมอง 2193 หลายเดือนก่อน
What You Need to Know About Dependency Injection in ASP.NET Core MVC In this video, we dive deep into dependency injection (DI) in ASP.NET Core MVC. Learn the fundamentals of dependency injection, like how to register the services in program.cs, how to use it in a controller, and more. Full source code: auratheme.gumroad.com/l/dependencyinjection Useful resources: SMTP for free: refer.mailersen...
InvalidOperationException: The view 'Index' was not found. (ASP.NET Build Actions you need to know)
มุมมอง 614 หลายเดือนก่อน
InvalidOperationException: The view 'Index' was not found. The following locations were searched. (ASP.NET Build Actions you need to know) Useful resources: SMTP for free: refer.mailersend.com/ssCXOLl0uOzl Timestamp: 0:00 InvalidOperationException: The view 'Index' was not found. 1:05 Build action 1: C# compiler 1:26 Build action 2: Content 1:43 Build action 3: None 2:05 Build action 4: Embedde...
Routing in ASP.NET Core MVC: How to use Custom Route and Attribute Routing?
มุมมอง 794 หลายเดือนก่อน
Routing in ASP.NET Core MVC: How to use Custom Route and Attribute Routing? In this video, we dive deep into the world of routing in ASP.NET Core MVC. Learn how to set up custom routes and utilize attribute routing to make your web applications more flexible and maintainable. Useful resources: SMTP for free: refer.mailersend.com/ssCXOLl0uOzl In this tutorial, you will learn: 0:00 Introduction 0...
Code with me: How to make cascading drop-down list in ASP.NET Core MVC (Download free source code)
มุมมอง 1204 หลายเดือนก่อน
Code with me: How to make cascading drop-down list in ASP.NET Core MVC C# In this tutorial, I'll walk you through the step-by-step process of creating cascading drop-down lists in ASP.NET Core MVC using C#. Cascading drop-down lists are essential for dynamic forms where the options in one drop-down list depend on the selection made in another. By the end of this video, you'll be able to impleme...
Fix JavaScript error in ASP.NET MVC (the correct way). Are you doing it right?
มุมมอง 1334 หลายเดือนก่อน
Fix JavaScript error in ASP.NET MVC (the correct way). Are you doing it right?
How to debug ASP.NET Core MVC in Visual Studio 2022? TUTORIAL IN LESS THAN 4 MINUTES
มุมมอง 3737 หลายเดือนก่อน
How to debug ASP.NET Core MVC in Visual Studio 2022? TUTORIAL IN LESS THAN 4 MINUTES
How to make a multi-language website in Asp.net Core MVC in LESS THAN 6 MINUTES
มุมมอง 2.5K7 หลายเดือนก่อน
How to make a multi-language website in Asp.net Core MVC in LESS THAN 6 MINUTES
OpenAI API in ASP.NET Core MVC C# | AI Translator | Project Demo | Full Source Code
มุมมอง 3517 หลายเดือนก่อน
OpenAI API in ASP.NET Core MVC C# | AI Translator | Project Demo | Full Source Code
Online Examination System ASP.NET Core MVC C#
มุมมอง 1.7Kปีที่แล้ว
Online Examination System ASP.NET Core MVC C#
ASP.NET MVC Project Source Code (ASP.NET MVC project starter kit)
มุมมอง 3.3Kปีที่แล้ว
ASP.NET MVC Project Source Code (ASP.NET MVC project starter kit)
ดุหนังแอก ❤
Thanks for this. It will be nice to put the Core8 on your site for download.
Bro this is amazing good luck
Awesome
❤ nice sir
Another ai generated horseshit, the internet is dead indeed
The problem with perfectionism in programming is that you spend too much time trying to clean up your code and you don't actually get anything done.
Lmao.. really feeling the nth refactor rn
terrible sound and robotic voice. I tried to listen to it but I rather turned it off even if I was interested in the topic.
Hi, thank you for the feedback😁 Yes, I agree with you, probably won't be using this in future tutorial videos anymore.
Content
Keep uploading videos
Thank you!😊
Love this, I found this very helpful
Thank you for the wonderful comment! Glad you found it helpful😁
Super
how to contact us
Can you make one page show the Select State -> then city-> then area , i mean i want to see postback in mvc
Hi! Thanks for your comment. You can download a project with an example of a cascading drop-down list here: auratheme.gumroad.com/l/cascading-drop-down-list-asp-net-core. This should help you see how cascading drop-down list postback work in MVC.
Excellent. Super
Thank you!
Hi there! I'm just starting with c# and your video was just amazing! Greetings from Brazil 🙌
Hi! Thank you so much for your kind words. I am glad the video was helpful. I hope your journey with C# is filled with happiness and success. 😊👏
Nice video. It is definitely food for thought in how to investigate the source of an error from the multiple places that could generate it.
Hi Bill Miller, great point! Thank you for your comment!😁
Quiz answer: . . . . . . . . Answer: C Explanation: Taking an example, a Razor view index.cshtml is rendered in the _Layout.cshtml. When the layout file (_Layout.cshtml) includes @await RenderSectionAsync("Scripts", required: false), it allows the index.cshtml view to provide additional content for the "Scripts" section. This is done by defining a @section Scripts { ... } block within the index.cshtml view. The content inside this section will be injected into the layout at the specified location, enabling you to include page-specific JavaScript files or scripts.
You saved my time
Glad that it helps! 😊
👍
🙏😁
This is awesome!
Thank you! 😊
I was surprised how good is your little fast presentation. It did help me and I would recommend it - by your link - in a few places where i saw people are struggling with this pb. It saved me time and I am so glad i found it... for my next pb i will start looking for aura plus my pb... all the best....Aura 🙋♂
Thank you so much for your kind words, Mircea! 🙋♂️
Thank you😍😍
You're welcome, and thank you too😁
Please share the source code.
Name of template please
Template name: ExamEase Live demo and source code: 1.envato.market/vNzB6A
Your project looks good but you need to improve it, I don't see a field of explanation, whether an idea follows the udemy test practice model
It should be auto save answers
Right...use our own brain n and survival.
Wtf is the point of this
wtf