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 "ASP-NET"

How to create a json file from c# object in asp.net?

| | Category: asp.net MVC

In this article I will show you how to make a json file from c# object using asp.net mvc. When user click the button event, the jQuery ajax call the server side mvc action method CreateJson().

Mvc-show error message along with image

| | Category: asp.net MVC

In this article, I will show you how to display images along with Validation message using dataannotations in mvc asp.net c#.

How to clear cookie in controller ajax method asp.net mvc?

| | Category: asp.net MVC

In this article I will show you to clear cookie in ajax post method call to a controller by setting the cookie expiration date to the past date.

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 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.

How to create password encryption and decryption in c# asp.net (entity framework)?

| | Category: entity framework

In this article, I will show you how to create password encryption and decryption in c# asp.net. I am going to encrypt password before saving using the entity framework sql server.

How to use date plugin jQuery timeago example?

| | Category: JQuery

In this example, I will show you how to implement timeago jQuery plugin in a asp.net MVC project. It makes easy automatically updating datetime like 5 minutes or 15 hours ago or 1 day ago etc…

The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.1 Authentication required

| | Category: c# .net

I got the following error while sending email using asp.net c#. You should check the authentication correctly configured or not in Network Credential. If then it is proper it should be blocked by the yahoo server.

Page 8 of 26