Wednesday, January 16, 2019

Clinic Project using ASP.NET MVC5

In this post am going to demonstrate a clinic project to support requirement which is that patients visit clinic and get registered, after that, they make an appointment by selecting the populated available doctors, which in turn lists the upcoming appointments for the selected doctor. By default the appointment gets a pending status because it needs to be...

Wednesday, July 26, 2017

Creating an API with ASP.NET Core using Visual Studio Code

In this article we are going to learn how to build an API with asp.net core. Introduction Web api is framework that allows us to build web or http based endpoint. If you are building services today for mobile, HTML 5, and even client-server desktop applications, all these different types of applications need services in the backend to...

Saturday, December 24, 2016

Mvc CRUD using generic Repository and jQuery

In this article you will learn how to create simple crud operation using generic repository pattern  and jQuery. ...

Tuesday, September 13, 2016

Extract Image and Text from Pdf using Spire Pdf

In this article we will see how to extract images and text from Pdf , and convert it to a booklet by using Spire.pdf. ...

Wednesday, September 7, 2016

Code First Model Validation with Fluent API

In this article we are going to learn how to validate ...