Open in app
Home
Notifications
Lists
Stories

Write
Yohan Malshika
Yohan Malshika

Home
About

Published in Enlear Academy

·Pinned

Const vs Readonly vs Static Readonly in C#

Understanding the Difference between Const, Readonly, and Static Readonly in C# — Static, Readonly, and Constant are prevalent keywords used to declare the variables. But there are some confusing scenarios between these three keywords. These keywords have tiny differences, but these differences will provide better guidance to select which keywords are better according to the moment. …

C Sharp Programming

4 min read

Const vs Readonly vs Static Readonly in C#
Const vs Readonly vs Static Readonly in C#

Published in Enlear Academy

·Pinned

Repository Pattern and Unit of Work with ASP.NET Core Web API

How to Implement a Unit Of Work with Repository Pattern in ASP.NET Core Web API — Hello All, I plan to tell you how to implement a unit of work with the repository pattern in ASP.NET Core today. In that case, I'll discuss, What is the Repository Pattern? Non-generic and Generic Repository Pattern What is the Unit of Work (UoW)? Benefits of UoW How to implement…

Aspnetcore

7 min read

Repository Pattern and Unit of Work with ASP.NET Core Web API
Repository Pattern and Unit of Work with ASP.NET Core Web API

Published in Enlear Academy

·Mar 21

7 Nuget Packages to Improve Your ASP.NET Core Application

Few Nuget Packages to improve the productivity of the ASP.NET Core Application — Software development is a challenging task, and “reinventing the wheel” will not benefit you as a developer. Instead, as a developer, you should make your life as simple as possible by utilizing known and tested packages wherever appropriate. It will reduce a lot of the stress out of your development…

Aspnetcore

3 min read

7 Nuget Packages to Improve Your ASP.NET Core Application
7 Nuget Packages to Improve Your ASP.NET Core Application

Published in Enlear Academy

·Jan 11

Global Exception Handling in .NET 6

An effective way to handle the exceptions in .NET 6 — Exception handling is one of the important tasks in the application development cycle. Today, I am planning to tell you the effective way to handle the exceptions in the .Net 6. In that case, I’ll discuss, Exception Handling with Try-Catch Block Global Exception Handling with Custom MiddleWare Exception Handling with Try-Catch Block Try-Catch block is…

Programming

5 min read

Global Exception Handling in .NET 6
Global Exception Handling in .NET 6

Published in Enlear Academy

·Nov 22, 2021

Autofac with ASP.NET Core

How is Autofac more flexible than a built-in dependency injection framework in ASP.NET Core? — Hello All, I am planning to tell you how to implement the Autofac IoC container with ASP.Net Core today. In that case, I’ll discuss, What is Autofac? How to implement Autofac with ASP.NET Core? What is Autofac? Autofac is a .Net-based IoC container. When classes interact with one another, it manages the dependencies…

Net Core

4 min read

Autofac with ASP.NET Core
Autofac with ASP.NET Core

Published in Enlear Academy

·Sep 23, 2021

How to Deploy a Dockerized Web App to Heroku using the GitHub Actions

Deploying a Dockerized ASP.NET Core Web App to Heroku Using GitHub Actions — Hello all, Hope you are all doing well. Today, I plan to tell you how to deploy a dockerized ASP.NET Web app in Heroku using the Github Actions. Heroku is a cloud-based PaaS platform that supports many programming languages and hosting processes. But it's not supported the C# and ASP.NET…

Docker

6 min read

How to Deploy a Dockerized Web App to Heroku using the GitHub Actions
How to Deploy a Dockerized Web App to Heroku using the GitHub Actions

May 31, 2021

Infrastructure as Code with Terraform — Terraform 101

Infrastructure as code with terraform for beginners by using the Azure. — Hello All, Hope you all are doing well! Finally, I could manage the time to write the new blog article after few months. Meanwhile, I could learn few new technology concepts with my university academics works and as well as my studies. So, I got the chance to learn about…

Infrastructure As Code

7 min read

Infrastructure as Code with Terraform — Terraform 101
Infrastructure as Code with Terraform — Terraform 101

Jan 20, 2021

FutureBuilder and StreamBuilder in Flutter

Understanding the Differences between FutureBuilder and StreamBuilder widgets — Hi All, Hope you are all doing well. Today I am planning to tell you about FutureBuilder and StreamBuilder widgets in Flutter. In this article, I will tell you, FutureBuilder widget How to use FutureBuilder Widget StreamBuilder widget How to use StreamBuilder Widget Difference between FutureBuilder and StreamBuilder Let’s get…

Flutter

3 min read

FutureBuilder and StreamBuilder in Flutter
FutureBuilder and StreamBuilder in Flutter

Dec 13, 2020

Few Flutter tips & tricks you must know

If you are new to this Flutter/Dart world, these tips & tricks might help you. — Hi All, Hope you all are doing well, So today I am going to tell you a few tips & tricks in the flutter that could be useful for the developer. Avoid Widget Rebuild by using const Constructor When we want to prevent unwanted widget rebuilds, then use the const…

Tips And Tricks

3 min read

Few Flutter tips & tricks you must know
Few Flutter tips & tricks you must know

Oct 11, 2020

Unit Testing with xUnit in ASP.NET Core

Hi All! Hope you all are doing well. Today I am telling you about unit testing with xUnit in ASP.NET Core. Developers should love to write unit testing, because it will help to improve our code, and also it will reduce some extra works in early-stage when we develop the…

Unit Testing

5 min read

Unit Testing with xUnit in ASP.NET Core
Unit Testing with xUnit in ASP.NET Core
Yohan Malshika

Yohan Malshika

Undergraduate @ SUSL | Software Engineer

Following
  • Juan Alberto España Garcia

    Juan Alberto España Garcia

  • Trey Huffine

    Trey Huffine

  • Piumi Liyana Gunawardhana

    Piumi Liyana Gunawardhana

  • Anjula Shanaka

    Anjula Shanaka

  • Sashini Hettiarachchi

    Sashini Hettiarachchi

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable