In this article, we learn how to Create Git New Branch in Visual Studio . I will show how to do it, and just follow […]
Read MoreCode Maid in Visual Studio
Welcome to CodeLife Blog, In this article we learn how Code Maid use and works. But before at all I just want you to encourage […]
Read MoreCreate/Push Git Repository to GitHub using Visual Studio
In this article, we learn how to Create or post to Git Repository in Visual Studio. I will show how to do it and just […]
Read More.NET Core API using Entity Framework (EF) Code First Approach
In this article, I will show how to create .NET Core API using Entity Framework Code First Approach. I will develop Student Web API application with basic operation.
Read MoreCreate Table in MSSQL using T-SQL Command/Statement
In this blog, I will show how to create Table in MS SQL using T-SQL command. explain how its works and why we need to […]
Read MoreUse Report Viewer in ASP.NET Web Application (.NET Framework) Using C#
In this tutorial, I create a project in ASP.net Web Application and make report using Report Viewer control and RDLC file. This Project user can Print, export […]
Read MoreSelect Statement in SQL
This is all about selecting data from database server using SQL command. What is SQL SQL (pronounced “ess-que-el”) stands for Structured Query Language. SQL is used to communicate […]
Read MoreGet List of Printer Name installed in your PC’s (C Sharp)
C# (C-Sharp) is a programming language developed by Microsoft that runs on the .NET Framework. And used to develop web application, desktop application, mobile application, […]
Read MoreImage to Base64 using JavaScript
JavaScript is an object-oriented computer programming language commonly used to create interactive effects within web browsers. it is the world’s most popular programming language. JavaScript […]
Read MoreMicrosoft.Jet.OLEDB.4.0′ provider is not registered on the local machine
I created a windows application developed in .NET 3.5 using MS Access local database. and I found a solution for this problem. The issue I […]
Read More