September 2018
How to upload an image with other form data in ASP.Net MVC?
.
In this blog, I will write about How to upload an image with other form data in ASP.Net MVC 5. You may read my other articles on MVC. Sometimes, we require to collect image/photo with other form inputs. For eg – A resume form. This form will have normal inputs as well as image upload…
ASP.Net MVC Ajax.BeginForm with an example – MVC Blogs
.
Hi, recently I was working on a project in MVC. I had to post a form using Ajax to avoid page postback.I have demonstrated this by an example. Let’s see the code to implement Ajax.BeginForm in an MVC application. Ajax.BeginForm in MVC Nowadays users don’t want to see a page refresh and web technologies are…
LINQ with an MVC Project
.
This blog contains basic information about LINQ. Also, we will see how can we use LINQ in an MVC project. What is LINQ? LINQ stands for Language Integrated Query. LINQ can be used to query from a variety of data sources for eg SQL Server, Array, and XML. LINQ defines keywords that you can use…
Important Web service interview questions and answers
.
In this blog, I have collected Web Service interview questions and answers which are very important for interview. Whether you are a fresher or have some development experience, the Web Service interview questions given below will prove to be very beneficial for you. 1. What is Web Service? Web Service is the mechanism to…
Is AngularJS different from Angular?
.
Angular is a well known powerful web application framework in use today. To provide a better stability and highly optimized web application, Angular has released multiple versions time to time. What are AngularJs and Angular? Angular has a completely rewritten framework, and AngularJS is the very first version of Angular. Some people called it Angular1.x…
