#aspnetmvc 検索結果
.NET devs coming back to ASP .NET MVC after trying Blazor, Razor Pages and Minimal APIs

Is this real or a joke CVE-2025-55315 ? ASP.NET Core is vulnerable to http request smuggling !!!! And why is no one talking about it? github.com/advisories/GHS…

Functioning ASPNET web app with OIDC auth and Graph API support in .NET 6. Just 19 lines, down from over 100 in .NET 5

Be sure to put the middleware components in a valid order. 👀 The proper order should be: ↓ • Exception Handler • HSTS • HttpsRedirection • Static Files • Routing • CORS • Authentication • Authorization • Custom Middlewares • Endpoints #Dotnet

Simple script for site.js for identifying current page for ASP.NET Core. gist.github.com/karenpayneoreg…

ASP.NET Core API Boilerplate 1.6.1 updated with numerous improvements (Caching, New Packages etc.) github.com/ASP-NET-Core-B…

If you're a .NET dev, think twice before rolling your own auth. For most apps, ASPNET Core Identity gives you everything you need out of the box: - User registration and login - Password hashing and refresh tokens - Role- and claim-based authorization - External logins (Google,…

/1 What distinguishes MVC, MVP, MVVM, MVVM-C, and VIPER architecture patterns from each other? Subscribe to our weekly newsletter to get a Free System Design PDF (158 pages): blog.bytebytego.com

#dotnetcore tip: By using attributes on the controllers for routing, it is super easy to recreate legacy api urls in your brand new web application. I just replaced my old php site with a dotnet core website, but had to keep the urls used by apps.

Software architectural patterns are reusable solutions to commonly occurring design problems in software architecture that provide a structured way to organize and design a software system to achieve specific qualities such as flexibility, scalability, and maintainability. 1.…
Building a ListView in ASP .NET Core MVC? This msft.it/6019s4H5x article walks us through creating a book listing example with clean, reusable code. Learn how to structure your views, controllers, and models (cont) msft.it/l/6019sCJt5

ASP .NET Web API – Token Based Authentication Tutorial by Beau Carnes youtube.com/watch?v=QSFWSj… #aspnetcore

Day 14 - #100DaysOfCode Today, I learned how to display data from my database in ASP.NET MVC using views and action methods in controllers! 🎉 Also: 🔧 Customized my CSS by exploring Bootswatch themes and added Bootstrap Icons . We are getting closer #ASPNetMVC
#aspnetcore doesn't just enable C# and .NET Core to make high performance web-servers; it also enables other languages (#fsharp, #vblang, #PHP) and other runtimes (Mono and CoreRT) to also be high perf #perfmatters .NET Standard and the Common Language Runtime (CLR) in action!

💳 Currently exploring PayU Money Payment Gateway integration with my #ASPNetMVC project! 🔧 First building a sample to perfect the flow. Next: implementing it into my full-stack solution. Will share insights, code & mistakes 😅 as I go. 📌 Tagging #payumoney for dev love!
New to Telerik UI for ASP .NET MVC? Welcome aboard! 👋 Chapter 1 of the Telerik UI for #ASPNetMVC course is your perfect starting point! Get an overview, dive into prerequisites, & tour the demo app to see what's possible! ⤵️ youtube.com/watch?v=R_FhXl…
youtube.com
YouTube
Getting Started with Telerik UI for ASP.NET MVC | Chapter 1
🆕 Learn ASP.NET Core – MVC 5 + MVC Core 6 📅 26th June | 🕢 7:30 AM (IST) 👨🏫 Trainer: Mr. Vishwa Registration Link: t.ly/ASPnet-26J1 🌐 nareshit.com #DotNetCore #ASPNETMVC #NareshIT #WebAPI #BackendDevelopment #OnlineTraining #nareshit

🚀 #aspnetcore vs #aspnetmvc – Which one leads the future? #aspnetcorevsaspnetmvc #webdevelopment #DotNet #BackEndDeveloper #softwaredevelopment #crossplatform #MagnusMinds #codinglife #TechComparison #WebAppDevelopment #MicrosoftTechnologies #dotnetdevelopers #Trending

