win-forms-reports
Windows forms aplication reports (code and design in pt-BR))
Simple example of how to sabe Data on a C# Web Appp using Web Api and Linq to SQL
This web app is just to show how to save a data using web api and linq to sql on MVC structure.
Please check this steps to get no further problems.
1 - make sure you have Microsoft SQL Server Installed and a login with windows authenticaion .
2 - Run the Database.sql file contained on this project to create the DB used on this example.
3 - Check if the Database was created.
4 - Run the .csproj file in the project and you are ready to go!