Open in app

Sign In

Write

Sign In

Shamil Jay
Shamil Jay

31 Followers

Home

About

Jan 16

How to Use the Latest C# Features on Older .NET Frameworks with PolySharp

A developer assigned to work on a legacy .net application may face many challenges. The main challenge is to understand the codebase that lacks modern C# language features. This will definitely make the code hard to maintain. Further, the developer may not be able to apply modern C# language features…

2 min read

How to Use the Latest C# Features on Older .NET Frameworks with PolySharp
How to Use the Latest C# Features on Older .NET Frameworks with PolySharp

2 min read


Published in Dev Genius

·Jan 3

Optimization strategies to reduce Azure build time

In Azure pipelines you get one free Microsoft hosted CI/CD with 1,800 minutes of build time. It is quite common that development teams run out of free build minutes prior to the next billing cycle. You could always check your consumed minutes by navigating to Settings → Parallel Jobs from…

Azure

3 min read

Optimization strategies to reduce Azure build time
Optimization strategies to reduce Azure build time
Azure

3 min read


Jan 2

Using a C# reserved keyword as an identifier

In C#, keywords can be reserved or contextual. As the name suggests a reserved keyword can’t be used as an identifier. A list of reserved keywords are listed below. Did you know using the prefix @ one could use a reserved keyword as an identifier. See code block below: int if = 123; // Illegal int @if = 123; // Legal IMHO, using reserved keywords in the codebase is a very bad idea. Reserved words are reserved for a reason, and doing this does decrease readability.

C Sharp Programming

1 min read

Using a C# reserved keyword as an identifier
Using a C# reserved keyword as an identifier
C Sharp Programming

1 min read


Dec 2, 2022

Using .Net Core feature management for granular control on building and launching new features

In this post, let’s discuss about .Net Core feature management libraries. It is also called feature toggles or feature switches. These libraries support the implementation of feature flags in a .Net/ASP.NET Core project. Let’s discuss the benefits of using feature management libraries and different approaches to enable/disable features. Benefits of…

Net Core

5 min read

Using .Net Core feature management for granular control on building and launching new features
Using .Net Core feature management for granular control on building and launching new features
Net Core

5 min read


Jan 14, 2021

Initiating a Linux VM on Azure

Initiating a Linux VM on Azure is pretty straight forward. There are just a handful of steps that requires to be executed. First thing first, make sure you have an Azure account, logged in all ready for some action. Locate resource group in the dashboard (which appears when logged in)…

Azure

7 min read

Initiating a Linux VM on Azure
Initiating a Linux VM on Azure
Azure

7 min read


Aug 7, 2020

AWS Elastic Container Service — Everything you need to know | part 2

In order to understand and work with ECS it’s important to get to know other services it associates with. AWS Auto Scaling Group, AWS Elastic Load Balancer and AWS Virtual Private cloud are such services. …

Aws Ec2

3 min read

AWS Elastic Container Service — Everything you need to know | part 2
AWS Elastic Container Service — Everything you need to know | part 2
Aws Ec2

3 min read


Aug 7, 2020

7 Steps to host your static website on S3 — Part2

You could leverage on the security, durability, availability and scalability by hosting it on S3. In 7 steps you could easily configure the bucket for website hosting and upload the content of your static website. Create a Bucket with the desired website host-name ex: TheHungryFatCoder Upload the static flies to the bucket. Make all files public. Ex: images, .html files etc. Enable static website hosting for Bucket. Includes specifying an index and error file.

S3

1 min read

S3

1 min read


Aug 7, 2020

Amazon S3 beginner to expert : Part 1

S3 or Simple Storage Service, is one of the first services introduced by AWS. S3 and Glacier, is the core object storage in AWS. It provides a secure, durable and highly scalable cloud storage and consist of a simple web-service interface where it can be used to store or retrieve…

S3

6 min read

S3

6 min read


Aug 7, 2020

EC2 From Zero to Hero

EC2 or Elastic Compute Cloud, is Amazons primary webservice that provides reliable compute capacity on the cloud. Compute means the amount of computation power required by your workload. You could acquire compute by launching virtual servers, and these are called Instance. When you launch an instance, you could use the…

Ec2

6 min read

EC2 From Zero to Hero
EC2 From Zero to Hero
Ec2

6 min read


Jul 24, 2020

Choosing between .Net Core and .Net Framework for Docker Containers

There’s no right or wrong answer in selecting either technologies. Each has its own pros and cons. Following are a summary of when and where you should be using either technologies. .Net Core Its modularity and lightweight properties makes .Net Core ideal for containers. Further, it is smaller when compared…

Dotnet

3 min read

Choosing between .Net Core and .Net Framework for Docker Containers
Choosing between .Net Core and .Net Framework for Docker Containers
Dotnet

3 min read

Shamil Jay

Shamil Jay

31 Followers

To make the world a better place

Following
  • Thushan Ganegedara

    Thushan Ganegedara

  • Shazin Sadakath

    Shazin Sadakath

  • Darshana Mihiran Edirisinghe

    Darshana Mihiran Edirisinghe

  • muditha batagoda

    muditha batagoda

  • Neeldeep Roy

    Neeldeep Roy

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech