Category: .NET
Internationalization with angular
Internationalization is the process of designing and preparing your app to be usable in different languages Localization is the process of translating your
The art of writing clean code in C#
When I came across the term clean code, I thought its something that only 10x Engineers or Senior developers can do We often tend to approach a solution that
Create your First Blazor App using Visual Studio 2019
Blazor is a framework where you can build client-side UI for your NET Core applications Basically, the idea is to develop your UI using C# rather than
Identifying performance issues in C# code using Benchmark DotNet
It's the 21st century We build and ship applications faster than the gravitational speed of earth Software development has been experiencing disruptive
ng-kovai 2019
Knowledge increases by sharing but not by saving TechMeet360 is a technology meetup event conducted across India exclusively for technology enthusiasts who
Introduction to AutoMapper
Those who work on large enterprise NET applications, I’m damn sure that you convert your objects from view model to domain model and vice versa And