Save info   Get password
Home Submit your blog Edit Account Rules RSS-Archive Contact


ASP.NET Interview Questions
2008-09-17 08:32:00
1.What is the difference between Response.Write() and Response.Output.Write()?Ans.Response.Output.Write() allows you to write formatted output.2.What is the difference between Server.Transfer and Response.Redirect?Ans.Server.Transfer transfers page processing from one page directly to the next page without making a round-trip back to the client’s browser.This provides a faster response with a li


SQL Server 2005 Interview Questions
2008-09-17 08:30:00
1. What does integration of .NET Framework mean for SQL Server 2005?This feature enables us to execute C# or VB.NET code in the DBMS to take advantage of the .NET functionality. This feature gives more flexibility in writing complex stored procedures, functions, and triggers that can be written in .net compatible language.2. What is SSIS?According to Microsoft SQL Server Integration Services


Free E-Books for CBSE,Stateboard Students
2008-09-17 07:58:00
Free Text books for School Students including CBSE,StateBoard syllabus.You can download all the E-book version of CBSE books from here.You can download all the E-Book version of Stateboard books from here.Help keep our City clean and green.
Read more: Books

How to configure Asp.net 2.0 Application Services to access Sql Server 2005?
2008-09-17 04:22:00
How to configure Asp.net 2.0 Application Services to access Sql Server 2005?Here is the sample code to do it using Command Line tool.aspnet_regsql.exe is located in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>Sample Code :aspnet_regsql.exe -S Pepsi -U vbtc -P vbtc -d VBTCPro -A allImportant command line options.-S serverName-U UserName-P Password-d Databasename (Existing database name)-A all:


C# Interview Questions
2008-09-17 03:01:00
C# Interview Questions.Please Check out the following Links.://www.toqc.com/entropy/TheAnswers2.html://www.hanselman.com/blog/WhatAGreatNETDevelopersOughtToKnowMoreNETInterviewQuestions.aspx


Lightning - Special Photos
2008-09-17 02:46:00

Read more: Special

USB Disk Ejector
2008-09-17 02:02:00
A program that allows you to quickly remove USB devices in Windows. It was originally designed to remove only USB pen drives but will now eject any USB device. It can be run as a non-visual command line program or a normal gui program. Its very useful if you have a USB flash/pen drive, especially if you use a menu such as PStart or the Portable Apps launcher.The command line options are very flexi


Write a SP to search Field name in a Database in sql server 2005?
2008-09-16 07:30:00
Write a SP to SEARCH Field name in a Database in sql server 2005?To run the SP/*findColumnInfo 'cat'*/create procedure findColumnInfo( @colInfo varchar(100))asbeginSELECT table_name = sysobjects.name, column_name = syscolumns.name, datatype = systypes.name, length = syscolumns.lengthFROM sysobjects JOIN syscolumns ON sysobjects.id = syscolumns.idJOIN systypes
Read more: Write

SQL Questions and Answers
2008-09-16 07:21:00
What is User Defined Functions?User-Defined Functions allow to define its own T-SQL functions that can accept 0 or more parameters and return a single scalar data value or a table data type.What is SQL Profiler?SQL Profiler is a graphical tool that allows system administrators to monitor events in an instance of Microsoft SQL Server. You can capture and save data about each event to a file or SQL


SQL Questions and Answers
2008-09-16 07:14:00
What is trigger?Triggers allows us to execute a batch of SQL code when either an insert, update or delete command is executed against a specific table. Triggers are special types of stored procedures that are defined to execute automatically in place of or after data modifications. They can be executed automatically on the insert, delete and update operation.What is Clustered & Non-Clustered Index


How to Rename a Database Name in Sql Server 2005?
2008-09-16 07:08:00
How to Rename a Database Name in Sql Server 2005?Here is the sample code to do it.for 2005,2000 versionsEXEC SP_RENAMEDB 'oldDB name', 'newDB name'Supported in SQL Server 2005+ ALTER DATABASE "oldDB name" MODIFY NAME="newDB name"


How to get more info about a particular website?
2008-09-16 05:45:00
I found these sites are more useful to do it.Just click on any image of the following. Enter the URL of the particular site to be enqiured. You will get the result within a minute.
Read more: website

Money Manager - Freeware Accounting Tool
2008-09-16 05:08:00
Money Manager Ex© is a free, open-source, cross-platform, easy-to-use personal finance software. It primarily helps organize one's finances and keeps track of where, when and how the money goes. It is also a great tool to get a bird's eye view of your financial worth.Money Manager includes all the basic features that 90% of users would want to see in a personal finance application. The design goa
Read more: Freeware , Money

Internet Radio RarmaRadio 2.0
2008-09-16 05:04:00
With RarmaRadio you can receive and record thousandsof radio stations available on the Internet .RarmaRadio allows you to listen to and record radio stations from around the world. While listening to your favorite radio station you can record it anytime you want. Browse through the radio stations or just select a random station and enjoy Internet radio!You have total control over your radio station
Read more: Internet Radio

