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

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.

Same google adsense ad code on same page(placing google ads)

| | Category: Adsense

You can place the same google adsense code multiple times on a web page. The reason goes for different ad code is size. To place google ads which size is suitable for the page you want to track and position in your page to get maximum clicks.

[Solved]Cannot implicitly convert type System.DateTime? to System.DateTime. An explicit conversion exists (are you missing a cast?)

| | Category: asp.net MVC

I got the following error while assigning object property to a DateTime variable. I got a solution, it is due DateTime? Nullable DateTime property in the Class.

Page 41 of 82