Wednesday 10 October 2012

MVC | First application | Neha Sharma


     1.       Open Visual  studio
     2.       Go to file -> New - >Project like the above image:
     

    3.       Select the arr-owed options and then give name and then click on OK button , just like below image:
     
                  

    4.       Now a new dialogue box ll open now select  -> Internet application -> Razor Engine  -> Ok , just like the below image:


    5.       Now take a look over solution explorer you can see here the model , View and controller folder just like below image:


    6.       Now run your application F5 ll show you a web page : 



        Next i'll explain to add Module,Control or Views in your new MVC application. Till wait.........

       Thanks
        Neha Sharma

         << Previous                                                                                                                    Next >>

         

        

          

            

        

       

Saturday 6 October 2012

MVC (Model view controller) | Let’s Start to learn | Neha Sharma


The first and very important point to learn anything - “what is this?”So,here a question occurs What is MVC?Reguraly we work with ASP.Net,a development framework to develop websites or web pages using javascript,css etc.ASP.Net supports three different type of development models –MVC is one of them,other two are web pages & web forms.

So,here now we can say:

1.       MVC is an Asp.net programming Model.
2.       MVC is a framework for building web applications.

       MVC involves its own design which is called MVC design, stands for Model View Controller


1. Models represent the part of the application that handles the logic for the application data.
                Often model objects retrieve data (and store data) from a database.
            2. View represents the parts of the application that handles the display of the data.
                Most often the views are created from the model data.
           3. Controller represents the part of the application that handles user interaction.
               Typically controllers read data from a view, control user input, and send input data to the model.

Here, now we can say that, The MVC model defines web applications with 3 logic layers:

1.     The business layer (Model logic)
2.     The display layer (View logic)
3.      The input control (Controller logic)

The MVC separation helps you manage complex applications, because you can focus on one aspect a time. For example, you can focus on the view without depending on the business logic. It also makes it easier to test an application.
The MVC separation also simplifies group development. Different developers can work on the view, the controller logic, and the business logic in parallel.

System Requirements:

So, Now to start work on your first MVC application you need to check some system requirements as:

 ü  Have nothing? This will install everything for you, including Visual Studio 2012 & MVC 4.
 ü  Have Visual Studio 2010? Install MVC 4 usingthe Web Platform Installer or the standalone installer.
 ü  Using Visual Studio 2010 and looking for ASP.NET MVC 3? Here's the standalone installer.
 ü  Or you can install Visual Web developer, Visual Web Developer is a development tool tailor made for        MVC (and Web Forms).

        Next i'll explain to start work with your new MVC application.till wait.........

       Thanks.
       Neha Sharma

















Which Game Engine you should choose | Neha Sharma

Unity3D and Unreal Engine are only 2 Game engine which executes an indispensable position in Game Industry. The choice of the engine must ...