Principles of an extensible data proxy
There is a growing industry now with more than 30 companies playing in the Backend-As-A-Service (BaaS) market.
Data Transformation Pipeline
I have create some kind of data pipeline to transform coordinate data into more useful information.
Data Transformation Pipeline
I have create some kind of data pipeline to transform coordinate data into more useful information.
Data Transformation Pipeline
I have create some kind of data pipeline to transform coordinate data into more useful information.
Should I keep using ULID or should I change to CUID2 for an enterprise software? [closed]
Closed 4 days ago.
Describing Different Deployment Environments Using C4Model
How would you recommend describing a different deployment environments in Structurizr?
Design of ETL system that should receive both files and via api
I am tasked to design system that should receive both files and via api and perform ETL functions. the end result is put into RDBMS.
for the sake of example, imagine a system that handles billing for electricity companies. some of the customers provide the usage as files on periodical basis, while others hook up the consumer meters directly and the meters send usage data every few minutes.
the processing of both input is same.
Can Dependency Injection used as an alternative to Reflection for creating instances
There is a piece of .net C# code which use Reflection to create an instance using Activator.CreateInstance()
. This is an old piece of code and runs on the top of Enterprise Library. Is it a better idea to replace this with Dependency Injection to create objects? Is there any Pro’s and Con’s for either approach?
Entity framework and Eager loading and enterprise application with DDD aproach
We are trying to create an ASP.NET MVC 4 application using entity framework with domain driven development style pattern approach. As you can see in our part of domain layer, we have a complex design. We need to load entity with lazy as well as eager methods. Unfortunately we have big problem with these methods in entity framework.
Entity framework and Eager loading and enterprise application with DDD aproach
We are trying to create an ASP.NET MVC 4 application using entity framework with domain driven development style pattern approach. As you can see in our part of domain layer, we have a complex design. We need to load entity with lazy as well as eager methods. Unfortunately we have big problem with these methods in entity framework.