Cat Operates Inkjet
2008-09-16 03:06:00
Cat Operates Inkjet


Google Desktop
2008-09-16 03:04:00
Google Desktop makes searching your computer as easy as searching the web with Google. It's a desktop search application that provides full text search over your email, files, music, photos, chats, Gmail, web pages that you've viewed, and more. By making your computer searchable, Desktop puts your information easily within your reach and frees you from having to manually organize your files, email
Read more: Google , Google Desktop

Google Chrome for Mac or Linux
2008-09-16 03:00:00
What is Chromium?A. Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web. The Chromium codebase is the basis for Google ’s Chrome browser.CrossOver Chromium is a Mac and Linux port of the open source Chromium web browser. CrossOver Chromium is available for download from CodeWeavers, free of charge.Click H


Beautiful UnderGround Lakes 10
2008-09-15 08:15:00

Read more: Beautiful , Lakes

Microsoft Ad of Bill Gates and Jerry Seinfeld
2008-09-15 03:29:00

Read more: Bill Gates , Gates , Jerry , Microsoft

Windows Vista - Ultimate Test Drive
2008-09-15 03:11:00
How to test drive Windows Vista using my Internet Explorer Browser?The Windows Vista Ultimate with Service Pack 1 (SP1) test-drive allows you to try (or “test drive”) this latest operating system from Microsoft without having to install it on your PC. By simply logging onto our test drive environment using your web browser, you will be able to experience Windows Vista first hand. You can explo


What is a CHM?
2008-10-08 08:47:00
What is a CHM?A CHM help file has a ".chm" extension. It has a set of web pages written in a subset of HTML and a hyperlinked table of contents. CHM format is optimized for reading, as files are heavily indexed. All files are compressed together with LZX compression. Most CHM browsers have the capability to display a table of contents outside of the body text of the help file.The file starts with


Happy Pooja Holidays 4 U
2008-10-08 08:11:00
View AlbumGet your own
Read more: Happy , Holidays , Pooja

Screamer Radio - Free Internet Radio
2008-10-08 05:20:00
There is little reason to listen to commercial FM radio anymore, it is an old medium that provides little choice of music and is saturated with ads. For the last couple of years there has been an alternative, streaming internet radio. An alternative that has been somewhat complicated to use.Screamer Radio attempts to remedy this problem by bringing most of the required steps into a single, easy to
Read more: Free Internet , Internet

Freebies from Yashvant Kanethkar
2008-10-08 05:02:00
I found this interesting link for Free Articles, Source code for dot net technologies.VC++ Source Codec#.net source codesdot net articlesCOM, DCOM based articlesProject Ideas
Read more: Freebies

What is web part in asp.net?
2008-10-08 04:23:00
Web parts are the new building blocks of personalization in ASP.NET 2.0. Any controlwhether a standard server control, custom control, user control, or web part controlcan be used as a web part without modification.In its simplest form, a web part consists of an ASP.NET server or user control that takes advantage of the Web Parts control set, which is a group of structural components consisting of


What is Correlated Sub query in Sql?
2008-10-08 04:20:00
It is very similar to sub-queries where the parent query is executed based on the values returned by sub-quries. but when come’s to co-related subqueries for every instance of parent query subquery is executed and based on the result of sub-query the parent query will display the record as we will have refernce of parent quries in su-queries we call these as corelated subquries.so, we can define


SQL Server 2000 Based Questions and Answers
2008-10-08 01:31:00
In which window in Query Analyzer can you enter and execute Transact-SQL statements?The Editor pane of the Query window How do you execute Transact-SQL statements and scripts in Query Analyzer?You can execute a complete script or an individual Transact-SQL statement by creating or opening the script in the Editor pane and then pressing F5. To perform this task, no other statements can be entered i
Read more: SQL Server

SQL Server 2000 Based Questions and Answers
2008-10-08 01:30:00
What is SQL Server 2000?SQL Server 2000 is an RDBMS that uses Transact-SQL to send requests between a client computer and a SQL Server 2000 computer. An RDBMS includes databases, the database engine, and the applications necessary to manage the data and the components of the RDBMS. The RDBMS organizes data into related rows and columns within the database. What language is commonly used to work wi


SQL Server 2005 Questions for Beginners
2008-10-08 01:28:00
• If I want to see what fields a table is made of, and what the sizes of the fields are, what option do I have to look for?• What is a query?• A SQL query is typed in the _________ .• What is the purpose of the model database?• What is the purpose of the master database?• What is the purpose of the tempdb database?• What is the purpose of the USE command?• If you delete a table in
Read more: SQL Server

Management Stories
2008-10-08 01:00:00
Lesson 1:A man is getting into the shower just as his wife is finishing up hershower, when the doorbell rings. The wife quickly wraps herself in a towel and runs downstairs. When sheopens the door, there stands Bob, the next-door neighbor. Before she says a word, Bob says, "I'll give you $800 to drop that towel," After thinking for a moment, the woman drops her towel and stands naked infront of Bo
Read more: Management , Stories

Page 2 of 5 « < 1 2 3 4 > »
eXTReMe Tracker