اشتراک‌ها
سری آموزشی MassTransit

MassTransit is a free, open-source distributed application framework for .NET. MassTransit makes it easy to create applications and services that leverage message-based, loosely-coupled asynchronous communication for higher availability, reliability, and scalability. 

سری آموزشی MassTransit
اشتراک‌ها
پروژه coolstore براساس معماری مایکروسرویس ها

CoolStore is a containerised polyglot microservices application consisting of services based on .NET Core, NodeJS and more running on Service Mesh. It demonstrates how to wire up small microservices into a larger application using microservice architectural principals. 

پروژه coolstore براساس معماری مایکروسرویس ها
اشتراک‌ها
کتابخانه Firebase گوگل مخصوص دات نت

The Firebase Admin .NET SDK enables access to Firebase services from privileged environments (such as servers or cloud) in .NET.

Supported Frameworks:

  • .NET Framework 4.5+
  • netstandard 1.5, providing .NET Core support 
کتابخانه Firebase گوگل مخصوص دات نت
اشتراک‌ها
سرویس کلود IaaS چیست؟

Infrastructure as a service (IaaS) is an instant computing infrastructure, provisioned and managed over the internet. It’s one of the four types of cloud services, along with software as a service (SaaS), platform as a service (PaaS), and serverless

سرویس کلود IaaS چیست؟
اشتراک‌ها
مدل بایندر برای تاریخ شمسی در ASP.NET Core

مدل بایندر برای تاریخ شمسی

How To Use:

//In Startup.cs:
    
    public void ConfigureServices(IServiceCollection services)
    {
        services.AddMvcCore(options =>
        {
            options.ModelBinderProviders.Insert(0, new PersianDateModelBinderProvider());
        });
    }

//In Actions:
    
     public async Task<IActionResult> SampleAction(DateTime birthDate)
        {
            if (ModelState.IsValid)
            {
                //birthDate is valid
            }
            else
            {
                birthDate is wrong
            }

            ...
        }
مدل بایندر برای تاریخ شمسی در ASP.NET Core
اشتراک‌ها
9 ویژگی جدید SQL Server 2017

- SQL Server Runs on Windows, Linux and Docker Containers
- Graph Database Capabilities
- Python Support
- Resumable Online Index Rebuild
- New CLR Security Model
- Identity Cache
- Adaptive Query Processing
- Scaling Out Integration Services
- Simplify Your Code with New T-SQL Functions

9 ویژگی جدید SQL Server 2017