Skip to main content

Posts

Master Pages

Master Pages Master Pages are those pages that allows you to create a consistent look and behavior for all the page in your web application. Master pages provides a template for other pages with shared layout and functionality. Master pages cannot directly accessed from the client side because it act as a template for other pages. In master pages we can kept the content inside the ContentPlaceHolder or kept the content outside ContentPlaceHolder. We can have multiple master pages in one web application. The extension of Master Pages is ‘.master’. In simple words we can say that master pages is an asp.net file with some predefined layout that contains text, Graphics, HTML and server controls. The example of using master page is given below where we have make a navigation bar using master pages. For creating navigation bar using master page then have to follow some steps :- ·        Create project then add web forms master page item from the following. · ...

Difference between C++ and Java

Difference between C++ and Java C++ Language :- C++ Programming language is the superset of the C Language. C++ language was developed in the early 1980s. It was developed by Bjarne Stroustrup in Bell Laboratories. C++ language was developed to overcome from the flaws that will occur in the C language. No doubt, C language was the big invention on that time but after the time the founders found some flaws in that language. So they developed the new language named C++ language that will going to be very popular after the development due to some new features and inclusion of object oriented programming. Object oriented programming is that type of programming which deals with the real life implications. Instead of this C++ language also supports C language we can run most of the concept of C language in C++ language but we cannot use the C++ language concept in C language. Because C language is the subset of the C++ language. For using of object oriented programming C++ is also called...

Top Programming Languages

  Top Programming Languages in 2022 Programming languages are just the languages which helps to develop new technology and make some new applications. The need of learning programming languages will increase after the covid-19 pandemic because many of the business was shut down but the only business that works in the pandemic is the IT sector. IT sector was growing with a very rapid speed after the covid-19 because the IT sector can do their work in online mode. So everyone want to work in the IT sector. For working in IT sector you have to knowledge about some things like content Writing, Digital Marketing, Programming Languages. Out of these digital marketing or content writing can be learn easily but for programming languages you have to pay lump sum time for learning this skill. As per the survey the top programming languages in 2022 for getting job in IT sector is depend upon the company’ s need. But before companies need you have to clear you basics in any programming langu...

Cars Showroom Project

Cars Showroom Project using C++ As we all know that programming knowledge has given a immense change in the technology of world. With the help of programming knowledge lots of new and innovative things are made to be possible. No doubt for expertise in programming knowledge needs some time but after doing daily practice on it we can expertise on any programming knowledge very quickly. In the student level we learn the syntax of programming languages and try to make some project related to real life using this programming languages. Today we are going to make the Cars showroom project using C++ language. About Cars Showroom Project Cars Showroom Project is related to real life. For example in real life we want to buy any car so we can go to the cars showroom and there we see different-2 types of cars and choose according to our comfort. Same in the Cars Showroom Project we have made one online showroom where the user have to choose the car from the following different cars. But ...