کتاب‌های معماری دات نت از مایکروسافت
301, MovedPermanently
https://www.microsoft.com/net/architecture icon

Architecture Guidance
Common application patterns with .NET
Practical advice, best practices, and sample applications to help you implement different application patterns using .NET

کتاب‌های معماری دات نت از مایکروسافت
بررسی ASP.NET Core
200, OK
https://jeremydmiller.com/2017/04/04/reviewing-asp-net-core/ icon

If you stumble into this with no idea who I am or why I’m arrogant enough to think I’m qualified to potentially criticize the ASP.Net Core internals, I’m the primary author of both StructureMap (the IoC container) and an alternative “previous generation” OSS web development framework called FubuMVC that tackled a lot of the same problems that ASP.Net Core addresses now that were not part of older ASP.Net MVC or Web API. 

بررسی ASP.NET Core
ایجاد دیالوگ bootstrap با استفاده از Tag Helper
302, Found
http://www.davepaquette.com/archive/2015/12/28/complex-custom-tag-helpers-in-mvc-6.aspx icon
<modal title="Modal title">
    <modal-body>
        <p>One fine body&hellip;</p>
    </modal-body>
    <modal-footer>
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
        <button type="button" class="btn btn-primary">Save changes</button>
    </modal-footer>
</modal>
ایجاد دیالوگ bootstrap با استفاده از Tag Helper
ساخت چت روم با web socket در asp.net core
301, MovedPermanently
http://gunnarpeipman.com/2017/03/aspnet-core-websocket-chat/ icon

WebSocket is real-time communication protocol we can use to make UI in browser to send and receive messages from server over real-time communication channel. WebSocket is also supported by ASP.NET Core. This blog post demonstrates how to build simple browser based chat room on ASP.NET Core and WebSocket. 

ساخت چت روم با web socket در asp.net core