vtfuture / BForms

Bootstrap Forms for ASP.NET MVC
MIT License
62 stars 33 forks source link

how to update after changes #268

Open sergy79 opened 8 years ago

sergy79 commented 8 years ago

Hi, this is the best forms plugin :100:

I have a concern on updating the nuget packages, after I make changes to my data or code. How can I easily update this plugin - without loosing my changes, partial classes or is there another way?

thanks :+1:

alessandromuresan commented 8 years ago

Well, NuGet packages don't directly influence the code you're writing (unless you're updating to another major version, which isn't the case here), so you're safe to update BForms :+1:

sergy79 commented 8 years ago

thanks for the response, do you recommend i put it in separate partials... what practice do you recommend.