.NET Android ASP.NET ASP.NET Identity Blazor CSS Dapper Entity Framework ETag Flask IIS Massive Misc NancyFX NodeJS numpy Object Mapper ORM python REST API scikit-learn scipy sonification SQLite
ETag implementation in ASP.Net Core - Part 3
Sunday, 22 August 2021

In part two we created a simple application with as single REST endpoint. The client can calls the endpoint and show the requested resource. The resource changes periodically to simulate real situations. Now it is time to go to the next level.

ETag implementation in ASP.Net Core - Part 2
Saturday, 21 August 2021

In part one we dicussed HTTP ETag mechanism. In this part we are going to implement an APS.NET core application that uses ETag.

ETag implementation in ASP.Net Core
Friday, 20 August 2021

As we all know, HTTP protocol mostly works based on the request and response mechanism. Each request and response force data to be transferred over network.

اولین تجربه با NancyFx
شنبه, 27 مرداد 1397

چند وقت بود که در مورد فریم ورک Nancy شنیده بودم ولی باهاش کار نکرده بودم.

استفاده از Massive در ASP.NET Identity 2 به جای Entity Framework
پنجشنبه, 06 اردیبهشت 1397

احتمالا وقتی حرف از وصل شدن به دیتابیس به گوش می رسه خیلی ها زود به یاد Entity Framework میفتند. این روز ها دیگه کار کردن با ADO.NET که کتابخانه پایه دات نت برای کار با دیتابیسهاست خیلی رونق نداره. خیلیها هم شتید اصلا ندونن همچین چیزی وجود نداره.

Top