In this article, I am going to explain you the procedure of generating excel (.xlsx) file using C# and EPPlus in ASP.NET MVC without using Microsoft office or Interop.
In this article, I am going to provide you code with explanation to read excel in C# using OLEDB OR using EPPlus OR using Interop in Console application.
In this article, I have explained the process of uploading single or multiple files using jQuery Ajax in ASP.NET MVC or using Pure Javascript with FormData.
This article will explain you, how you can upload multiple/single file(s) by browsing or by drag and drop functionality using DropZone.js (JS library) in ASP.NET MVC by clicking form submit button (Step by Step tutorial)
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.