Guidelines for Migrating from .NET Framework to .NET Core

Businesses require a scalable and robust architecture to migrate and modernize their applications to microservices architecture. Cloud is the obvious choice for many as it facilitates containers, serverless platform, and offers facilities like pay-per-usage. The choice of language is .NET Core as it offers cross-platform support, flexibility, and PaaS support. With 4.8 being the last version of the .NET Framework, Microsoft has advised moving

Unit Testing for Data Access Layer with MOQ Framework

Software release cycles are becoming shorter and more agile by the day. Enterprises across domains have started automating the software development, deployment processes, and quality checks. The test automation has become the key focus. Tests like unit tests, functional tests, integration tests, and performance/vulnerability tests are the key measures demanded by the customers which make sure that the quality is never compromised. With advancements

How to Configure SonarQube for C# .NET Project

SonarQube is one of the most popular open source static code analysis tools available in the market. It helps software professionals to measure the code quality and identify non-compliant code. The SonarQube community is very active and provides continuous upgrades, new plug-ins and customizations. It is a good practice to frequently run SonarQube on the source code to fix the code quality violations and

Implementing Single Sign-On in SOA

With the rapid rise in RESTful Web Services, it has now become increasingly important for software developers to host each of the business subsystem into its own service. A classic example is an e-commerce website, it can have multiple subsystems i.e. inventory, order management, user management, payments, etc. Advantage of Maintaining a Standalone Service Hosting each of these subsystems within its own service makes