by David Bérubé | Jan 25, 2018 | .NET, Web
Since IIS 8.0 autostart is built-in, however it is not easy to get it working. There are a couple of steps to make it work. First , Go to your …
by David Bérubé | Oct 14, 2016 | .NET, MVC, Web
When running asp.net MVC locally in development, MVC Views are actually compiled at runtime, when you first visit a view, the cshtml view is being compiled to a CS file …
by David Bérubé | Oct 4, 2016 | JavaScript, Web
If you have not updated to visual studio 2015 update 3, you might want to do it now. Then install version 2.0.3 of typescript from https://www.microsoft.com/en-us/download/details.aspx?id=48593 If you prefer...
by David Bérubé | Sep 27, 2016 | .NET, C#, Web
Swashbuckle is a very nice project that will generate a UI for your web api. It has support for xml documentation, authentication and just every feature that comes with swagger-ui.…
by David Bérubé | Sep 22, 2016 | JavaScript, Web
If you have more than 100 lines of javascript in your app, you should be using typescript. What is typescript? TypeScript is a superset of JavaScript that compiles to clean …
Recent Comments