Getting Started with .NET 7
Post Views: 1,149 Introduction Microsoft has released .NET 7 preview 1 last week Feb 17th, 2022. In this write-up, we will learn what’s new in .NET 7 preview and create…
Getting Started With .NET 6.0 Console Application
Post Views: 2,522 Introduction As we know .NET 6 is the latest version of .NET and is generally available with lots of improvement in performance, security, code quality, developer experience…
How to Give Code Review Feedback in GitHub
Post Views: 804 In this blog, we will learn the code review process in GitHub, give feedback and submit the review from the reviewer side. When someone sends you a…
Microsoft Releases .NET 7 Preview 1
SP.NET Core Preview 1 and EF7 Preview 1 released are announced today. .NET 7 builds on the foundation set up by .NET 6, which includes a unified set of base libraries, runtime, and…
What is Open-Source Development
Post Views: 481 Introduction This article describes the open-source development, its licensing terms, benefits, and how to contribute to the open-source projects as well as how one takes benefits from…
Role of Data Analysis – Digital Transformation
As we know that data has been playing a significant role in decision-making, and there are various types of analysis that help to do leveraging data. Analytics and AI plays…
Overview of Data, Data Analysis and Its Types
Post Views: 103 As we know that data has been playing a significant role in decision-making, and there are various types of analysis that help to do leveraging data. Analytics…
Important Git Commands With Examples
Post Views: 906 Introduction In software development writing code, collaborating, and merging code from several developers or contributors, managing versions, rollbacks are very important and common things. Without using any…
What is Clean Architecture
The primary idea in Clean Architecture is to make the solution adaptive, keep the core business or application logic use cases independent of frontend and external frameworks. The whole idea of…
Getting Started with ASP.NET Core Web App (MVC) Using .NET 6
Post Views: 1,658 In this article, we will learn what is MVC and how to create your first ASP.NET MVC project in .NET 6 using visual studio. This article is…