Monday 30 December 2013

Bootstrap Friendly Dynamic Data Project Template Goes Live

Today I finished my Bootstrap Friendly Dynamic Data Project Template you can find the source up on GitHub and the Project Template on Visual Studio Gallery 

There will be more to come with many addition already on NuGet that just need minor tweaks to make them Bootstrap compatible and much much more.

7 comments:

Miloš said...

Hi Steve,
I can see that your online "Bootstrap Friendly Dynamic Data Project Template" supports VS2012 and VS2013. Unfortunately I don't have 2013 licence yet. Is there a way for me to play with your template in VS2010? Is it installation compatibility or your code need to much modification if I try to use it in VS2010? Thanks

Stephen J. Naughton said...

Hi Miloš, yes it's .Net 4 based but I don't have VS2012 installed any longer. Although I have set the version compatibility in the VSIX to cover 2012 is does not want to install but if you unzip and copy the template to you Templates folder it should work.

Steve

Stephen J. Naughton said...

P.S. Miloš, you can download the source form GitHub :) https://github.com/sjnaughton/bootstrap-friendly-dynamic-data

Steve

Miloš said...

It works, I didn't manage to install project template in VS2010, but I have downloaded source files as you suggested. It looks nice at first glance, and I will definitely try it in some real application in the future. Thanks again, nice to see dynamic data in some more friendly style. Best

Unknown said...

I tried your template in VS 2013 and as it built the project files it constantly complained about missing Northwind database files, edmx files, etc.
How is the template supposed to work if all of these references fail to load?

Stephen J. Naughton said...

Yes that is correct, it's just some reference from the original proj file, I'll try and get it fixed for the next release which I'm trying to do with the SideWaffle template

Stephen J. Naughton said...

The template will work, but I do know its a pain. I've been very busy with paying projects sadly we do need to work to feed us. I will get an update on there as soon as I can.

Steve