#asp_net_core 搜尋結果

ASP.NET Core in .NET 6 and C# 10 - Default global usings - File scoped namespaces - New minimal hosting API #dotnet #aspnetcore

davidfowl's tweet image. ASP.NET Core in .NET 6 and C# 10
- Default global usings
- File scoped namespaces
- New minimal hosting API

#dotnet #aspnetcore
davidfowl's tweet image. ASP.NET Core in .NET 6 and C# 10
- Default global usings
- File scoped namespaces
- New minimal hosting API

#dotnet #aspnetcore

Boxing in C#: What It Costs You and How to Get Rid of It blog.ndepend.com/boxing-in-c-wh… #csharp #dotnet

ndepend's tweet image. Boxing in C#: What It Costs You and How to Get Rid of It

blog.ndepend.com/boxing-in-c-wh… #csharp #dotnet

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…

ASP.NET Core 7 is 11x faster than Node.js. .NET 8 is faster. Here's why:

julioc's tweet image. ASP.NET Core 7 is 11x faster than Node.js.

.NET 8 is faster. Here's why:

Is elevating your .NET skills always on your to-do list? Discover the resources that will transform your learning journey .𝗡𝗘𝗧 𝗡𝗲𝘄𝘀𝗹𝗲𝘁𝘁𝗲𝗿 - C# Digest csharpdigest.net - Stefan Dokic stefandjokic.tech - Milan Jovanovic lnkd.in/dSgrKFDk - Muhammad…

mwaseemzakir's tweet image. Is elevating your .NET skills always on your to-do list?

Discover the resources that will transform your learning journey

.𝗡𝗘𝗧 𝗡𝗲𝘄𝘀𝗹𝗲𝘁𝘁𝗲𝗿
- C# Digest csharpdigest.net
- Stefan Dokic stefandjokic.tech
- Milan Jovanovic lnkd.in/dSgrKFDk
- Muhammad…

🚀 I wrote an article about how to optimize your .NET app for production! 📑 Before deploying, make sure it’s fast, stable & ready to scale. Read the full checklist guide here 👉 abp.io/community/arti… #dotnet #csharp #performance #webdev

alperebicoglu's tweet image. 🚀 I wrote an article about how to optimize your .NET app for production! 
📑 Before deploying, make sure it’s fast, stable & ready to scale.
Read the full checklist guide here 👉 abp.io/community/arti…

#dotnet #csharp #performance #webdev

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…

Permission authorization handler in ASP .NET Core 👇 You can use this to enforce Role-Based Access Control.

mjovanovictech's tweet image. Permission authorization handler in ASP .NET Core 👇

You can use this to enforce Role-Based Access Control.

Web Applications with ASP.NET Core Architecture and Patterns guidance eBook/Guide just updated to Core 2.0 and EF Core 2.0. Check it out! aka.ms/WebAppEbook #aspnetcore2 #efcore #dotnetcore

cesardelatorre's tweet image. Web Applications with ASP.NET Core Architecture and Patterns guidance eBook/Guide just updated to  Core 2.0 and EF Core 2.0. Check it out! 
aka.ms/WebAppEbook #aspnetcore2 #efcore #dotnetcore

Nous avons sorti un correctif qui résout les problèmes de journalisation syslog et inclut les derniers patches de sécurité Microsoft ASP.NET Core (CVE-2025-55315). Lisez notre dernier article pour en savoir plus. 3cx.fr/blog/correctif…

3CX_France's tweet image. Nous avons sorti un correctif qui résout les problèmes de journalisation syslog et inclut les derniers patches de sécurité Microsoft ASP.NET Core (CVE-2025-55315). Lisez notre dernier article pour en savoir plus.
3cx.fr/blog/correctif…

Spot where I upgraded my website to #AspNetCore 2.1 yesterday:

martin_costello's tweet image. Spot where I upgraded my website to #AspNetCore 2.1 yesterday:

Update 7 Hotfix Wir haben einen Hotfix veröffentlicht, der Probleme mit der Syslog-Protokollierung behebt und die neuesten Microsoft ASP.NET Core-Sicherheitspatches (CVE-2025-55315) enthält. Mehr hier: 3cx.de/blog/v20-u7-ho… #3CX #Update7 #Sicherheitsupdate

