.Net, C#, Web Developers
3.39K subscribers
2 photos
1 video
721 links
News, articles, books and videos from the world of software development.
Download Telegram
​​Programming jokes:
​​Building microservices through Event Driven Architecture part2 : domain objects and business rules. By Gora LEYE.
http://logcorner.com/building-microservices-through-event-driven-architecture-part2-domain-objects-and-business-rules/
​​CleverComponents has updated the open-source DataDepersonalizer project with new features: depersonalizing of name/value pairs, custom regex patterns for sensitive data replacement, UI improvements and extensions.
https://github.com/CleverComponents/Data-Depersonalizer
​​Scaffolding Dapper with CatFactory. CatFactory is a scaffolding engine for .NET Core built with C#. The concept behind CatFactory is to import an existing database from SQL Server... By HHerzl.
https://www.codeproject.com/Articles/1213355/Scaffolding-Dapper-with-CatFactory
​​Programmer jokes:
​​This week's ASP.NET Community Standup is today - Tuesday 3:45 PM Pacific / 22:45 UTC. General Updates + Live Q&A with Damian Edwards.
https://live.asp.net/
​​Core support for object pooling. We need object pooling support at a deeper level than is currently possible. The strongest evidence: Roslyn, the C# compiler itself, had to end up implementing multiple object pools to achieve performance goals. By Andy Kutruff.
https://github.com/dotnet/coreclr/issues/23342