Over 10 years we help companies reach their financial and branding goals. Engitech is a values-driven technology agency dedicated.

Gallery

Contacts

411 University St, Seattle, USA

engitech@oceanthemes.net

+1 -800-456-478-23

Microsoft Orleans

Software Development
Orleans React Native Flutter

Before We understand Orleans We need to take a look at normal Scalable Applications. Below is the Diagram that shows it Scalability refers to an application’s capacity or ability to grow with demand without degrading performance or disrupting the user experience. When you have a scalable application, you can add more resources when needed, which […]

What is Servant Leadership?

People
origami paper boats arrangement

Recently, I was forced to think that what kind of Leadership Style is suitable to our organization’s culture. The answer I kept coming to was Servant Leadership. I wrote that as an answer to many of my colleagues. What I missed though was, defining it in more detail. In my understanding, it’s pretty clear, the […]

Dependency Injection in .Net Core

Software Development
ASP.NET Core with syringe

            What is Dependency? A dependency is an object that another object depends upon. For example; public class EmployeeController : ControllerBase{IEmployee _employee = new EmployeeImplementor();//business logic}  In the above example, the class EmployeeController directly depends upon class EmployeeImplementor, so EmployeeImplementor is the dependency of class EmployeeController. What Is Dependency Injection Dependency Injection is a programming technique that […]

.NET Core

Software Development
.NET Core

.Net Core is a platform which is independent, modular and open source version of .Net framework. It is a complete re-write of .Net Framework with new CLR, Base Class Libraries for developing cross platform and cloud optimized applications. It is a modular framework meaning developers can include only required packages to build their applications. All […]

×