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

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

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

            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 […]

.NET Core

Software Development

.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 […]

Azure AD + SAML

Software Development

In every web application, while making architectural and design decisions, deciding which identity provider is to be used is always a critical aspect because it defines overall security layer of a web app. In Microsoft technical stack, Azure AD will always have a top edge because apart from Microsoft’s top-notch security, it adds up other advantages like quick and easy SSO integrations, user, and roles management, monitoring and alerts.

×