I am used to working with ASP web apps and creating .aspx pages. I don’t know PHP really and I have worked a while with C# and ASP. I really like bootstrap so far and designing with it in HTML looks great and seems to work great. However, I am concerned that somehow this won’t transfer over to ASP.
Share
Twitter’s bootstrap is used for presentation and doesn’t have to do anything with any programming language. You can use the bootstrap in any project using any language provided that you include the
bootstrap.cssstylesheet and use the CSS classes included accordingly, so there should be no concerns over whether the bootstrap will “transfer over to ASP” or any other language.