Categories
Sql Server

Date and Time Data Type in SQL Server 2008

Date and Time Data Type in SQL Server 2008 In this post we will discuss about Date and Time Data Type in SQL Server 2008. SmallDateTime: Defines date with the time of the day in 24-hour clock format. Requires fixed 4-bytes to store data. It can have date between January 1, 1900 through June 6, 2079 and time between […]

Categories
Asp, Asp.net

Captcha Example In Asp.Net C#

Captcha Example In Asp.Net C# In this tutorial i will explain about Captcha,and how to use Captcha Example In Asp.Net C#.We will use Generic Handler to achieve this. Design: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Index.aspx.cs" Inherits="Index" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>Captcha Example In Asp.Net C#</title> <style type="text/css"> .bdy { margin: 0px auto; width:900px; font-family:Calibri; […]

Categories
Sql Server

Globally Unique Identifiers (GUID) In SQL Server

Globally Unique Identifiers (GUID) In SQL Server In this post we will learn about Globally Unique Identifiers (GUID) In SQL Server.Globally unique numbers(GUID) data type actually holds information that is designed to be created and viewed using the standard 32-digit hexadecimal format.To generate such a value, the NewId() function is called. Advantage: Unique across the server. Disadvantage: String values […]

Categories
Iphone-iOS

How to Close Apps In iOS 7

How to Close Apps In iOS 7 In this tutorial i will let you know How to Close Apps In iOS 7.iOS 7 which is released recently by apple have a lots of feature’s and redesigned its OS whole layout.Now, instead of just showing little icons of all the open apps, you will also see thumbnails […]