Dave Callan | dotnet(@Dave_DotNet) 's Twitter Profile Photo

How the GARBAGE COLLECTOR works in .NET 👇🏻 ...

Thanks to Steven Giesel on LinkedIn for the original post -> linkedin.com/posts/steven-g…

How the GARBAGE COLLECTOR works in .NET  👇🏻 ... 

Thanks to Steven Giesel on LinkedIn for the original post -> linkedin.com/posts/steven-g…

#dotnet #csharp
account_circle
Stefan Đokić(@TheCodeMan__) 's Twitter Profile Photo

C# | .Net Tip (I love to ask candidates about this) 😁

What is the difference between 𝐅𝐢𝐫𝐬𝐭𝐎𝐫𝐃𝐞𝐟𝐚𝐮𝐥𝐭() and 𝐒𝐢𝐧𝐠𝐥𝐞𝐎𝐫𝐃𝐞𝐟𝐚𝐮𝐥𝐭()?

🧵

C# | .Net Tip (I love to ask candidates about this) 😁

What is the difference between 𝐅𝐢𝐫𝐬𝐭𝐎𝐫𝐃𝐞𝐟𝐚𝐮𝐥𝐭() and 𝐒𝐢𝐧𝐠𝐥𝐞𝐎𝐫𝐃𝐞𝐟𝐚𝐮𝐥𝐭()?

🧵

#Dotnet
account_circle
Serkan İnce(@serkanince_) 's Twitter Profile Photo

Alandayım. Ortam ve sunumlar gayet keyifli ilerliyor. Tam “dotnet ulan” diye bağırılacak ortam var .d Buralarda olan varsa dürtsün 🚀

Alandayım. Ortam ve sunumlar gayet keyifli ilerliyor. Tam “dotnet ulan” diye bağırılacak ortam var .d Buralarda olan varsa dürtsün 🚀 #dotnetkonf23
account_circle
Umair Shehzad(@UmairShehzad128) 's Twitter Profile Photo

⏰`𝗗𝗮𝘁𝗲𝗧𝗶𝗺𝗲` 𝗮𝗻𝗱 `𝗗𝗮𝘁𝗲𝗧𝗶𝗺𝗲𝗢𝗳𝗳𝘀𝗲𝘁` are both date and time-related types in .NET, but they 𝐡𝐚𝐯𝐞 𝐝𝐢𝐟𝐟𝐞𝐫𝐞𝐧𝐭 𝐩𝐮𝐫𝐩𝐨𝐬𝐞𝐬 and use cases.

7

⏰`𝗗𝗮𝘁𝗲𝗧𝗶𝗺𝗲` 𝗮𝗻𝗱 `𝗗𝗮𝘁𝗲𝗧𝗶𝗺𝗲𝗢𝗳𝗳𝘀𝗲𝘁` are both date and time-related types in .NET, but they 𝐡𝐚𝐯𝐞 𝐝𝐢𝐟𝐟𝐞𝐫𝐞𝐧𝐭 𝐩𝐮𝐫𝐩𝐨𝐬𝐞𝐬 and use cases.

#csharp #dotnet #softwareengineering #dotnet7 #dateTime
account_circle
danney.eth(@CryptoDanney) 's Twitter Profile Photo

Just officially released my AI tool aggregator website

1413 tools in the database and I'll be adding more constantly

You can filter by 29 categories

This is the first website I ever designed and released so any feedback or tips are welcome!

aitoolkit.org

Just officially released my AI tool aggregator website

1413 tools in the database and I'll be adding more constantly

You can filter by 29 categories

This is the first website I ever designed and released so any feedback or tips are welcome!

aitoolkit.org
account_circle
Stefan Đokić(@TheCodeMan__) 's Twitter Profile Photo

Global Error Handling in .NET 🚀

In .NET 5+, the recommended approach to implement global error handling is using middleware.

This is absolutely the simplest and most effective way, the implementation of which takes only 5 minutes.

Here you can see how it's done 👇🧵

Global Error Handling in .NET 🚀

In .NET 5+, the recommended approach to implement global error handling is using middleware.

This is absolutely the simplest and most effective way, the implementation of which takes only 5 minutes.

Here you can see how it's done 👇🧵

#Dotnet
account_circle
Ugur Umutluoglu(@umutluoglu) 's Twitter Profile Photo

Dün Dotnet Konferansı'nı 4. kez düzenledik.

580 .NET yazılım geliştiricinin bir araya geldiği bu harika organizasyonu yapmamızı sağlayan başta konuşmacılarımız olmak üzere, sponsor firmalar, organizasyon ekibi ve tüm katılımcılara teşekkürlerimi sunuyorum. ❤️ ❤️

Dün Dotnet Konferansı'nı 4. kez düzenledik.

580 .NET yazılım geliştiricinin bir araya geldiği bu harika organizasyonu yapmamızı sağlayan başta konuşmacılarımız olmak üzere, sponsor firmalar, organizasyon ekibi ve tüm katılımcılara teşekkürlerimi sunuyorum. ❤️#dotnetkonf23❤️
account_circle
Weston Walker(@wes_walke) 's Twitter Profile Photo

Blazor Spark crossed 100⭐️ on Github and I didn't even notice!

Thanks to all the .NET devs for the support so far. So much more to do🚀

Blazor Spark crossed 100⭐️ on Github and I didn't even notice!  

Thanks to all the .NET devs for the support so far. So much more to do🚀
#dotnet #blazor
account_circle
Milan Jovanović(@mjovanovictech) 's Twitter Profile Photo

What is the simplest way to create middleware in .NET?

Middleware allows you to introduce additional logic before or after executing an HTTP request.

There are three approaches to creating middleware:
- With Request Delegates
- By Convention
- Factory-Based

What is the simplest way to create middleware in .NET?

Middleware allows you to introduce additional logic before or after executing an HTTP request.

There are three approaches to creating middleware:
- With Request Delegates
- By Convention
- Factory-Based

#dotnet
account_circle
Dave Callan | dotnet(@Dave_DotNet) 's Twitter Profile Photo

Great to see a default .http file included with the API project from .NET 8 Preview 4.

Smart move from MS as it will allow more devs to get familiar with the new .http file feature which enables devs to send & debug API requests direct in Visual Studio.

Great to see a default .http file included with the API project from .NET 8 Preview 4. 

Smart move from MS as it will allow more devs to get familiar with the new .http file feature which enables devs to send & debug API requests direct in Visual Studio.  

#dotnet #visualstudio
account_circle
Dan Patrascu(@danpdc) 's Twitter Profile Photo

Unit testing .NET Minimal APIs is actually very easy!
If you enjoyed this, you might want to subscribe to this channel: youtube.com/c/Codewrinkles
tips

account_circle