Jan 30

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

By Pandiyan Murugan
clean-code-c#

Oct 23

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

By Hariharan subramanian

Oct 17

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

By Suhas Parameshwara
benchmark-dotnet

Aug 13

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

By Hariharan subramanian

Jul 25

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

By Suhas Parameshwara

Jul 17

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

By Suhas Parameshwara