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

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.

How to get size of all tables in database using SQL Query?

| | Category: SQL

In this article, I will show you how much space used/unused by the all tables in SQL server database using SQL Query.

How to check length in jQuery for textarea?

| | Category: JQuery

In this article, I will show you textarea character count in jQuery. The easiest way to get character counter is $(“#your_textarea”). val().length in jQuery.

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…

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.

How to send yahoo email in asp.net c# uses smtp server yahoo?

| | Category: c# .net

In this article I will show you how to send email using asp.net c#. You need to configure the yahoo mail smtp server in SmtpClient class from the namespace System.Net.Mail.

Page 40 of 82