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"

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

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.

Data annotation maxlength attribute (c# example)

| | Category: c# .net

In this example, I will show you to apply maxLength attribute to a string property in a class. You can set the maximum value for the property using data annotation validation property maxLength attribute.

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.

[Solved] Timezone problem in date jQuery plugin (timeago.js)

| | Category: JQuery

I was using timeago jQuery plugin, when I publish the posts in my blog, the moment is now, but it shows the Timezone “about 5 hours ago”.

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…

[Solved] The associated metadata type for type object contains the following unknown properties or fields.

| | Category: asp.net MVC

I got the following error while running the application, later I found a solution for that. This is due the partial class properties are not found in the main class. I removed the column field’s likesCount and OutputHtml from the table and updating the model using entity framework. But I haven’t removed the properties from the partial class.

How to create tags in jQuery from database in asp.net mvc (jQuery tag autocomplete) ?

| | Category: asp.net MVC

In this article, I will show you how to create tags using tag jQuery plugin in asp.net mvc with database.

Page 10 of 18