Meta
Categories
Category Archives: c#
Book Notes: Pro ASP.NET MVC 5: Web API
Create WebServices Project * Create a new project named WebServices – select Empty template – select both MVC and Web API features Model * Create model class named Reservation with three properties (id, name, location): using System; using System.Collections.Generic; using … Continue reading
Posted in c#, dotNet
Leave a comment