Guid in SQL
GUID is generated to unique identifier No. GUID is created through network card.SQL Server have data type uniqueidentifier, A sample database snapshot has been provided below: Guid in SQL--Code...
View ArticleHow to Schedule Backup in SQL Server 2008?
I am writing about very important part of our development How to schedule backup in SQL Server 2008 R2. We work sometimes offline (at our local machine) or online server, our day-to-day database...
View ArticleHow to Publish Website in ASP.Net 4.5
I am here writing upgraded version of How to Publish Website in ASP.Net 4.0, In asp.net 4.5 have new features to earlier version asp.net 4.0. I have listed below key steps those guides us how to...
View Article3 Tier Architecture in asp.net
I am publishing next version 3 tier architecture article of asp.net 4.5, In asp.net c# 4.5 have some new up gradations to know when working on 3 tier architecture, I have provided key steps to know...
View ArticleCould not load file or assembly...
I am providing my best solution as following. I am much assure, you will fix your issue after going through given below steps.1. You have to check your private assembly “Bin” folder whether it is...
View ArticleWho is the best cloud provider
We should know all “pros and cons” of cloud solution providers across the market. There are three main lead solution providers of cloud technology, who serve the cloud industry entirely. I have listed...
View ArticleHow to Design Entity Relationship Diagram
Entity Relation Diagram (ER-Diagram) is very important aspect of database designing, with the help of ER Diagram we can define Primary Keys, Foreign Keys, Unique Keys so entire relations in our schema....
View ArticleOnline Document Editing in ASP.NET C#
I got requirement to make document online. I started to look for third party controls, but this kind of requirement through third party very rare in across global market, only few solutions with third...
View ArticleHow to Open Skype Multiple Account on Mac
I have already written a article on How to Open Skype Multiple Account in Microsoft windows, in this article, I have taken chance real time how to open Skype Multiple Account on Mac operating system. I...
View ArticleCould not open a connection to SQL Server
I have been running the same issue few days back, throws the exception with the description “provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server”on server”. I have...
View ArticleMVC 4 Sample
I have suggested below MVC 4 sample project step by step with snapshots attached as well.Step 1: Open your Visual Studio 2012 as displayed in snapshot to launch your project of MVC 4.Step 2: Now you...
View ArticleConnection Timeout In IIS
I have provided below few complete steps to adjust your connection timeout in IIS as following.Step 1: Press Windows & run (Win + R) to open your IIS (Internet Information Services) or you can run...
View ArticleHTTP Error 503. The service is unavailable
I have explained in steps to resolve issue HTTP Error 503. The service is unavailable as below:Step 1:I ran into issue “HTTP Error 503. The service is unavailable” when I launched my website through...
View ArticleHow to Add SSL Certificate
I have suggested brilliant 10 steps how to add SSL certificate as below:Step 1: Open your IIS (Internet Information Services) from start windows or with hotkeys (ctrl + R then type inetmgr).Step 2: On...
View ArticleHow to Add FTP Site in IIS
I am publishing another article on how to add FTP Site in IIS, who are newbie in IIS (Add FTP site in IIS). I have provided steps as below:Step 1: Open your Control panel, now locate “Uninstall or...
View ArticleHow to Embed Youtube Channel
I have provided key steps to embed YouTube channel into your website. Steps1: I am providing youtube channel script to embed YouTube Channel with Subscribe button.<div> <script...
View ArticleWhat Is IIS
IIS has great feature to deploy website over the internet. It has great extensibility, scalability, easy to manage, modular etc. It runs on Windows platform to deploy website. Microsoft has designed...
View ArticleSet Rules in Outlook
When we are working with outlook emails, as time passes over our outlook size also grows, it is very hard to filter the emails from a long emails bundles. Once we are in huge emails size then...
View ArticleConditional Formatting in Excel
This article is written over Excel conditional formatting. This is very useful when we are working on large volume of data. We can separate data as per our circumstances. I am here explaining in detail...
View ArticleExport Gridview to Excel
Everyday tons of millions data is manipulated in Excel/CSV across the world daily. I have manipulated data with Excel and CSV in ASP.Net (C#). Normally when we are showing data in Gridview, end user...
View Article