OData Server Serisi - B006 - Dinamik Kontrolörler

  OData Server Serisi - B006 - Dinamik Kontrolörler | OData Server Series - E006 - Dynamic Controllers 

 

 
Merhaba bu seride bir OData Server geliştirirken, yaşadıklarımı sizlerle paylaşmak istiyorum. Microsoft .Net Core 3.1 ve C# kullanarak geliştireceğim bu projeyi bütün adımlarıyla sizlerle paylaşacağım. 

Bu 6. bölümde projemize, projemizin en önemli parçalarından olan dinamik kod çalıştırma ile ilgileniyoruz. Yani çalışma zamanında string olarak hazırladığımız kodları derleyip, odata sunucumuzu bu dinamik kodlarla çalıştırıyoruz. Bu bölüm benim için en heyecan verici bölümlerden biri. Hadi ne duruyoruz, hemen başlayalım.

Bölüm linkleri : 
  1. Generic and dynamically generated controllers in ASP.NET Core MVC : https://www.strathweb.com/2018/04/generic-and-dynamically-generated-controllers-in-asp-net-core-mvc/
  2. Share controllers, views, Razor Pages and more with Application Parts : https://docs.microsoft.com/en-us/aspnet/core/mvc/advanced/app-parts?view=aspnetcore-3.1 
  3. [ASP. Net core] to realize dynamic web API : https://developpaper.com/asp-net-core-to-realize-dynamic-web-api/


İyi seyirler.

Hello, I want to share with you what I have experienced while developing an OData Server in this series. I will share with you all the steps of this project that I will develop using Microsoft .Net Core 3.1 and C #. 

This 6th section is about "dynamic code execution", one of the most important parts of our project. In other words, we compile the codes we have prepared as strings at runtime and run our OData server with these dynamic codes. This episode is one of the most exciting episodes for me. Come on, let's get started right away.

Section links:
  1. Share controllers, views, Razor Pages and more with Application Parts : https://docs.microsoft.com/en-us/aspnet/core/mvc/advanced/app-parts?view=aspnetcore-3.1 
  2. [ASP. Net core] to realize dynamic web API : https://developpaper.com/asp-net-core-to-realize-dynamic-web-api/


Have a good time.


Tags : 
OData, OData Server, Alper Konuralp, Microsoft.Net Core, Microsoft.Net Asp.Net Core, OData WebApi, Entity Framework Core, Dynamic Controllers

Yorumlar

Popüler Yayınlar