Search Result: Visual Studio - Page 4 of 6

56 articles found.

Create a New Controller in ASP.NET MVC

Create a New Controller in ASP.NET MVC, controller in asp.net mvc, add controller in mvc, new controllers in asp, asp controllers add

Hello friends, I hope you all are doing great. In today's tutorial, we are gonna Create a New Controller in ASP.NET MVC . It's 6th tutorial in our ASP.Net MVC series. We have already had a look at basic Introduction to Controllers in ASP.NET MVC and they are used to communicate between Views & Models. So, now we are gonna have a look at How to Create a New Controller in ASP.NET MVC. It's a very quick tutorial, as there's not much to do with Controller rite now, we will just create one. So, let's get started with it: Create a New Controller in ASP.NET MVC In order to Create a New Controller in ASP.NET MVC, you have to right click on the Controllers folder in Solution Explorer . Now click on the Add and then click on Controllers as shown in below figure: It will open up a new window which wi ...

Create a New Model in ASP.NET MVC

Create a New Model in ASP.NET MVC, new model in asp, add model in asp.net, add model in mvc

[vc_row full_width_row="true"][vc_column][vc_column_text] Hello friends, I hope you all are doing great. In today's tutorial, we are gonna have a look at How to Create a New Model in ASP.NET MVC . It's 5th tutorial in ASP MVC series. We have already seen the basic concept of Model in ASP.NET MVC in our second tutorial. Models are used to communicate data from SQL Database to respective Controllers, which is then displayed by the Views to the user. When you are designing some professional website then it happens a lot that you need to place different data in your databases, normally this data is coming from users. So, in such cases you have to create new models and then assign respective controllers to them. So, today we will see How to do the first part i.e. creating new models in asp.net ...

Views in ASP.NET MVC

Views in ASP.NET MVC, views in asp, views in mvc, views in asp.net , views in asp net

Hello friends, I hope you all are doing great. In today's tutorial, we are gonna have a look at What are Views in ASP.NET MVC . It's our third tutorial in ASP .NET MVC series and in our first tutorial, we have seen How to Setup Your First Project in ASP.NET MVC and in our second tutorial, we have seen What is Model in ASP.NET MVC and I have told you about Views as well in previous tutorial. So, now we are gonna have a look at it in detail: Views in ASP.NET MVC In MVC Framework, we don't have pages or path to some html file as in php. Instead, We have to use Views in ASP.NET MVC for front end designing. We can use Html, Css, Javascript, Jquery or any other front end language in Views. There are two types of Views, we use in ASP, which are: Specific Views ( These Views are associated with sp ...

What is a Model in ASP.NET MVC

What is a Model in ASP.NET MVC, model in asp, model in mvc, model in asp.net, model in asp.net mvc

Hello friends, I hope you all are doing great. Today, I am going to share the second tutorial in ASP.NET MVC series and I will explain the concept of Model in ASP.NET MVC. In our previous tutorial, we have seen How to Setup Your First Project in ASP.NET MVC . So, before developing our web app, we first have to discuss some concepts in MVC Framework and Model is one of them, which we will cover in today's tutorial. So, let's get started with it: What is a Model in ASP.NET MVC ? In, ASP.NET MVC Framework structure, we have to understand 3 very simple blocks, which are: Models Controllers Views Model connects our web application with our SQL Database, it takes commands from the Controller and then get or set values in the Database and finally updates the View. We can say that Model is acting ...

Setup your First Project in ASP.NET MVC

ASP.NET MVC 1 Setup your First Project, setup first project in asp, asp introduction, asp project basics

Hello friends, I hope you all are doing great. In today's tutorial, I am going to start this new series on ASP.NET MVC Framework. I am gonna start from basics and will slowly move towards professional projects. I will share all the codes during this series and if you got into any trouble then ask in comments and I will help you out. One of our Team Member has already designed videos on ASP.NET MVC and I will keep on embedding the respective videos throughout this tutorial series. In our first tutorial, we are gonna have a look at How to Setup your First Project in ASP.NET MVC Framework. So, let's get started with it: Setup your First Project I will use Microsoft Visual Studio 2015 and I hope that you have already installed it. If you are using any other version of Visual Studio then that's ...

C# MonthCalendar Control

introduction to monthcalendar control, C# monthcalendar control, basics of C# monthcalendar control, intro to C# monthcalendar control,

Hello Everyone! I'm back to give you daily dose of information that resonates with your needs and requirements. Today, I'm going to uncover the details on the introduction to C# MonthCalendar Control . It is referred as a graphical interface that is widely used to modify and set date information based on your requirements. It is slightly different than DateTimePicker control in which you can select range of dates. DateTimePicker allows you to set both date and time, however, MonthCalendar control gives you a permission to select date only, but it gives you flexibility of selecting range of dates. Let's dive in and explore what this control does and what are its main applications. C# MonthCalendar Control C# MonthCalendar Control is known as graphical interface that is used to modify and se ...

C# ListView Control

C# listview control, introduction to listview control, intro to listview control, basics of listview control

Hi Guys! Hope you are doing great. Our mission is to give you valuable knowledge related to your field so you keep coming back for what we have to offer. Today, I am going to unlock the details on the C# ListView Control . It displays useful information about list of items by using various views available in the control. You can also have a look at LinkLabel and DateTimePicker that I have discussed previously. I'll try to cover every aspect related to ListView Control so you get a clear idea about this control and you don't need to go anywhere else for finding the information regarding this control. Let's get started. C# ListView Control C# ListView Control is used to display list of items by using various views available in the control. It is very useful in developing the applications whe ...

C# CheckBox Control

C# CheckBox

Hello, everyone, I hope you are doing great. In this tutorial, I am going to explain you about C# checkbox control, in my previous tutorials I have already explain you, C# RadioButton Control, C# ListBox Control, C# Button Control and C# Checked ListBox Control. C Sharp checkboxes have their own values in point of sale mission and desktop application development. Checkboxes are basically used to retrieve the specific data from the user. C# CheckBox allows the user to give specific input. It's mostly used where we have to retrieve the specific data from the user such as the gender selection, terms and condition agreement, and age-restricted data. You can simply use a single object C# CheckBox or multiple objects it totally depends on your requirement of developing a desktop app. C# CheckBox ...

C# RadioButton Control

C# RadioButton

Hello folks, hope you are doing good. Today in this article I'm going to explain you all about C# RadioButton Control . In my previous articles, we discussed C# Checked ListBox & C# ListBox Control . C# RadioButton is also known as the OptionButton. The radio button allows the user to select the specific values as the input. When user will click on the radio button, it will get activated, a user can select only one radio button at the same time. Radio buttons have mostly used in the point of same applications and signup forms. You have mostly seen the radio button for the gender selection in the forms. Radio button makes easier for a user to give input. You can make specific input values. You can create any kind of application with the help of Radio Button. Even that you can create the pol ...

Embedded Systems Software Development Tools

Embedded Systems Software Development Tools, Embedded Software, Integrated Development Environment, ide, embedded software tools, embedded software

Hi Friends, I hope you are fine. I have another topic on embedded systems that I am going to share with you. Today, I am gonna tell you about Embedded Systems Software Development Tools . I have already told you about the hardware tools you need for developing embedded systems. You can find them in this article 6 necessary embedded tools . If you are new to Embedded Systems then you should first have a look at What is Embedded Systems? and then you must read What is Embedded Computer because these two tutorials will give a detailed overview of Embedded Systems. Moreover, if you are interested in Learning Embedded System Programming then today's tutorial will help you in choosing the right tools among Embedded Systems Software Development Tools. I have also shared Examples of embedded syste ...