Categories
Tags
- .NET Core
- .NET Standard
- Angular
- Apple
- Architecture
- ASP.NET-CORE
- ASP.NET-MVC
- Async
- AWS
- Azure
- C#
- CLR
- Delegates
- DI
- Docker
- Entity Framework
- Entity Framework
- Events
- Git
- Kafka
- Linux
- MEF
- MOQ
- MVVM
- N-Tier
- Nano Server
- Nginx
- Nin
- Ninject
- NLog
- NUGET
- OData
- OSS
- PCL
- REST
- RIA Services
- Security
- Silverlight
- SOAP
- SSL
- Tools
- Trackable Entities
- TypeScript
- Visual Studio
- VSCode
- WCF
- Web API
- WP7
- WPF
-
Recent Posts
Personal
Technical
Twitter
- RT @jmezach: Just finished with the #EFCore community standup. Had a blast with @jeremylikness @ajcvickers @ErikEJ and @shayrojansky talkin… 4 weeks ago
- RT @dotnet: The agenda is out! See what's happening the world of .NET. #dotNETConf is coming November 10 — 12 2020 Come celebrate the new… 4 months ago
- RT @Michael_Hladky: Lazy loading #Angular components with async/await is - 🥴not lazy - 🧟♀️not cancelable - ☠️hard to handle errors - 🤕clum… 4 months ago
Tag Archives: Delegates
Building a Leak-Proof Eventing Model
One of the main features of the .NET Framework is to provide automatic memory management via garbage collection. You might think this would solve the problem of memory leaks in managed applications, but the effectiveness of the garbage collector can … Continue reading