#aspnetmvc 検索結果

.NET devs coming back to ASP .NET MVC after trying Blazor, Razor Pages and Minimal APIs

edandersen's tweet image. .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…

h4x0r_dz's tweet image. 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

BenCodeGeek's tweet image. 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

TheCodeMan__'s tweet image. 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…

KarenPayneMVP's tweet image. 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…

RehanSaeedUK's tweet image. 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,…

mjovanovictech's tweet image. 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

alexxubyte's tweet image. /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.

bjarteao's tweet image. #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.…


How Model-View-Controller (MVC) concept works.

csaba_kissi's tweet image. How Model-View-Controller (MVC) concept works.

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

dotnet's tweet image. 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

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

ASP.NET Fall Sessions - spr.ly/6016BnuuA ...build web apps w/ MVC 6

VisualStudio's tweet image. ASP.NET Fall Sessions - spr.ly/6016BnuuA ...build web apps w/  MVC 6

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!

ben_a_adams's tweet image. #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…

Telerik's tweet card. Getting Started with Telerik UI for ASP.NET MVC | Chapter 1

youtube.com

YouTube

Getting Started with Telerik UI for ASP.NET MVC | Chapter 1


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

JetBrainsRider's tweet image. 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

CsharpCorner's tweet image. 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)>">

19whoami19's tweet image. Old Cloudflare XSS bypass but still works
.
.
&amp;lt;img alt=&quot;&amp;lt;x&quot; title=&quot;/&amp;gt;&amp;lt;img src=x onerror=alert(6)&amp;gt;&quot;&amp;gt;

azicik modumuz dusunce bizim goze inen filtre

tuketimanyagi's tweet image. azicik modumuz dusunce bizim goze inen filtre

Filter & Sort - Uxercon Icon Library 🎛️

uxercon's tweet image. Filter &amp;amp; Sort - Uxercon Icon Library 🎛️

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!

therceman's tweet image. Bug Bounty Tip

Always check different encodings for your XSS payload.

For example:
?q=&amp;lt;img src onerror=alert(1)&amp;gt;
?q=\u003cimg src onerror=alert(1)\u003e

There might be a filter that removes &amp;lt;&amp;gt;, 
but not unicode symbols \u003c \u003e.

Cheers!

I present to you: filters that actually do work

callebtc's tweet image. I present to you: filters that actually do work

All you need to know about CSS filter methods 🎨 A thread🧵

Prathkum's tweet image. All you need to know about CSS filter methods 🎨 

A thread🧵

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

AstraMariam's tweet image. 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.

denicmarko's tweet image. CSS tip:

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

vibe coded Image-viewer mcp server. View images from URL's and filesystem.

Eccex_'s tweet image. vibe coded Image-viewer mcp server.
View images from URL&apos;s and filesystem.
Eccex_'s tweet image. vibe coded Image-viewer mcp server.
View images from URL&apos;s and filesystem.
Eccex_'s tweet image. vibe coded Image-viewer mcp server.
View images from URL&apos;s and filesystem.
Eccex_'s tweet image. vibe coded Image-viewer mcp server.
View images from URL&apos;s and filesystem.

Found that one filter and never looked back

KatheuNzyimi's tweet image. Found that one filter and never looked back

The backdrop-filter CSS property is looking pretty rad. css-tricks.com/the-backdrop-f…

css's tweet image. The backdrop-filter CSS property is looking pretty rad. css-tricks.com/the-backdrop-f…

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

nagi_ai_art's tweet image. Civitaiでとりあえずモデルを探します。
”Models”タブ→&quot;Filters&quot;→画像の通りに定義
Filtersの左のはとりあえずHighest Ratedにしてください。(人気なのが上にくる)

例では「Illustrious-XL」で行います。
画像の通り、クリックでDLできます。
保存先は「webui\models\Stable-diffusion」
nagi_ai_art's tweet image. Civitaiでとりあえずモデルを探します。
”Models”タブ→&quot;Filters&quot;→画像の通りに定義
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.

amourclarissa's tweet image. 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.
amourclarissa's tweet image. 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.
amourclarissa's tweet image. 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.
amourclarissa's tweet image. 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.

The Importance of Filters – A Basic Beginner's Guide: goo.gl/GjlYn0

500px's tweet image. The Importance of Filters – A Basic Beginner&apos;s Guide: goo.gl/GjlYn0

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

elliot1one's tweet image. 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
elliot1one's tweet image. 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.

addyosmani's tweet image. The &amp;lt;img&amp;gt; element now supports lazy-loading, async decoding and many other features: bit.ly/img-cwv I wrote about how to optimize UX &amp;amp; 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

CsharpCorner's tweet image. 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:

Lindsey_design's tweet image. #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:

CSS filter property cheatsheet for web developers 🎨 A Thread 🧵👇

AlfaizAliX's tweet image. CSS filter property cheatsheet for web developers 🎨

A Thread 🧵👇

Automatic Image Optimization with Hazel and ImageOptim :: css-tricks.com/automatic-imag…

css's tweet image. Automatic Image Optimization with Hazel and ImageOptim :: css-tricks.com/automatic-imag…

Loading...

Something went wrong.


Something went wrong.


United States Trends