Performing CRUD Operation in ASP.NET MVC Using Entity Framework

This article helps you to perform CRUD (Create, read, Update , Delete) operation in ASP.NET MVC using Entity Framework as connectivity to database.

Connect to SQL Server in C# (example using Console application)

In this article, I will provide working console application example in C# to connect to SQL server database and explain about connection string C# with various connection strings sample.

How to Create login & registration page in MVC with database (ASP.NET)

In this article, I will explain and show you how to create custom login / logout and registration page in asp.net mvc with database using Entity framework & proper Validations.

Read PDF file using Javascript

In this article, I have provided example to read content of pdf file using Javascript with code explanation.

Solving Error "JsonException: A possible object cycle was detected" .NET Core

In this article, I have mentioned how we can resolve error "JsonException: A possible object cycle was detected" which occur in .NET Core JSON call.

Deserialize XML string to Object in C#

In this article, I have mentioned a simple Console application example, which Deserialize XML string to C# Class object.

Show tabs and spaces in Visual studio code

In this article, I have mentioned how we can Show or hide tabs and spaces in Visual studio code.

Show or Hide Whitespace, Tabs in Visual Studio

In this article, I have provided example to display or hide Whitespace, Tabs in Visual Studio by clicking shortcuts.

Convert Image to base64 string using Javascript

In this article, I have mentioned few possible ways to convert image to base64 in Javascript (JS) with working examples.

Word count using Javascript (jQuery or Pure JS)

This small snippet of code, help you create Word count tool using JavaScript for creating an abstract guideline tool

Page 26 of 56