c# .net Adsense ADO.NET Linq Viruses/security asp.net MVC JQuery Angular-js Node-js SEO Java C++ SQL API Networking vb.net .Net Css JavaScript Generics c#.Net entity framework HTML Website host Website Construction Guide HTTP tutorial W3C tutorial Web Services JSON Psychology Ionic framework Angular ReactJS Python Computer Android

Latest posts on tagged on "MVC"

How to create HTML 5 canvas chart from database using jQuery chart.js in asp.net MVC c#?

| | Category: asp.net MVC

In this article I will show you how to create 5 canvas charts from database in asp.net MVC c# implemented using chart.js.

@Html is not working for razor helper view file in App_Code folder

| | Category: asp.net MVC

I have created Helper file that is not accessible from App_Code folder and also HtmlHelper is getting null while running. It was resolved by get helpers from the PageContext

The following sections have been defined but have not been rendered for the layout page "~/Views/Shared/_Layout.cshtml": "Scripts".

| | Category: asp.net MVC

I got the following error while running the application I resolved it by adding @RenderSectrion(“Scripts”,required:false) in the _Layout page.

How to overwite the properties in partial class using asp.net?

| | Category: ADO.NET

We can use metadata to add functionality to entities by adding properties in a metadata class with attributes that we can affect the behavior of entities implemented with partial class called metadata classes.

How to overwite entity framework data model in asp.net?

| | Category: ADO.NET

You can overwrite entity framework data model class by defining separate class using partial keyword.

Prevent button click event from other events in jquery

| | Category: JQuery

You must add type=”button” for the

How to get websites favicon in mvc asp.net?

| | Category: asp.net MVC

You can use HTML agility pack or XmlDocument and get favicon. The following code will bring the path of website’s icon.

Delete file from the server using asp.net c#

| | Category: c# .net

You should make sure that the file path passing to delete from the server in asp.net c#. This following code is to delete the record from database and also from the folder path of the server.

Could not load file or assembly 'System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral or one of its dependencies

| | Category: asp.net MVC

The cause of the error due to missing the Microsoft Aspnet mvc you needed to install to the project by using Package manager console.

Could not load file or assembly 'System.Web.Helpers' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference.

| | Category: asp.net MVC

You need to Uninstall Microsoft Aspnet mvc from the project by using Package manager console and reinstall it.

Page 12 of 18