Create Stunning Background Effect in Photoshop
Create Stunning Background Effect in Photoshop Here are the steps to create the given background. 1. Open a New File. Insert a new layer. Select background color to black and fill it in this layer...
View ArticleMeaning of Namespace in C#
What is the meaning of Namespace in c#?Namespace has two basic functionality:1) Namespace has Logically Group Types, example System.web.UI logically groups UI related features.2) In the Object...
View ArticleJapan Nuclear Blast : Alert For Asian Countries
Japan Nuclear Blast : Alert For Asian Countries After the subsequent nuclear melt down in Japan, an alert is issued for Asian countries. Japan government has confirmed the radiation from Fukushima...
View ArticleClass File to Make Print Option on Web Page
Class file to make print option on web page using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using...
View ArticleScared of Programming?
Scared of Programming? Sometimes you may have to learn a programming language either for education or for career, and you find it very difficult or bore. Sometime you may be interested in a particular...
View ArticleSelect Only Date Part From A DateTime Value in Sql Server
Hi,Many times we required to compare user inserted date value with our database datetime value, during showing these types of report because while comparing the values system compares the time values...
View ArticleTop Stylish Blutooth Headset to Give You A New Look
Hi,We can't use our cell phone while driving the vehicle, it is illegal in many of the countries, so we have to use headset to recieve a call while driving. Thats a major reason why so many headset are...
View ArticleMaking ASP.NET Application Which Supports Any Type of Database Server
Hi, If anyone needs to develop an asp.net web appliction which supports more than one database like oracle and sql server.One thing you have to do is have connection strings for both database server...
View ArticleWhere to Use Ref And Out Parameters in C#
Hi, Both out and ref parameters are very useful to return values in same variables, that you pass as an parameter of a method, these are very useful when the requirement is to return more than one...
View ArticleHow to Implement IN Operator for more than 1000 values in SQL or Oralce
Hi,How to Implement IN Operator for more than 1000 values in SQL or OralceSelect statement is used to get data from database and The IN operator allows us to specify multiple values in a WHERE clause...
View Article