Send Email in ASP.NET Core using MailKit with Attachments Today in this article, we will see how to use MailKit a C# .NET library. We...
Continue ReadingHow to use HttpClient C#- Guidelines and Best Practices
HttpClient C#- Guidelines and Best Practices In today’s article, we will discuss HttpClient C# Guidelines and Best Practices that developers can follow for developing HTTP-based...
Continue ReadingMongoDB Collection and Database Naming Conventions- Best practices
MongoDB Collection and Database Naming Conventions- Best practices In this post, we will learn MongoDB Collection and Database Naming that can be used for MongoDB...
Continue ReadingHow to use Visual Studio IntelliCode – Code Development using AI
How to use Visual Studio IntelliCode – Code Development using AI Visual Studio IntelliCode is a tool helping in code development and analysis of code...
Continue ReadingIoT- Light Bulbs Controller Raspberry Pi using .NET Core
IoT-Smart Light Bulbs Controller in Raspberry Pi using .NET Core In today’s article, we will learn to create a simple application for controlling smart light...
Continue ReadingBuild a .NET Core IoT App on Raspberry Pi
Build a .NET Core IoT App on Raspberry Pi Today in this article, we will cover below aspects, IoT devices for .NET developers! .NET Core...
Continue ReadingDocker- Containerize an Angular App with NGNIX
Today in this article, we will see how to Docker- Containerize an Angular App with NGNIX. Recently I tried to Containerize/Dockerize one of my microservice...
Continue ReadingGetting Started with Angular
Getting Started with Angular Introduction Angular 9, the latest version of Angular is out now, and developers have sound reasons to be excited. Angular is...
Continue ReadingHow to use Visual Studio Live Share – Paired Programming and Collaboration
How to use Visual Studio Live Share -Paired Programming and Collaboration Today in this article, we shall see Visual Studio Live Share features in detail....
Continue ReadingDockerize-Containerize your First .NET Core application
Dockerize your First .NET Core application Recently I tried to containerize one of my microservices using Docker. While doing that I learned a few details...
Continue ReadingAzure DevOps – Copy Secured File To Artifact In CI-CD Pipeline
Today in this article, we will see how to Azure DevOps – Copy Secured file artifacts in the CI-CD build pipeline. You may find a...
Continue ReadingAngular Framework Migration – Guidelines
Angular Framework Migration – Guidelines In this article, I shall highlight the basic steps required to migrate the old Angular application to the recently released...
Continue ReadingReact – Pass Data From One Component to Other Component
React – Pass Data From Child to Parent and Parent to Child Component Today in this article we shall learn how to perform component interactions...
Continue ReadingIntegration Testing Best Practices in Agile
Integration Testing Best Practices Today in this article, we will understand Integration Testing and Integration Testing Best Practices in Agile software development methodologies. We will...
Continue ReadingEnable WCF web services as REST API
Expose WCF web services as REST API in 5 minutes In this article, we will see a simple approach to Enable WCF web services as...
Continue ReadingJWT Swagger using OperationFilter in .NET Core
JWT Swagger authorization using OperationFilter in .NET Core In this post, we will see how to add JWT bearer authorization to swagger API documentation using...
Continue ReadingREST API URL Naming Conventions and Best Practices
REST API URL Naming Conventions and Best Practices Today in this article will learn about REST API URL Naming Conventions and Best Practices. Stateless protocol...
Continue ReadingReact – Child To Parent Component Communication
React – Passing Data From Child Component To Parent Component communication Today in this article we shall learn how to perform component interactions in the...
Continue ReadingJavascript Development – Best Practices
Javascript Development Best Practices Coding Best practices and Guidelines are always helpful in the long run for any language used for application development. These best...
Continue ReadingAngular – Parent to Child and Child to Parent data communication
Angular – Pass Data From Parent to Child and Child to Parent Component Today in this article we shall learn how to perform component interactions...
Continue ReadingAngular – JWT Authentication using HTTPClient Examples
Angular – JWT Authentication using HTTPClient Examples In the last article, we already performed and followed the below steps which set up the prerequisites for using HttpClient...
Continue ReadingReact – HTTP GET, PUT, POST and DELETE Request Examples
In this article, we shall see how to write React – HTTP GET, PUT, POST, and DELETE requests with easy-to-understand examples. Below are the high-level...
Continue ReadingGetting Started with React
Getting Started with React Today in this article we will see basic of Reacts. We shall create a simple ‘Hello World‘ application and we shall...
Continue ReadingAngular Architecture and Design Guidelines
Angular Architecture and Design Guidelines Angular 9, the latest version of Angular is out now, and developers have sound reasons to be excited. Angular is...
Continue ReadingDatabase Connection Resiliency in ASP.NET Core – Part II
Database Connection Resiliency in ASP.NET Core – Part II In this post, we will see how to implement Database Connection Resiliency in ASP.NET using an...
Continue ReadingScaffold-Dbcontext build failed using EFCore commands
Scaffold-Dbcontext build failed using EFCore commands Today in this article, we will cover below aspects, Issue Description The EFCore-based application gives scaffold-dbcontext build failed error...
Continue ReadingIOT Device CPU Temperature Monitor
IoT -Temperature Monitor in Raspberry Pi using .NET Core In our previous articles Create First .NET Core application in Raspberry Pi we learned the basics...
Continue ReadingTypescript Classes using JSON Schema
Typescript Classes using JSON Schema Today in this article, we will see how to createTypescript Classes using JSON Schema, As we know JSON is a...
Continue ReadingBest practices in Databricks Apache spark – Use case and example
Best practices in Databricks – Use case and example Databricks is a powerful platform for big data analytics and machine learning that runs on Apache...
Continue ReadingPython Azure storage Read and Compare file content
Python Azure storage Read and Compare file content To access two huge zip files from Azure Storage and process only the differences with Python, you...
Continue ReadingPython Databricks Dataframe Nested Arrays in Pyspark- Guidelines
Today in this article, we will see how to use Python Databricks Dataframe Nested Arrays in Pyspark. We will see details on Handling nested Arrays...
Continue ReadingConvert JSON object to string – Guidelines
Convert JSON to Raw JSON string – Guidelines Converting JSON to a string (as JSON serialization) is often necessary in various scenarios, such as data...
Continue ReadingPython Threading and Asynchronous Task examples – Best Practices
Python Asyncio – Multithreading and Asynchronous Best Practices with example Today in this example we will learn how to perform Python threading with a few examples...
Continue Reading