3CX_DACH's tweet image. Update 7 Hotfix

Wir haben einen Hotfix veröffentlicht, der Probleme mit der Syslog-Protokollierung behebt und die neuesten Microsoft ASP.NET Core-Sicherheitspatches (CVE-2025-55315) enthält.

Mehr hier:
3cx.de/blog/v20-u7-ho…

#3CX #Update7 #Sicherheitsupdate

'Highest Ever' Severity Score Assigned by Microsoft to ASP.NET Core Vulnerability itsecuritynews.info/highest-ever-s…

davidi99's tweet image. 'Highest Ever' Severity Score Assigned by Microsoft to ASP.NET Core Vulnerability itsecuritynews.info/highest-ever-s…

Do you ever expand .cs file nodes in Solution Explorer to peek at the types and members inside? The second picture shows the same solution but without the expanders visible for comparison. Which do you prefer?

mkristensen's tweet image. Do you ever expand .cs file nodes in Solution Explorer to peek at the types and members inside? 

The second picture shows the same solution but without the expanders visible for comparison. Which do you prefer?
mkristensen's tweet image. Do you ever expand .cs file nodes in Solution Explorer to peek at the types and members inside? 

The second picture shows the same solution but without the expanders visible for comparison. Which do you prefer?

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,…

We're in the middle of migrating one of our biggest apps (5000+ servers) to .net core. In yellow is CPU usage for .net framework + asp.net. In green is .net core 3.1 + aspnetcore. We've migrated other apps but it's the first time we see such a dramatic improvement

KooKiz's tweet image. We're in the middle of migrating one of our biggest apps (5000+ servers) to .net core. In yellow is CPU usage for .net framework + asp.net. In green is .net core 3.1 + aspnetcore. We've migrated other apps but it's the first time we see such a dramatic improvement

Swashbuckle.AspNetCore is being removed in .NET 9 #dotnet

Dave_DotNet's tweet image. Swashbuckle.AspNetCore is being removed in .NET 9
#dotnet

New to @aspnet core? We have a fundamental overview and a getting started page to make your intro nice and easy. docs.microsoft.com/en-us/aspnet/c…

docsmsft's tweet image. New to @aspnet core? We have a fundamental overview and a getting started page to make your intro nice and easy. docs.microsoft.com/en-us/aspnet/c…

Blogged: .NET Core 2.0 and ASPNET 2.0 Core are Here weblog.west-wind.com/posts/2017/Oct…

RickStrahl's tweet image. Blogged: .NET Core 2.0 and ASPNET 2.0 Core are Here weblog.west-wind.com/posts/2017/Oct…

🚨 مایکروسافت خطرناک‌ترین باگ تاریخ #ASP_NET_Core را پچ کرد! باگ CVE-2025-55315 در وب‌سرور Kestrel اجازه می‌داد مهاجمان درخواست‌های HTTP را مخفیانه تزریق کنند و به داده‌های کاربران دسترسی یابند. #Microsoft #CyberSecurity #PatchTuesday #CVE #Kestrel vulnerbyte.com/microsoft-fixe…


هل تريد بناء تطبيقات ويب قوية وسريعة بأحدث التقنيات‼ 📌 في دورة ASP .NET Core & Angular المقدمة من ACIT ، ستتعلّم كيف تطوّر أنظمة احترافية تجمع بين قوة Back-end ومرونة Front-end للتواصل live.my-communication.com 📞 00962796368285 #ASP_NET_Core #Angular #تطوير_الويب #ACIT

AcitAcademy2023's tweet image. هل تريد بناء تطبيقات ويب قوية وسريعة بأحدث التقنيات‼

📌 في دورة ASP .NET Core & Angular المقدمة من ACIT ، ستتعلّم كيف تطوّر أنظمة احترافية تجمع بين قوة Back-end ومرونة Front-end 

للتواصل
live.my-communication.com

📞 00962796368285

#ASP_NET_Core #Angular #تطوير_الويب 
#ACIT

دیگه واقعا دارم از پیشنهادهای #ویژوال_استودیو می‌ترسم. توی پیچیده‌ترین سناریوها هم دقیقا می‌دونه می‌خوای چیکار کنی... #سی_شارپ #asp_net_core


🧵 ASP.NET Core 📝 الاسم: #ASP_NET_Core 🗣️ لغة البرمجة: #سي_شـارب 🗓️ سنة الإصدار: 2016 👨‍💻 المطور: Microsoft 🌐 الموقع الرسمي: dotnet.microsoft.com/apps/aspnet —————————————— Core: هو إطار عمل ويب مفتوح المصدر من تطوير Microsoft، أطلق لأول…

xooox888's tweet image. 🧵 ASP.NET Core

📝 الاسم: #ASP_NET_Core  
🗣️ لغة البرمجة: #سي_شـارب  
🗓️ سنة الإصدار: 2016  
👨‍💻 المطور: Microsoft  
🌐 الموقع الرسمي: dotnet.microsoft.com/apps/aspnet
——————————————  
 Core: هو إطار عمل ويب مفتوح المصدر من تطوير Microsoft، أطلق لأول…

دوستان اینجا کسی هست با #asp_net_core سروکله بزنه


Why should I use containers instead of deploying build artifacts directly to Azure App Services or AWS Elastic Beanstalk? - Visit programmatic.solutions/tg8d2x/why-sho… for the answer. #asp_net_core #azure #aws #docker #containerization


Can I use Entity Framework with a SOAP API layer over a database? - Visit programmatic.solutions/ok82ga/can-i-u… for the answer. #entity_framework #asp_net_core #soap #programming #developers


Is ASP.NET core over implementing CORS specification or is my understand of the CORS specification imcomplete? - Visit programmatic.solutions/uayupu/is-asp-… for the answer. #asp_net_core #programming #code #developerlife #computerengineering


How do I reference a .NET Framework project in a .NET Core project? - Visit programmatic.solutions/d48dou/how-do-… for the answer. #csharp #net #asp_net_core #net_core #programming


هل تريد بناء تطبيقات ويب قوية وسريعة بأحدث التقنيات‼ 📌 في دورة ASP .NET Core & Angular المقدمة من ACIT ، ستتعلّم كيف تطوّر أنظمة احترافية تجمع بين قوة Back-end ومرونة Front-end للتواصل live.my-communication.com 📞 00962796368285 #ASP_NET_Core #Angular #تطوير_الويب #ACIT

AcitAcademy2023's tweet image. هل تريد بناء تطبيقات ويب قوية وسريعة بأحدث التقنيات‼

📌 في دورة ASP .NET Core & Angular المقدمة من ACIT ، ستتعلّم كيف تطوّر أنظمة احترافية تجمع بين قوة Back-end ومرونة Front-end 

للتواصل
live.my-communication.com

📞 00962796368285

#ASP_NET_Core #Angular #تطوير_الويب 
#ACIT

🧵 ASP.NET Core 📝 الاسم: #ASP_NET_Core 🗣️ لغة البرمجة: #سي_شـارب 🗓️ سنة الإصدار: 2016 👨‍💻 المطور: Microsoft 🌐 الموقع الرسمي: dotnet.microsoft.com/apps/aspnet —————————————— Core: هو إطار عمل ويب مفتوح المصدر من تطوير Microsoft، أطلق لأول…

xooox888's tweet image. 🧵 ASP.NET Core

📝 الاسم: #ASP_NET_Core  
🗣️ لغة البرمجة: #سي_شـارب  
🗓️ سنة الإصدار: 2016  
👨‍💻 المطور: Microsoft  
🌐 الموقع الرسمي: dotnet.microsoft.com/apps/aspnet
——————————————  
 Core: هو إطار عمل ويب مفتوح المصدر من تطوير Microsoft، أطلق لأول…

Customizing #ASP_NET_Core Part 07: OutputFormatter dlvr.it/Qn5q7D

killz4sher's tweet image. Customizing #ASP_NET_Core Part 07: OutputFormatter dlvr.it/Qn5q7D

How to Upload Images to an ASP.NET Core REST Service With Xamarin.Forms dlvr.it/QGxVln #mobile #mobile_app_development #asp_net_core #programming

killz4sher's tweet image. How to Upload Images to an ASP.NET Core REST Service With Xamarin.Forms dlvr.it/QGxVln #mobile #mobile_app_development #asp_net_core #programming

Loading...

Something went wrong.


Something went wrong.


United States Trends