10 Steps to a Sustainable Social Media Strategy

The biggest reason businesses fail in social media is lack of strategy. Businesses have to remember to stop looking for “shiny new tools” just because everyone is using them and thinks they are the “holy grail” of the online world.  It is paramount to take the time to learn the correct way to use social[…]

Posted in Uncategorized

SQL Server Tutorial :: Recover The SA password

The most important thing about your password is how hard it is to guess. Technically, those of us in the industry call this password entropy. Now you might be thinking: the best way to increase password entropy is to make the password longer. But what you think and what people actually do are different things[…]

Posted in Uncategorized

ASP.NET MVC 4 Tutorial :: Build async Unit of Work with ASP.NET MVC 4

Build async Unit of Work with ASP.NET MVC 4 – ASP.NET 5 Hosting | In the RavenDB mailing list, How to combine the standard unit of work pattern of working with RavenDB in MVC applications with async. In particular, the problematic code was:

As you probably noticed, the problem Db.SaveChangesAsync(). We want to execute[…]

Posted in Uncategorized

ASP.NET Hosting Tips and Ticks : RowDataBound in ASP.NET Gridview Control

Gridview control is most regular control in all asp.net applications to show the information and its capable control and parcel of implicit peculiarities. In this article, i will investigate a few tips and traps in rowdatabound occasion in gridvew control, Actually Rowdatabound occasion will happen when information column is sure to the control in the[…]

Posted in Uncategorized

SQL 2014 Tutorial :: Optimizing Your SQL Query

In this article, we will explain about how to optimize your SQL 2014 query. Modern day software applications have millions of concurrent users. Development of an efficiently serviceable application requires a huge amount of effort and requires many tools and techniques. Software developers always try to improve the performance of the application by improving design, coding[…]

Posted in Uncategorized

ASP.NET MVC 6 Tutorial :: Refresh PartialView Automatically

Today’s tutorial, I will tell you about Refresh PartialView Automatically in ASP.NET MVC 6.  First thing you can do is Create a MVC app on Visual Studio and then add two Classes to your model folder. using System.ComponentModel.DataAnnotations; namespace AutoRefresh.Models {     public class Employee     {         [Key]         public int Id { get;[…]

Posted in Uncategorized

SQL Server 2012 Tutorial :: SQL Server ErrorLog

The SQL Server error log contains user-defined events and certain system events. You can use thiserror log to troubleshoot problems related to SQL Server. Microsoft SQL Server saves 7 errorlog files by default. When new errorlog is made, the recent one will be deleted at identical time. If you wish to keep a lot of[…]

Posted in Uncategorized