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

What is an area in asp.net mvc?

| | Category: asp.net MVC

If Application contains a large number of controllers it is difficult to manage. The asp.net area simplifies large mvc web application in to smaller groupings.

Could not load file or assembly newtonsoft json version 4.5.0.0 The system cannot find the file specified.

| | Category: asp.net MVC

I got the following error while running the application. This json problem is due to the newtonsoft json dll could not be added to the project reference.

Token based form authentication and cookies in asp.net mvc

| | Category: asp.net MVC

The user logs in to the website account; you can encrypt and store cookie in client browser using asp.net token based authentication.

How to handle exception in JavaScript (try catch exception handling)?

| | Category: JavaScript

In this article, I will show you error handling in JavaScript with example. The JavaScript try catch block catches the error throw an exception. Here I used to show JavaScript errors using alert message.

onmouseover and onmouseout in JavaScript example

| | Category: JavaScript

In this article, I will show you how to use onmouseover and onmouseout in html using JavaScript. Change the image on mouse over/out using Javascript mouse events in html.

How to calculate characters and words typed in textbox using JavaScript ?

| | Category: JavaScript

In this article, I will show you to calculate how many words have I typed in a textbox using javaScript. With the help of below code, when the user enters some text in a textbox it calculate word count on a JavaScript keyup event.

How to return an ActionResult string in MVC?

| | Category: asp.net MVC

In this article, I will show to how to return a string result using ActionResult in mvc 4. You can achieve this by ContentResult to return a string. It will create content result object by using a string.

jQuery(…).timeago is not a function

| | Category: JQuery

I got the following error while I needed to show the relative time to post using jQuery timeago js. In my case it is due to multiple JQuery registered on the page.

TextArea value count in jQuery- character limit indicator

| | Category: JQuery

In this article, I will show you textarea value character count in jQuery. When user type characters in textarea it will indicate the character limit below that using the jQuery keyup event.

How to save data in database using entity framework before check if a record is exists?

| | Category: ADO.NET

In this article, I will show you how to check if a record exists before insert in to the database using entity framework in c#. You can use Any() because it will check soon as matches in records.

Page 40 of 82