Posts

Showing posts from January, 2016

What is Twitter Bootstrap?

What is Twitter Bootstrap? Bootstrap is a sleek, intuitive, and powerful, mobile first front-end framework for faster and easier web development. It uses HTML, CSS and Javascript. History Bootstrap was developed by Mark Otto and Jacob Thornton at Twitter. It was released as an open source product in August 2011 on GitHub. Why Use Bootstrap? Mobile first approach : Bootstrap 3, framework consists of Mobile first styles throughout the entire library instead them of in separate files. Browser Support : It is supported by all popular browsers. Easy to get started : With just the knowledge of HTML and CSS anyone can get started with Bootstrap. Also the Bootstrap official site has a good documentation. Responsive design : Bootstrap's responsive CSS adjusts to Desktops,Tablets and Mobiles. More about the responsive design is in the chapter Bootstrap Responsive Design. Responsive Design Provides a clean and uniform solution for building an interface for developers. It contains beautiful a...

.net question answer

----.NET ------ 1. WHAT IS .NET  : IT IS A KIND OF FRAMEWORK, USED FOR INTERNET PROGRAMMING                        |                 SET OF RULES/ COLLECTION OF LIBRARIES,CLASSES..                   ->MULTI LANGUAGE SUPPORT(C#/VB.NET/JSCRIPT.NET...) /LANG INDEPENDENT           ->COMPILED , HAVING POINTER                     |                    UNSAFE CODE(MEMORY NOT MANAGED BY GC)                    managed code 2. WHAT IS CLR(COMMON LANGUAGE RUNTIME)             |   ...