Made great progress on my LMS project today! 🎓 📌 Implemented CRUD operations for core models 🛠️ Set up controllers & connected models to the database ✅ Added initial migrations & applied them with EF Core #60DaysOfLearning #DotNet #ASPNETMVC #EFCore #BuildInPublic
Started a new project today: LMS (Learning Management System) Created core models to handle basic LMS functionality Set up DbContext and began structuring the app Excited to build this step by step—so much more to come! #60DaysOfLearning #DotNet #ASPNETMVC #EFCore #BuildInPublic
"Agile development is not just a methodology; it's a mindset. 'In ASP.NET MVC, each component is designed to be easily replaceable, fostering adaptability.' Embrace change and let your code evolve. 📚 #CSharp #ASPNETMVC #AgileDevelopment" ✍ @openai
Day 15 of #100DaysOfCode 🎯 To create a new page with MVC: 1️⃣ Add an Action Method in the controller (e.g., About). 2️⃣ Create a View file (e.g., About.cshtml) in the corresponding folder. 3️⃣ Pass data from the controller to the view if needed. #ASPNETMVC #WebDevelopment
Day 14 - #100DaysOfCode Today, I learned how to display data from my database in ASP.NET MVC using views and action methods in controllers! 🎉 Also: 🔧 Customized my CSS by exploring Bootswatch themes and added Bootstrap Icons . We are getting closer #ASPNetMVC
ASP.NET MVC in 2024: A Powerful Choice for Modern Web Development? Watch this session from #JBDotNetDays by @lxztlr to find out: 👉 youtube.com/watch?v=Ux1OzV… #dotnet #aspnetmvc #aspnetcore

Enhance your app’s authentication! Discover how to build customized authentication filters in ASP.NET Core MVC 6 and make your apps more secure. Details here: tinyurl.com/mr43c3u9 #ASPNET #ASPNETCore #ASPNETMVC

"Embrace simplicity: 'The best designs emerge from self-organizing teams.' - Agile Web Development with ASP.NET MVC. Remember, clear code and collaboration often lead to the most elegant solutions. 🌟 #CSharp #ASPNETMVC #AgileDevelopment" ✍ @openai
Old Cloudflare XSS bypass but still works . . <img alt="<x" title="/><img src=x onerror=alert(6)>">

Bug Bounty Tip Always check different encodings for your XSS payload. For example: ?q=<img src onerror=alert(1)> ?q=\u003cimg src onerror=alert(1)\u003e There might be a filter that removes <>, but not unicode symbols \u003c \u003e. Cheers!

i love how u can add filter to the pics now and use idles anytime i hope it gets implemented permanently

CSS tip: Use the `grayscale()` filter function to convert the input image to grayscale.

Civitaiでとりあえずモデルを探します。 ”Models”タブ→"Filters"→画像の通りに定義 Filtersの左のはとりあえずHighest Ratedにしてください。(人気なのが上にくる) 例では「Illustrious-XL」で行います。 画像の通り、クリックでDLできます。 保存先は「webui\models\Stable-diffusion」


Here are some filter templates that you see a bunch of people using. I found them last night. You can use the apps PicsArt or phonto and just put them over your pictures.




Filters handle cross-cutting concerns like caching and authorization, only within the MVC pipeline. Unlike middleware (runs on every request), filters run only for MVC actions. You can apply them globally, per controller, or per action. #dotnet #mvc #cleancode #webdevelopment


The <img> element now supports lazy-loading, async decoding and many other features: bit.ly/img-cwv I wrote about how to optimize UX & the Core Web Vitals with it.

Discover the essentials of security in ASP.NET Core MVC (C#) with encryption and decryption techniques. Dive into the details with author @ziggyrafiq. tinyurl.com/yx44t5jv #ASPNETCore #ASPNET #ASPNETMVC #CSharp #SecurityTips #encryption #decryption

#CSS tip:📌 Using #CSS filters can add some nice image effects without using Sketch or Photoshop. You can use several filter types and can even combine them for different effects:

Something went wrong.
Something went wrong.
United States Trends
- 1. Russ 29.7K posts
- 2. #NBAonNBC N/A
- 3. Lakers 43K posts
- 4. Arsenal 359K posts
- 5. Warriors 59.4K posts
- 6. NASA 75.9K posts
- 7. Roundball Rock 5,347 posts
- 8. Sean Payton 3,332 posts
- 9. Jen Psaki 2,233 posts
- 10. Adam Silver 1,987 posts
- 11. Crosby 9,930 posts
- 12. #ThunderUp 2,173 posts
- 13. Platner 13.4K posts
- 14. Rockets 30.7K posts
- 15. Maria Taylor N/A
- 16. Atlas 63.6K posts
- 17. The NBA 105K posts
- 18. Martinelli 40.6K posts
- 19. Oval Office 51.9K posts
- 20. John Brennan 34.2K posts