-
How to use a Database project in .NET Visual Studio?
DATE:Introduction The Database plays a vital role in any web or windows application development. The Database project can be used to maintain the repository of the schema changes. Why do we need a Database project? While developing any application, the developer has to work on many database tasks such as creating tables, triggers, stored procedures, …
How to use a Database project in .NET Visual Studio? Read More »
-
Exporting JSON data from your ASP .Net Web API to a Microsoft Excel Spreadsheet using Macro Programming
DATE:Exporting your data to an excel spread sheet is a very common requirement, but what if this data is coming from a database as a Web API service . This is possible using Macro Programming. In this article, I would like to give a brief overview of how to export your data from the ASP …