Index
Click on the arrow icon beside each category to display or hide all items within the chosen category. Summaries of each page may be hidden or shown by clicking the plus icon next each item. Use the Options menu to expand or contract all items, display or hide summaries or sort the table of contents.
Table of Contents
Static Pages
- About us
October 9, 2010, 02:49
Hello ,we have moved to new address from www.webdaggers.blogspot.com to www.tutorials.downloadsparade.com.A small brief about our site. www.webdaggers.bl…
- Contact us
October 18, 2010, 15:40
No description found for this item.
- Disclaimer
October 18, 2010, 15:54
We don’t take any responsibility for the posts in this blog.These Tutorials and interview questions are not always written by admin .These are sometimes…
- Privacy Policy
October 18, 2010, 16:02
Privacy http://tutorials.downloadsparade.com. Any personal information you provide to us including and similar to your name, address, telephone number…
- link exchange
October 30, 2010, 09:12
Link exchanges are playing major role to improve search engine rankings.So please do link exchanges and improve your rankings as well as ours. Just copy the…
- Advertise Here
October 30, 2010, 11:09
www.tutorials.downloadsparade.com has102,167 traffic rank in world by alexa. tutorials.downloadsparade.com is getting 3685 pageviews per day and making USD…
- Index
January 2, 2011, 17:23
This page contains the site table of contents. Use it to quickly find content on this website.
Blog Posts
- Category: vb.net (6)
- VB.Net Tutorial Part-2 by: webdagger
May 11, 2012, 05:33
VB.Net Tutorial : PROPERTIES WINDOW The Properties window contains the list of design-time properties for a selected form,control, class, module, or menu.…
- VB6 to VB.Net by: webdagger
April 28, 2012, 05:40
Introduction Purpose This tutorial is intended to show some of the differences VB.Net has introduced over VB6. Scope This tutorial is aimed at the VB.Net…
- VB.Net Tutorial Part-1 by: webdagger
April 23, 2012, 06:14
VB.Net Tutorial: INTRODUCTION Visual Basic is a programming language that is designed especially for windows programming. This tutorial will step through and…
- C# and VB Connecting to Database by: webdagger
April 4, 2012, 05:34
C# and VB Connecting to Database How To Use A Database In Your Program: Many .NET solutions are database driven and so many of us often wonder how to access…
- VB.Net Tutorial Part-4 by: webdagger
February 25, 2012, 17:32
VB.Net Tutorial: LABELS: As I mentioned before Visual Basic .NET does not support control arrays, so all of the labels on the form will be simple…
- VB.Net Tutorial Part-3 by: webdagger
January 30, 2012, 17:36
VB.Net Tutorial : HOW TO BEGIN When you first start Visual Basic .Net, the tools that we just discussed may or may not be visible. If they are not, make them…
- VB.Net Tutorial Part-2 by: webdagger
- Category: .net (15)
- ASP.Net Tutorial Part-5 by: webdagger
May 15, 2012, 05:32
ASP.Net Tutorial: ASP.NET - The Repeater Control The Repeater control is used to display a repeated list of items that are bound to the control. Bind a…
- VB6 to VB.Net by: webdagger
April 28, 2012, 05:40
Introduction Purpose This tutorial is intended to show some of the differences VB.Net has introduced over VB6. Scope This tutorial is aimed at the VB.Net…
- C#.Net Tutorial Part-4 by: webdagger
April 16, 2012, 05:32
Beginning Visual C# .NET 5. Labels, Text Boxes, Variables Review and Preview We continue our look at the Visual C# .NET environment and learn some…
- C#.Net Tutorial Part-3 by: webdagger
April 10, 2012, 05:32
Beginning Visual C# .NET 4. Project Design, Forms, Buttons Review and Preview You have now learned the parts of a Visual C# .NET project and the…
- C#.Net Interview Questions Part-2 by: webdagger
April 9, 2012, 05:31
C#.Net Interview Questions: XML Documentation Questions Is XML case-sensitive? Yes. What’s the difference between // comments, /* */ comments…
- Basic WCF Tutorial by: webdagger
April 7, 2012, 17:34
WINDOWS COMMUNICATION FOUNDATION Overview Windows Communication Foundation takes many existing communication technologies, such as Web Services, Windows…
- C# and VB Connecting to Database by: webdagger
April 4, 2012, 05:34
C# and VB Connecting to Database How To Use A Database In Your Program: Many .NET solutions are database driven and so many of us often wonder how to access…
- C#.Net Tutorial Part-2 by: webdagger
March 29, 2012, 05:36
Beginning Visual C# .NET 1. Your First Visual C# .NET Project Review and Preview: In the first class, you learned about forms, controls,…
- WCF Tutorial by: webdagger
March 28, 2012, 05:31
WCF Tutorial: Windows Communication Foundation (WCF) is an extension of .NET framework to build and run the connected systems. Windows Communication Foundation…
- C#.Net Tutorial Part-1 by: webdagger
March 27, 2012, 17:32
Hey This is the first part of C#.net Tutorial of four parts, and further parts will be updated soon..... Beginning Visual C# .NET 1. The Visual C# .NET…
- ASP.Net Tutorial Part-2 by: webdagger
March 25, 2012, 17:32
ASP.Net Tutorial Part-2: Hey this is the second part of ASP.Net Tutorial and further parts will be updated soon........ ASP.NET - Web Pages A simple…
- Latest Dotnet Interview quesitons by: webdagger
March 21, 2012, 05:35
LATEST DOT NET INTERVIEW QUESTIONS What are Design Patterns? A Design Pattern essentially consists of a problem in a software design and a solution to…
- Latest C#.net Interview Questions by: webdagger
March 18, 2012, 05:31
many c#.net interview questions along with the elaborate answers and are very helpful to all
- C#.NET INTERVIEW QUESTIONS Part-1 by: webdagger
March 1, 2012, 05:31
C# Interview Questions: This is a list of questions I have gathered from other sources and created myself over a period of time from my experience, many of…
- ADO.NET Interview Questions Part-1 by: webdagger
February 4, 2012, 17:32
ADO.NET interview Questions-Part 1 Here is the first part for Ado.net Interview questions and the further parts will be updated soon.... 1. What is…
- ASP.Net Tutorial Part-5 by: webdagger
- Category: asp.net (9)
- ASP.Net Tutorial Part-5 by: webdagger
May 15, 2012, 05:32
ASP.Net Tutorial: ASP.NET - The Repeater Control The Repeater control is used to display a repeated list of items that are bound to the control. Bind a…
- ASP.NET Interview Questions Part-2 by: webdagger
May 8, 2012, 17:32
ASP.NET Interview Questions 1. Explain about ASP.NET Page Life Cycle Events? PreInit: Raised after the start stage is complete and…
- ASP.Net Tutorial Part-4 by: webdagger
April 21, 2012, 05:32
ASP.Net Tutorial ASP.NET - The Hashtable Object The Hashtable object contains items in key/value pairs. Create a Hashtable The Hashtable object contains…
- ASP.Net Tutorial Part-3 by: webdagger
April 7, 2012, 05:32
ASP.Net Tutorial: ASP.NET Web Forms All server controls must appear within a <form> tag, and the <form> tag must contain the…
- ASP.Net Tutorial Part-2 by: webdagger
March 25, 2012, 17:32
ASP.Net Tutorial Part-2: Hey this is the second part of ASP.Net Tutorial and further parts will be updated soon........ ASP.NET - Web Pages A simple…
- ASP.Net Tutorial Part-1 by: webdagger
March 3, 2012, 17:35
ASP.NET Tutorial - with ASP.NET 2.0 ASP.NET is the next generation ASP, but it's not an upgraded version of ASP. ASP.NET is an entirely new technology for…
- ASP.Net Interview Questions Part-2 by: webdagger
February 24, 2012, 17:32
ASP.NET 3.0 Interview Questions What is the Windows Presentation Foundation? The Windows Presentation Foundation is the unified presentation subsystem for…
- ASP.NET INTERVIEW QUESTIONS PART-1 by: webdagger
February 15, 2012, 05:31
ASP.NET Interview Questions There are some questions in this list that I do not consider to be good questions for an interview. However, they do exist on…
- ASP.Net Tutorial Part-6 by: webdagger
February 9, 2012, 05:32
ASP.Net Tutorial : ASP.NET - The DataList Control The DataList control is, like the Repeater control, used to display a repeated list of items that are bound…
- ASP.Net Tutorial Part-5 by: webdagger
- Category: MCSE (6)
- Windows Server 2003 interview and certification Questions by: webdagger
May 14, 2012, 05:36
Windows interview Questions How do you double-boot a Win 2003 server box? The Boot.ini file is set as read-only, system, and hidden to prevent…
- hardware and networking interview questions part 1 by: webdagger
April 1, 2012, 05:34
These are the "common interview questions"for a career in "hardware and networking" or "computer hardware" or "desktop engineering".Go through these questions,y…
- Important MCSE Interview Questions by: webdagger
March 17, 2012, 17:32
here are the latest and general mcse interview questions which are very helpful while attending interview.
- Latest MCSE Interview questions by: webdagger
March 16, 2012, 17:34
MCSE Sample Questions : General MCSE Sample Questions · file included with the Windows 2000 Resource Kit? A. …
- CCNA INTERVIEW QUESTIONS by: webdagger
March 7, 2012, 17:32
CCNA INTERVIEW QUESTIONS: 1. Which OSI layer handles physical address, network topology? * Presentation * Physical * Transport * Application *…
- CN INTERVIEW QUESTIONS by: webdagger
February 27, 2012, 17:32
CN INTERVIEW QUESTIONS FREE DOWNLOADS: Hey here are some download links for Computer Networking Interview questions for free. These questions will be very…
- Windows Server 2003 interview and certification Questions by: webdagger
- Category: CCNA (21)
- Hierarchical model by: webdagger
May 21, 2012, 05:34
Cisco Hierarchical Internetworking Model: Cisco has defined a hierarchical model known as the hierarchical internetworking model. This model simplifies…
- Cisco Discovery Protocol by: webdagger
May 20, 2012, 17:33
Cisco Discovery Protocol (CDP) Cisco Discovery Protocol (CDP) is a Cisco proprietary (layer 2) protocol that provides information about directly connected…
- OSI LAYERS by: webdagger
May 16, 2012, 05:32
OSI Layer Model: 7 layers of osi model: The International Standards Organization (ISO) developed the Open Systems Interconnection (OSI) Reference Model to…
- IOS Commands by: webdagger
May 15, 2012, 17:39
IOS Commands Router modes Modes Description Router> User mode Router# Privileged mode Router(config)# Global configuration…
- Windows Server 2003 interview and certification Questions by: webdagger
May 14, 2012, 05:36
Windows interview Questions How do you double-boot a Win 2003 server box? The Boot.ini file is set as read-only, system, and hidden to prevent…
- Routing by: webdagger
May 12, 2012, 05:33
Routing And Types of Routing This is the new post on Routing and Types of Routing ,Routing Protocols ,Routing Information Protocol Routing: Routing is…
- Physical Layer Part-2 by: webdagger
April 23, 2012, 06:15
Physical Layer: Physical Ring Topology: A physical ring is a circular topology. Each device connects directly to the ring or indirectly through an interface…
- Networking Interview Questions Part-2 by: webdagger
April 6, 2012, 17:35
This is the second part of Networking Interview questions........... 41 :: What are called Fat clients and Fat servers? If the bulk of the application runs…
- Networking Interview Questions Part-1 by: webdagger
April 3, 2012, 05:32
Basic Networking Questions and Answers: 1 :: What is an Object server? With an object server, the Client/Server application is written as a set of communicati…
- Physical Layer Part-1 by: webdagger
March 28, 2012, 17:34
Physical Layer Part-1: Hey iam Starting a new post on OSI Layer Physical Layer,it is the first part of it and further parts will be updated as soon as…
- Important MCSE Interview Questions by: webdagger
March 17, 2012, 17:32
here are the latest and general mcse interview questions which are very helpful while attending interview.
- Latest MCSE Interview questions by: webdagger
March 16, 2012, 17:34
MCSE Sample Questions : General MCSE Sample Questions · file included with the Windows 2000 Resource Kit? A. …
- CCNA INTERVIEW QUESTIONS by: webdagger
March 7, 2012, 17:32
CCNA INTERVIEW QUESTIONS: 1. Which OSI layer handles physical address, network topology? * Presentation * Physical * Transport * Application *…
- CCNA INTERVIEW QUESTIONS Part-4 by: webdagger
March 5, 2012, 05:32
CCNA INTERVIEW QUESTIONS PART-3: 1. Identify the switching method that receives the entire frame then dispatches it? * Cut-through * Receive and…
- CCNA INTERVIEW QUESTIONS Part-3 by: webdagger
March 2, 2012, 17:32
Hey check out the CCNA interview questions part-2 which is updated as earlier to the first post............ 51. Which addresses are INCORRECTLY paired with…
- CN INTERVIEW QUESTIONS by: webdagger
February 27, 2012, 17:32
CN INTERVIEW QUESTIONS FREE DOWNLOADS: Hey here are some download links for Computer Networking Interview questions for free. These questions will be very…
- CCNA INTERVIEW QUESTIONS Part-2 by: webdagger
February 27, 2012, 05:32
This is the Part-I of interview questions and i will update the second part as soon as possible. CCNA INTERVIEW QUESTIONS( PART-2) As system…
- CCNA INTERVIEW QUESTIONS Part-1 by: webdagger
February 15, 2012, 17:33
CCNA INTERVIEW QUESTIONS Q1. Which of the following is Class C IP address? A. 10.10.14.118 B. 135.23.112.57 C. 191.200.199.199 D. 204.67.118.54 Correct…
- Networking Interview Questions Part-5 by: webdagger
February 3, 2012, 05:31
Networking Interview Questions Part-5: 41. What is logical link control One of two sublayers of the data link layer of OSI reference model, as defined by…
- Interior Gateway Routing Protocol(IGRP) by: webdagger
January 31, 2012, 17:33
IGRP (Interior Gateway Routing Protocol) The Interior Gateway Routing Protocol (IGRP) is a Cisco proprietary protocol. Like RIP, IGRP is a distance-vector…
- TCP IP Model by: webdagger
January 29, 2012, 17:32
TCP/IP IP was created as a way to hide the complexity of physical addressing by creating a virtual addressing scheme that is independent of the underlying…
- Hierarchical model by: webdagger
- Category: Java (10)
- Java Interview Questions Part-3 by: webdagger
April 29, 2012, 17:35
Java Interview Questions Part-3: Q: What are the different ways to handle exceptions? A: There are two ways to handle…
- JSP Interview Questions Part-1 by: webdagger
April 27, 2012, 17:33
JSP Interview Questions Part-1 and further parts will be updated soon... Q: What is a output comment? A: A…
- Java Interview Questions Part-2 by: webdagger
April 25, 2012, 17:34
Java Interview Questions and Answers Part-2: This is a list of questions I have gathered from other sources and created myself over a period of time from…
- Java Interview Questions Part-1 by: webdagger
April 12, 2012, 05:32
Java Interview questions part-1 Q: What is Overriding? A: When a class defines a method using the same name, return type,…
- J2EE Interview Questions and Answers Part-1 by: webdagger
April 10, 2012, 17:32
J2EE Interview Questions - Part1 1. What is J2EE? J2EE is an environment for developing and deploying enterprise applications. The J2EE platform…
- EJB Interview Questions Part-1 by: webdagger
April 8, 2012, 17:34
EJB Interview Questions 1. What is EJB ? EJB stands for Enterprise JavaBean and is a widely-adopted server side component architecture for J2EE. It enables…
- Basic Java Interview Questions by: webdagger
March 19, 2012, 05:32
Basic Java interview questions: 1) What is OOPs? Ans: Object oriented programming organizes a program around its data,i.e.,objects and a set of well…
- JAVA TUTORIALS by: webdagger
February 28, 2012, 17:31
JAVA SLIDES DOWNLOAD LINKS: Hey here are the links for the java slides(Total Tutorials) which will be very helpful to all the java lovers especially to the…
- JAVA INTERVIEW QUESTIONS by: webdagger
February 27, 2012, 05:32
Java Interview Questions * Q1. How could Java classes direct program messages to the system console, but error messages, say to a file? A. The class…
- JAVA INTERVIEW QUESTIONS by: webdagger
February 18, 2012, 05:31
Question 1: What is the difference between an Interface and an Abstract class? Answer:An abstract class can have instance methods that implement a default…
- Java Interview Questions Part-3 by: webdagger
- Category: core java (9)
- Core Java Interview Questions Part-3 by: webdagger
May 4, 2012, 17:35
Hi this is the third part of core java interview questions and further parts will be updated soon................ CORE JAVA INTERVIEW QUESTIONS PART-3: 51…
- Core Java Interview Questions Part-2 by: webdagger
April 26, 2012, 05:34
This is the second part of CORE JAVA INTERVIEW QUESTIONS AND ANSWERS PART-2 1.what is a transient variable? A transient variable is a variable…
- Core Java Interview Questions Part-1 by: webdagger
April 8, 2012, 05:31
Core Java Interview Questions Question: What is transient variable? Answer: Transient variable can't be serialize. For example if a variable is declared as…
- Basic Java Interview Questions by: webdagger
March 19, 2012, 05:32
Basic Java interview questions: 1) What is OOPs? Ans: Object oriented programming organizes a program around its data,i.e.,objects and a set of well…
- JAVA TUTORIALS by: webdagger
February 28, 2012, 17:31
JAVA SLIDES DOWNLOAD LINKS: Hey here are the links for the java slides(Total Tutorials) which will be very helpful to all the java lovers especially to the…
- JAVA INTERVIEW QUESTIONS by: webdagger
February 27, 2012, 05:32
Java Interview Questions * Q1. How could Java classes direct program messages to the system console, but error messages, say to a file? A. The class…
- JAVA INTERVIEW QUESTIONS by: webdagger
February 18, 2012, 05:31
Question 1: What is the difference between an Interface and an Abstract class? Answer:An abstract class can have instance methods that implement a default…
- Core Java Interview Questions Part-5 by: webdagger
February 7, 2012, 17:32
Core Java Interview Questions Part-5 151. How are the elements of a GridLayout organized? The elements of a GridBad layout are of equal size and are…
- Core Java Interview Questions Part-4 by: webdagger
January 29, 2012, 05:32
Hey this is the fourth Part of Core Java Interview Questions and Further Parts will be added Soon......... Core Java Interview Questions: 101. What is…
- Core Java Interview Questions Part-3 by: webdagger
- Category: SEO (11)
- Seo Tutorial Part-4 by: webdagger
April 27, 2012, 05:32
Seo Tutorial: 4 Indexing a site Before a site appears in search results, a search engine must index it. An indexed site will have been visited and analyzed…
- Seo Tutorial Part-3 by: webdagger
April 13, 2012, 17:34
Seo Tutorial: 3 External ranking factors 3.1 Why inbound links to sites are taken into account As you can see from the previous section, many factors…
- Seo Tutorial Part-2 by: webdagger
March 29, 2012, 17:33
Seo Tutorial Part-2: 2. Internal ranking factors Several factors influence the position of a site in the search results. They can be divided into external…
- IMPORTANT SEO INTERVIEW QUESTIONS by: webdagger
March 26, 2012, 17:31
SEO INTERVIEW QUESTIONS: If you’re looking for an SEO position, these might be some questions to be familiar with before you head into it. 1) Give me a…
- Basics of SEO ON page by: webdagger
March 22, 2012, 05:31
Search Engine Optimization: How do you make your web site gain rank in search engine listings? Search Engine Optimization (SEO) is the word you’re…
- Seo on page and off page tutorials by: webdagger
March 20, 2012, 05:31
Introduction to SEO: This document is intended for webmasters and site owners who want to investigate the issues of seo (search engine optimization) and…
- SEO TUTORIALS Slides by: webdagger
March 13, 2012, 05:32
SLIDES OF SEO TUTORIALS : Hey here are the links for the slides of the seo tutorials and if you are in the field of seo these ppts will help you definitly,i…
- Top SEO Tips in 2010 by: webdagger
March 12, 2012, 17:34
Top 12 SEO Tips for 2010 Your Website is looking good and has all the things you've been told it needed; great titles, H1-H3 tags, meta tags, good unique…
- Seo Tutorial Part-1 by: webdagger
March 7, 2012, 05:37
Hey Iam Starting a new Post on SEO Tutorial which is of total eight parts and this is the first part of the SEO Tutorial and further parts will be updated…
- SEO TIPS-2 by: webdagger
February 20, 2012, 05:32
95 SEO Tips and Tricks-2 Continuing from first part... Don't link a lot to external sites (LOW PRIORITY) Linking to sites not on your site is a good…
- SEO TIPS by: webdagger
February 18, 2012, 17:32
95 SEO Tips and Tricks for Powerful Search Engine Optimization // Things You Should and Shouldn't Do for SEO Ninety-five SEO tips and tricks you should and…
- Seo Tutorial Part-4 by: webdagger
- Category: SEO TIPS (5)
- Seo Tutorial Part-3 by: webdagger
April 13, 2012, 17:34
Seo Tutorial: 3 External ranking factors 3.1 Why inbound links to sites are taken into account As you can see from the previous section, many factors…
- SEO TUTORIALS Slides by: webdagger
March 13, 2012, 05:32
SLIDES OF SEO TUTORIALS : Hey here are the links for the slides of the seo tutorials and if you are in the field of seo these ppts will help you definitly,i…
- Top SEO Tips in 2010 by: webdagger
March 12, 2012, 17:34
Top 12 SEO Tips for 2010 Your Website is looking good and has all the things you've been told it needed; great titles, H1-H3 tags, meta tags, good unique…
- SEO TIPS-2 by: webdagger
February 20, 2012, 05:32
95 SEO Tips and Tricks-2 Continuing from first part... Don't link a lot to external sites (LOW PRIORITY) Linking to sites not on your site is a good…
- SEO TIPS by: webdagger
February 18, 2012, 17:32
95 SEO Tips and Tricks for Powerful Search Engine Optimization // Things You Should and Shouldn't Do for SEO Ninety-five SEO tips and tricks you should and…
- Seo Tutorial Part-3 by: webdagger
- Category: interview questions (7)
- Networking Interview Questions Part-1 by: webdagger
April 3, 2012, 05:32
Basic Networking Questions and Answers: 1 :: What is an Object server? With an object server, the Client/Server application is written as a set of communicati…
- IMPORTANT SEO INTERVIEW QUESTIONS by: webdagger
March 26, 2012, 17:31
SEO INTERVIEW QUESTIONS: If you’re looking for an SEO position, these might be some questions to be familiar with before you head into it. 1) Give me a…
- Basic Hardware Interview Questions by: webdagger
March 14, 2012, 05:32
1. Types of Rams? Ans. 2. What are the slots in motherboard?(ON mother board 10que) Ans. Accelerated Graphics Port: The Accelerated Graphics Port (also…
- General Interview Questions by: webdagger
March 12, 2012, 05:32
GENERAL INTERVIEW QUESTIONS: Apart from job specific, technical, and experience questions, the following is a selection of the most popular questions…
- BPO INTERVIEW QUESTIONS by: webdagger
March 9, 2012, 05:31
Hi all, if anybody is looking out for bpo job and require questions and answer's for that. What is BPO? Business process outsourcing means examining the…
- C#.Net Interview Questions by: webdagger
March 8, 2012, 05:32
C# interview questions and answers What’s the advantage of using System.Text.StringBuilder over System.String? StringBuilder is more…
- JAVA INTERVIEW QUESTIONS by: webdagger
February 27, 2012, 05:32
Java Interview Questions * Q1. How could Java classes direct program messages to the system console, but error messages, say to a file? A. The class…
- Networking Interview Questions Part-1 by: webdagger
- Category: c#.net (10)
- C#.Net Tutorial Part-4 by: webdagger
April 16, 2012, 05:32
Beginning Visual C# .NET 5. Labels, Text Boxes, Variables Review and Preview We continue our look at the Visual C# .NET environment and learn some…
- C#.Net Tutorial Part-3 by: webdagger
April 10, 2012, 05:32
Beginning Visual C# .NET 4. Project Design, Forms, Buttons Review and Preview You have now learned the parts of a Visual C# .NET project and the…
- C#.Net Interview Questions Part-2 by: webdagger
April 9, 2012, 05:31
C#.Net Interview Questions: XML Documentation Questions Is XML case-sensitive? Yes. What’s the difference between // comments, /* */ comments…
- C# and VB Connecting to Database by: webdagger
April 4, 2012, 05:34
C# and VB Connecting to Database How To Use A Database In Your Program: Many .NET solutions are database driven and so many of us often wonder how to access…
- C#.Net Tutorial Part-2 by: webdagger
March 29, 2012, 05:36
Beginning Visual C# .NET 1. Your First Visual C# .NET Project Review and Preview: In the first class, you learned about forms, controls,…
- C#.Net Tutorial Part-1 by: webdagger
March 27, 2012, 17:32
Hey This is the first part of C#.net Tutorial of four parts, and further parts will be updated soon..... Beginning Visual C# .NET 1. The Visual C# .NET…
- Latest Dotnet Interview quesitons by: webdagger
March 21, 2012, 05:35
LATEST DOT NET INTERVIEW QUESTIONS What are Design Patterns? A Design Pattern essentially consists of a problem in a software design and a solution to…
- Latest C#.net Interview Questions by: webdagger
March 18, 2012, 05:31
many c#.net interview questions along with the elaborate answers and are very helpful to all
- C#.Net Interview Questions by: webdagger
March 8, 2012, 05:32
C# interview questions and answers What’s the advantage of using System.Text.StringBuilder over System.String? StringBuilder is more…
- C#.NET INTERVIEW QUESTIONS Part-1 by: webdagger
March 1, 2012, 05:31
C# Interview Questions: This is a list of questions I have gathered from other sources and created myself over a period of time from my experience, many of…
- C#.Net Tutorial Part-4 by: webdagger
- Category: dotnet (5)
- ASP.Net Tutorial Part-4 by: webdagger
April 21, 2012, 05:32
ASP.Net Tutorial ASP.NET - The Hashtable Object The Hashtable object contains items in key/value pairs. Create a Hashtable The Hashtable object contains…
- C# Interview Questions by: webdagger
April 4, 2012, 17:32
Advanced C# interview questions: This is a list of questions I have gathered from other sources and created myself over a period of time from my experience…
- Latest Dotnet Interview quesitons by: webdagger
March 21, 2012, 05:35
LATEST DOT NET INTERVIEW QUESTIONS What are Design Patterns? A Design Pattern essentially consists of a problem in a software design and a solution to…
- Latest C#.net Interview Questions by: webdagger
March 18, 2012, 05:31
many c#.net interview questions along with the elaborate answers and are very helpful to all
- C#.NET INTERVIEW QUESTIONS Part-1 by: webdagger
March 1, 2012, 05:31
C# Interview Questions: This is a list of questions I have gathered from other sources and created myself over a period of time from my experience, many of…
- ASP.Net Tutorial Part-4 by: webdagger
- Category: oracle (2)
- Oracle Interview Questions Part-2 by: webdagger
February 20, 2012, 17:35
Oracle Interview Questions and Answers What are the components of physical database structure of Oracle database? Oracle database is comprised of three types…
- Oracle Interview Questions Part-1 by: webdagger
February 19, 2012, 17:33
Oracle Interview Questions and Answers What is the advantage of a stored procedure over a database trigger ? We have control over the firing of a…
- Oracle Interview Questions Part-2 by: webdagger
- Category: PHP (9)
- PHP Basics Part-1 by: webdagger
May 16, 2012, 17:31
Hi this is the New Post on PHP Basics which will be of total Three parts and this is the First part of the three and further parts will be updated soon..... …
- PHP Interview Questions Part-1 by: webdagger
April 29, 2012, 05:32
Hi... Iam starting a new Post on Php interview question which is of five parts and this is the first of the total five , and the further parts will be updated…
- PHP:MySQL by: webdagger
April 26, 2012, 17:34
A beginners guide to using MySQL with PHP(MySQL/PHP) This article assumes a few things. You know how to use PHP. If you don't, the best place to…
- PHP Interview Questions Part-4 by: webdagger
March 25, 2012, 05:31
PHP Interview Questions Part-4:] What are encryption functions in PHP? CRYPT() MD5() What is the difference between htmlentities() and…
- PHP Basic Part-3 by: webdagger
March 10, 2012, 05:31
PHP Basic Part-3: Identifiers: Identifier is a general term applied to variables, functions, and various other user-defined objects. There are…
- PHP Basics Part-2 by: webdagger
February 13, 2012, 05:32
Hey this is the PHP Basics Part two and further parts will be updated soon............ PHP Basics Part-2 Datatypes A datatype is the generic name assigned…
- PHP Interview Questions Part-5 by: webdagger
February 12, 2012, 17:31
PHP Interview Questions: When you want to show some part of a text displayed on an HTML page in red font color? What different possibilities are there to…
- PHP Interview Questions Part-3 by: webdagger
February 6, 2012, 17:33
PHP Interview Questions Part-3: I am writing an application in PHP that outputs a printable version of driving directions. It contains some long sentences,…
- PHP Interview Questions Part-2 by: webdagger
January 28, 2012, 05:31
Hey this is the Second Part of PHP Interview Questions: PHP Interview Questions Part-2: WHAT IS THE FUNCTIONALITY OF THE FUNCTIONS STRSTR() AND…
- PHP Basics Part-1 by: webdagger
- Category: TUTORIALS (9)
- Sql Server Tutorial Part-2 by: webdagger
April 21, 2012, 17:35
1.1. Constraints Constraints allow you to define the way Microsoft® SQL Server™ 2000 automatically enforces the integrity of a database. Constraints…
- Sql Server Tutorial Part-1 by: webdagger
April 5, 2012, 17:32
1. SQL Server 2000 Reading Material This reading material is intended to provide basic knowledge in SQL Server 2000 for the testers. 1.1. …
- C#.Net Tutorial Part-2 by: webdagger
March 29, 2012, 05:36
Beginning Visual C# .NET 1. Your First Visual C# .NET Project Review and Preview: In the first class, you learned about forms, controls,…
- WCF Tutorial by: webdagger
March 28, 2012, 05:31
WCF Tutorial: Windows Communication Foundation (WCF) is an extension of .NET framework to build and run the connected systems. Windows Communication Foundation…
- C#.Net Tutorial Part-1 by: webdagger
March 27, 2012, 17:32
Hey This is the first part of C#.net Tutorial of four parts, and further parts will be updated soon..... Beginning Visual C# .NET 1. The Visual C# .NET…
- C++ Tutorials with OOP’S by: webdagger
March 26, 2012, 05:36
The Object Oriented Features Of C++ INTRODUCTION OBJECT Object is a concept, abstraction, or thing with crisp boundaries and meaning for the…
- Basics of SEO ON page by: webdagger
March 22, 2012, 05:31
Search Engine Optimization: How do you make your web site gain rank in search engine listings? Search Engine Optimization (SEO) is the word you’re…
- Seo on page and off page tutorials by: webdagger
March 20, 2012, 05:31
Introduction to SEO: This document is intended for webmasters and site owners who want to investigate the issues of seo (search engine optimization) and…
- Top SEO Tips in 2010 by: webdagger
March 12, 2012, 17:34
Top 12 SEO Tips for 2010 Your Website is looking good and has all the things you've been told it needed; great titles, H1-H3 tags, meta tags, good unique…
- Sql Server Tutorial Part-2 by: webdagger
- Category: SAP (13)
- SAP Tutorial Part-2 by: webdagger
May 18, 2012, 17:34
This is the second Part of SAP Tutorial.. SAP Tutorial Part-2: Generating Test Scripts: Procedure To generate a test script by recording a SAPGUI…
- SAP FICO Interview Questions Part-1 by: webdagger
May 10, 2012, 05:36
SAP FICO Interview Questions: Question 1: Additional Log What is the additional log in the AP payment program and how can it be used for troubleshoo…
- SAP Interview Questions Part-2 by: webdagger
May 8, 2012, 05:32
This is the second part of SAP Interview Questions: SAP Interview Questions: Sap Modules Interview Questions and Answers: What is the difference between…
- SAP Tutorial Part-6 by: webdagger
May 2, 2012, 05:32
SAP Tutorial: SAP eCATT Integration With SilkPerformer: Overview: SAP eCATT (Extended Computer Aided Test Tool) has been integrated with SilkPerformer.…
- SAP Tutorial Part-1 by: webdagger
April 20, 2012, 17:31
Introduction to SAP Welcome to the NAU-CBA SAP tutorial. This guide will take you through some of the basic SAP user functions including: System…
- SAP Tutorial Part-5 by: webdagger
April 17, 2012, 05:32
SAP Tutorial: Customizing SAPGUI User Input Data Under real world conditions, SAPGUI application users submit unpredictable combinations of data into forms.…
- SAP Tutorial Part-4 by: webdagger
March 23, 2012, 17:38
SAP Tutorial Part-4: Customizing SAPGUI Test Scripts: Overview: Once you’ve recorded a test script and identified session-specific errors through a…
- Sap Abap Interview Questions by: webdagger
March 6, 2012, 17:34
Sap Abap Interview Questions and Answers: What is an ABAP? ABAP (Advanced Business Application Programming) is a high level programming language created…
- ABAP INTERVIEW QUESTIONS by: webdagger
March 4, 2012, 05:32
ABAP interview questions and answers What is an ABAP data dictionary?- ABAP 4 data dictionary describes the logical structures of the objects used…
- SAP Tutorial Part-3 by: webdagger
March 1, 2012, 17:33
SAP Tutorial Part-3 Hey this is the third part of SAP Tutorial and further parts will be updated soon.... Exploring Recorded Scripts The first step in…
- SAP FICO Interview Questions Part-2 by: webdagger
February 21, 2012, 17:32
SAP FICO Interview Questions: Enterprise Structure What is a Company Code and what are the basic organizational assignments to a company code? Company…
- SAP Interview Questions Part-4 by: webdagger
February 10, 2012, 05:32
SAP Interview Questions Part-3: Of all the methods used for data migration like BDC, LSMW , Call Transaction which one is used most of the time? How is…
- SAP Interview Questions Part-3 by: webdagger
February 1, 2012, 05:32
Hey this is third Part of SAP Interview Questions: SAP Interview Questions Part-3: Of all the methods used for data migration like BDC, LSMW , Call…
- SAP Tutorial Part-2 by: webdagger
- Category: ABAP (1)
- ABAP INTERVIEW QUESTIONS by: webdagger
March 4, 2012, 05:32
ABAP interview questions and answers What is an ABAP data dictionary?- ABAP 4 data dictionary describes the logical structures of the objects used…
- ABAP INTERVIEW QUESTIONS by: webdagger
- Category: dot net (3)
- ASP.NET Interview Questions Part-2 by: webdagger
May 8, 2012, 17:32
ASP.NET Interview Questions 1. Explain about ASP.NET Page Life Cycle Events? PreInit: Raised after the start stage is complete and…
- ASP.Net Tutorial Part-4 by: webdagger
April 21, 2012, 05:32
ASP.Net Tutorial ASP.NET - The Hashtable Object The Hashtable object contains items in key/value pairs. Create a Hashtable The Hashtable object contains…
- C#.Net Interview Questions by: webdagger
March 8, 2012, 05:32
C# interview questions and answers What’s the advantage of using System.Text.StringBuilder over System.String? StringBuilder is more…
- ASP.NET Interview Questions Part-2 by: webdagger
- Category: BPO (1)
- BPO INTERVIEW QUESTIONS by: webdagger
March 9, 2012, 05:31
Hi all, if anybody is looking out for bpo job and require questions and answer's for that. What is BPO? Business process outsourcing means examining the…
- BPO INTERVIEW QUESTIONS by: webdagger
- Category: general interview questions (3)
- Common Interview Questions Part-2 by: webdagger
May 13, 2012, 17:32
COMMON INTERVIEW QUESTIONS AND ANSWERS: Review these typical interview questions and think about how you would answer them. Read the questions listed;…
- Latest MCSE Interview questions by: webdagger
March 16, 2012, 17:34
MCSE Sample Questions : General MCSE Sample Questions · file included with the Windows 2000 Resource Kit? A. …
- General Interview Questions by: webdagger
March 12, 2012, 05:32
GENERAL INTERVIEW QUESTIONS: Apart from job specific, technical, and experience questions, the following is a selection of the most popular questions…
- Common Interview Questions Part-2 by: webdagger
- Category: common interview questions (2)
- Common Interview Questions Part-2 by: webdagger
May 13, 2012, 17:32
COMMON INTERVIEW QUESTIONS AND ANSWERS: Review these typical interview questions and think about how you would answer them. Read the questions listed;…
- General Interview Questions by: webdagger
March 12, 2012, 05:32
GENERAL INTERVIEW QUESTIONS: Apart from job specific, technical, and experience questions, the following is a selection of the most popular questions…
- Common Interview Questions Part-2 by: webdagger
- Category: hardware and networking (16)
- Hierarchical model by: webdagger
May 21, 2012, 05:34
Cisco Hierarchical Internetworking Model: Cisco has defined a hierarchical model known as the hierarchical internetworking model. This model simplifies…
- Cisco Discovery Protocol by: webdagger
May 20, 2012, 17:33
Cisco Discovery Protocol (CDP) Cisco Discovery Protocol (CDP) is a Cisco proprietary (layer 2) protocol that provides information about directly connected…
- OSI LAYERS by: webdagger
May 16, 2012, 05:32
OSI Layer Model: 7 layers of osi model: The International Standards Organization (ISO) developed the Open Systems Interconnection (OSI) Reference Model to…
- Networking Interview Questions Part-4 by: webdagger
May 9, 2012, 05:31
Networking Interview Questions Part-4 1. What are 10Base2, 10Base5 and 10BaseT Ethernet LANs 10Base2—An Ethernet term meaning a maximum transfer rate of…
- Networking Interview Questions Part-3 by: webdagger
April 23, 2012, 17:31
Networking Interview Quesitons part-3 81 :: What is logical link control? One of two sublayers of the data link layer of OSI reference model, as defined by…
- Basic Hardware And Networking Interview Questions by: webdagger
April 16, 2012, 17:33
Basic Hardware And Networking Interview Questions: Here are the basic interview questions for hardware which will be very helpful in attending the…
- Networking Interview Questions Part-2 by: webdagger
April 6, 2012, 17:35
This is the second part of Networking Interview questions........... 41 :: What are called Fat clients and Fat servers? If the bulk of the application runs…
- Networking Interview Questions Part-1 by: webdagger
April 3, 2012, 05:32
Basic Networking Questions and Answers: 1 :: What is an Object server? With an object server, the Client/Server application is written as a set of communicati…
- hardware and networking interview questions part 1 by: webdagger
April 1, 2012, 05:34
These are the "common interview questions"for a career in "hardware and networking" or "computer hardware" or "desktop engineering".Go through these questions,y…
- CN Notes by: webdagger
March 21, 2012, 17:34
I. INTRODUCING COMPUTER NETWORKS: A. Types of Computer Networks: LANs and WANs As you begin this section, define computer network…
- Important MCSE Interview Questions by: webdagger
March 17, 2012, 17:32
here are the latest and general mcse interview questions which are very helpful while attending interview.
- Basic Hardware Interview Questions by: webdagger
March 14, 2012, 05:32
1. Types of Rams? Ans. 2. What are the slots in motherboard?(ON mother board 10que) Ans. Accelerated Graphics Port: The Accelerated Graphics Port (also…
- CN INTERVIEW QUESTIONS by: webdagger
February 27, 2012, 17:32
CN INTERVIEW QUESTIONS FREE DOWNLOADS: Hey here are some download links for Computer Networking Interview questions for free. These questions will be very…
- Networking Interview Questions Part-5 by: webdagger
February 3, 2012, 05:31
Networking Interview Questions Part-5: 41. What is logical link control One of two sublayers of the data link layer of OSI reference model, as defined by…
- Interior Gateway Routing Protocol(IGRP) by: webdagger
January 31, 2012, 17:33
IGRP (Interior Gateway Routing Protocol) The Interior Gateway Routing Protocol (IGRP) is a Cisco proprietary protocol. Like RIP, IGRP is a distance-vector…
- TCP IP Model by: webdagger
January 29, 2012, 17:32
TCP/IP IP was created as a way to hide the complexity of physical addressing by creating a virtual addressing scheme that is independent of the underlying…
- Hierarchical model by: webdagger
- Category: c++ (6)
- Cpp Tutorial Part-4 by: webdagger
May 3, 2012, 17:32
Cpp Tutorial: Templates: Class templates allow the construction of a number of classes from a single class template Function templates allow the…
- Cpp Tutorial Part-3 by: webdagger
April 1, 2012, 17:32
Cpp Tutorial Part-3: Polymorphism: Polymorphism is the key aspect of C++ support for OOP. Virtual functions are the C++ mechanism for supporting the…
- C++ Tutorials with OOP’S by: webdagger
March 26, 2012, 05:36
The Object Oriented Features Of C++ INTRODUCTION OBJECT Object is a concept, abstraction, or thing with crisp boundaries and meaning for the…
- c++ Interview quesitions by: webdagger
March 20, 2012, 17:33
C++ interview questions, some Java: In C++, what is the difference between method overloading and method overriding?Overloading a…
- Cpp Tutorial Part-2 by: webdagger
February 17, 2012, 17:31
Cpp Tutorial Part-2: Hey this is second part of C++ Tutorial and further parts will be updated soon.............. This is the continuation Part…
- Cpp Tutorial Part-1 by: webdagger
January 26, 2012, 17:31
Cpp Tutorial Part-1: This lecture will provide a detailed revision of the C++ programming language. Topics we will cover will be as follows…
- Cpp Tutorial Part-4 by: webdagger
- Category: CN (4)
- OSI LAYERS by: webdagger
May 16, 2012, 05:32
OSI Layer Model: 7 layers of osi model: The International Standards Organization (ISO) developed the Open Systems Interconnection (OSI) Reference Model to…
- IOS Commands by: webdagger
May 15, 2012, 17:39
IOS Commands Router modes Modes Description Router> User mode Router# Privileged mode Router(config)# Global configuration…
- Networking Interview Questions Part-2 by: webdagger
April 6, 2012, 17:35
This is the second part of Networking Interview questions........... 41 :: What are called Fat clients and Fat servers? If the bulk of the application runs…
- CN Notes by: webdagger
March 21, 2012, 17:34
I. INTRODUCING COMPUTER NETWORKS: A. Types of Computer Networks: LANs and WANs As you begin this section, define computer network…
- OSI LAYERS by: webdagger
- Category: Aptitude (1)
- Aptitude Questions with answers by: webdagger
March 24, 2012, 05:33
Aptitude Questions 1.One of the following is my secret word:AIM DUE MOD OAT TIE.With the list in front of you, if I were to tell you any one of my…
- Aptitude Questions with answers by: webdagger
- Category: system administrator (1)
- Aptitude Questions with answers by: webdagger
March 24, 2012, 05:33
Aptitude Questions 1.One of the following is my secret word:AIM DUE MOD OAT TIE.With the list in front of you, if I were to tell you any one of my…
- Aptitude Questions with answers by: webdagger
- Category: E-books (1)
- Aptitude Questions with answers by: webdagger
March 24, 2012, 05:33
Aptitude Questions 1.One of the following is my secret word:AIM DUE MOD OAT TIE.With the list in front of you, if I were to tell you any one of my…
- Aptitude Questions with answers by: webdagger
- Category: Tally (5)
- Tally Tutorial Part-4 by: webdagger
May 6, 2012, 17:49
Tally Tutorial: Financial Year From: In most countries, the books of accounts of a company is maintained for a stipulated period like, 12 months, 15…
- Tally Tutorial Part-3 by: webdagger
April 20, 2012, 05:33
Tally Tutorial: Directory: The data path where you want the company to get created can be specified in the Directory field. This field is skipped by…
- Aptitude Questions with answers by: webdagger
March 24, 2012, 05:33
Aptitude Questions 1.One of the following is my secret word:AIM DUE MOD OAT TIE.With the list in front of you, if I were to tell you any one of my…
- Tally Tutorial Part-2 by: webdagger
March 22, 2012, 17:32
Tally Tutorial Part-2: Company Information: The very first time you start Tally, you would require to 'create' a company. 'Create Company' simply means…
- Tally Tutorial Part-1 by: webdagger
March 5, 2012, 17:35
Tally Tutorial Part-1: Hey Iam Starting a new Tutorial on Tally,this is Part one of the tally tutorial and further parts will be updated soon................…
- Tally Tutorial Part-4 by: webdagger
- Category: WCF (3)
- Basic WCF Tutorial by: webdagger
April 7, 2012, 17:34
WINDOWS COMMUNICATION FOUNDATION Overview Windows Communication Foundation takes many existing communication technologies, such as Web Services, Windows…
- WCF Tutorial by: webdagger
March 28, 2012, 05:31
WCF Tutorial: Windows Communication Foundation (WCF) is an extension of .NET framework to build and run the connected systems. Windows Communication Foundation…
- WCF Interview Questions Part-1 by: webdagger
February 9, 2012, 17:32
WCF Interview Questions: What is three major points in WCF? 1) Address --- Specifies the location of the service which will be like http://Myserver/MyServic…
- Basic WCF Tutorial by: webdagger
- Category: C# (3)
- C# Interview Questions by: webdagger
April 4, 2012, 17:32
Advanced C# interview questions: This is a list of questions I have gathered from other sources and created myself over a period of time from my experience…
- C# Arrays Part-1 by: webdagger
February 26, 2012, 05:31
C# Arrays Part-1: Hey I am Starting a New Post on C# Arrays Tutorial which is of five parts and this is the First Part of it... Description Programming…
- C# Interview Questions Part-3 by: webdagger
February 21, 2012, 05:32
C# interview questions and answers: What’s the advantage of using System.Text.StringBuilder over System.String? StringBuilder is more efficient…
- C# Interview Questions by: webdagger
- Category: Sql Server (9)
- Sql Server Interview Questions Part-1 by: webdagger
May 7, 2012, 17:34
Hi This is the first part of SQL server Interview quesitons and further Parts will be updated soon........ SQL SERVER INTERVIEW QUESTIONS PART-1 MySQL…
- Sql Server Interview Questions Part-5 by: webdagger
April 30, 2012, 05:32
1.1. MS SQL Server Interview Questions with Expected Answers 1.1.1. Basics What are the new features…
- Sql Server Tutorial Part-2 by: webdagger
April 21, 2012, 17:35
1.1. Constraints Constraints allow you to define the way Microsoft® SQL Server™ 2000 automatically enforces the integrity of a database. Constraints…
- Sql Server Tutorial Part-1 by: webdagger
April 5, 2012, 17:32
1. SQL Server 2000 Reading Material This reading material is intended to provide basic knowledge in SQL Server 2000 for the testers. 1.1. …
- Sql Server Interview Questions Part-4 by: webdagger
April 2, 2012, 05:33
Sql Interview Questions: Number: 31 Heading: SQL Server Question: What are the different types of temporary tables? Answer: SQL…
- Sql Server Interview Questions Part-6 by: webdagger
March 18, 2012, 17:32
Sql Server Interview Questions : How to pass a table name, column name etc. to the stored procedure so that I can dynamically select from a table?…
- Sql Server Interview Questions Part-3 by: webdagger
March 14, 2012, 17:33
Sql Server Interview Questions Part-3: Number: 16 Heading: SQL Server Question: What are the steps you will take to improve performance…
- Sql Server Interview Questions Part-2 by: webdagger
March 2, 2012, 05:32
SQL Server Interview Questions: Sql Server Interview Questions Part-2: Number: 1 Heading: SQL Server Question: What is normalization?…
- Sql Server Interview Questions Part-5 by: webdagger
February 13, 2012, 17:33
Sql Server Interview Questions: 1.1. MS SQL Server Interview Questions with Expected Answers 1.1.1. Basics Wh…
- Sql Server Interview Questions Part-1 by: webdagger
- Category: EJB (2)
- EJB 3.0 Tutorial Part-1 by: webdagger
April 11, 2012, 05:34
EJB 3.0 Tutorial First EJB 3 Tutorial This tutorial explains basics about EJB3 and shows a simple work through to set up a EJB 3 project, create a entity…
- EJB Interview Questions Part-1 by: webdagger
April 8, 2012, 17:34
EJB Interview Questions 1. What is EJB ? EJB stands for Enterprise JavaBean and is a widely-adopted server side component architecture for J2EE. It enables…
- EJB 3.0 Tutorial Part-1 by: webdagger
- Category: j2ee (1)
- J2EE Interview Questions and Answers Part-1 by: webdagger
April 10, 2012, 17:32
J2EE Interview Questions - Part1 1. What is J2EE? J2EE is an environment for developing and deploying enterprise applications. The J2EE platform…
- J2EE Interview Questions and Answers Part-1 by: webdagger
- Category: Electronics (7)
- Basic Electronic Tutorial Part-3 by: webdagger
May 11, 2012, 17:35
Here Is the Third Part for Basic Electronic Tutorials and Last part will be updated soon....... Basic Electronic Tutorial Part-3 2 . 4 Potential…
- Basic Electronic Tutorial Part-2 by: webdagger
April 28, 2012, 17:33
Chapter 2 Electronic Components and Circuit Diagrams 2 . 1 General Comments Electronics is concerned with various electronic components joined…
- Common Mode Rejection Ratio by: webdagger
April 19, 2012, 05:33
Op Amp Common-Mode Rejection Ratio (CMRR) COMMON-MODE REJECTION RATIO (CMRR) If a signal is applied equally to both inputs of an op amp, so that the…
- Transistor Amplifier by: webdagger
April 18, 2012, 17:33
Transistor amplifier: The circuit in figure 3.30 is one of the simplest voltage amplifier designs. It is capable of amplifying the low level signal from a…
- Basic Electronics Tutorial Part-1 by: webdagger
April 12, 2012, 17:35
This is the first chapter of total 2 chapters.... chapter 2 will be posted soon..... Chapter 1 Basics of Electricity 1 . 1 Static Electricity. Atoms…
- Basic Electronic Tutorial Part-4 by: webdagger
February 8, 2012, 05:32
Hey this is the fourth and Final Part of Basic Electronic Tutrorial... 2 . 7 Real Voltage Sources: There are several ways of generating a voltage, but…
- Electronics Interview Questions Part-1 by: webdagger
February 2, 2012, 17:32
Q1. What is Instrumentation Amplifier (IA) and what are all the advantages? Ans1. An instrumentation amplifier is a differential op-amp circuit providing…
- Basic Electronic Tutorial Part-3 by: webdagger
- Category: HTML (12)
- HTML Tutorial Part-1 by: webdagger
May 17, 2012, 05:32
HTML Tutorial Part-1: This tutorial assumes a basic knowledge of how to use a web browser’s menus, buttons, and hyperlinks. It also requires a text editor…
- HTML Interview Questions Part-2 by: webdagger
May 10, 2012, 17:33
Hi this is the second Part of HTML Interview Questions and Further parts will be Updated Soon........ HTML Interview Questions and Answers HTML Interview…
- HTML Interview Questions Part-1 by: webdagger
April 13, 2012, 05:32
HTML Interview Questions How do I indent the first line in my paragraphs? This isn't really possible in a reliable way, until style sheets are more…
- HTML Tutorial Part-4 by: webdagger
April 9, 2012, 17:32
HTML Tutorial : 8. Linking it with Anchors What is a URL? The real power of the web is the ability to create hypertext links to related information. That…
- HTML Basics Part-2 by: webdagger
April 2, 2012, 17:33
HTML Basics: Basic HTML Tags: The most important tags in HTML are tags that define headings, paragraphs and line breaks. Basic HTML Tags Headings: …
- HTML Interview Questions Part-5 by: webdagger
March 23, 2012, 05:33
HTML Interview Questions and Answers Which should I use, &entityname; or &#number; ? In HTML, characters can be represented in three ways: 1. a…
- HTML Tutorial Part-3 by: webdagger
March 11, 2012, 17:33
HTML Tutorial Part-3: Hey this is the Third Part of Html Tutorial... 7. Graphics: When you can include Pictures, your message can be much more…
- HTML Interview Questions Part-4 by: webdagger
February 29, 2012, 05:34
HTML Interview Questions and Answers How can I specify colors? If you want others to view your web page with specific colors, the most appropriate way is…
- HTML Interview Questions Part-6 by: webdagger
February 16, 2012, 17:32
HTML Interview Questions : HTML Interview Questions and Answers How do I keep people from stealing my source code and/or images? Because copies of your…
- HTML Basics Part-1 by: webdagger
February 14, 2012, 17:35
Hey I am Starting a new Post on HTML Basics which is of Three Parts this is the first Part and further Parts will be updated soon...... HTML Basics Part-1: …
- HTML Tutorial Part-2 by: webdagger
February 8, 2012, 17:31
Hey this is the second Part of HTML Tutorial.... Further Parts will be updated soon............. 4. Breaking it up into paragraphs So far you have…
- HTML Interview Questions Part-3 by: webdagger
January 30, 2012, 05:31
Hey this is the third Part of HTML Interview Questions..... HTML Interview Questions and Answers Can I have two or more actions in the same form? No. A…
- HTML Tutorial Part-1 by: webdagger
- Category: testing (9)
- Silk Test Interview Questions Part-2 by: webdagger
April 15, 2012, 05:34
Silk Test Interview Questions: 22) What is the syntax of UI object identifier used by DOM extension? Ans. The DOM browser extension uses the following…
- Manual Testing Interview Questions by: webdagger
April 13, 2012, 05:32
Manual Testing Interview Questions and Answers What if the application has functionality that wasn't in the requirements? It may take serious effort to…
- Silk Test Interview Questions Part-1 by: webdagger
March 27, 2012, 05:33
SilkTest Interview Questions: 1) What is SilkTest? Ans. SilkTest is a software testing automation tool developed by Segue Software,Inc. 2) What is…
- LoadRunner Interview Questions Part-2 by: webdagger
March 15, 2012, 17:34
LoadRunner Interview Questions Part-2: 22.How do you perform functional testing under load? - Functionality under load can be tested by running…
- LoadRunner Interview Questions Part-1 by: webdagger
March 4, 2012, 17:33
LoadRunner Interview Questions Hey this is first part of loadrunner interview questions and further parts will be updated soon............. 1. What is…
- QTP Tutorial for Beginners Part-2 by: webdagger
February 29, 2012, 17:33
QTP Tutorial for Beginners: 2 Recording Tests As you navigate through your Web site or application, QuickTest records your steps. These operations are…
- WinRunner Interview Questions Part-2 by: webdagger
February 19, 2012, 05:32
WinRunner Interview Questions Part-2: Hey this is the second Part of WinRunner Interview Questions,further Parts will be updated soon......... 21) How…
- WinRunner Interview Questions Part-1 by: webdagger
February 11, 2012, 05:34
Testing Interview Questions: WinRunner Interview Questions Part-1 1) How you used WinRunner in your project? Ans. Yes, I have been WinRunner for…
- QTP Tutorial for Beginners Part-1 by: webdagger
February 3, 2012, 17:32
QTP Tutorial for Beginners: Hey Iam starting a new post on QTP Tutorial which will be of total nine parts and this is the first part and further parts will be…
- Silk Test Interview Questions Part-2 by: webdagger
- Category: sap tutorial (5)
- SAP Tutorial Part-2 by: webdagger
May 18, 2012, 17:34
This is the second Part of SAP Tutorial.. SAP Tutorial Part-2: Generating Test Scripts: Procedure To generate a test script by recording a SAPGUI…
- SAP Tutorial Part-6 by: webdagger
May 2, 2012, 05:32
SAP Tutorial: SAP eCATT Integration With SilkPerformer: Overview: SAP eCATT (Extended Computer Aided Test Tool) has been integrated with SilkPerformer.…
- SAP Tutorial Part-1 by: webdagger
April 20, 2012, 17:31
Introduction to SAP Welcome to the NAU-CBA SAP tutorial. This guide will take you through some of the basic SAP user functions including: System…
- SAP Tutorial Part-5 by: webdagger
April 17, 2012, 05:32
SAP Tutorial: Customizing SAPGUI User Input Data Under real world conditions, SAPGUI application users submit unpredictable combinations of data into forms.…
- SAP Tutorial Part-4 by: webdagger
March 23, 2012, 17:38
SAP Tutorial Part-4: Customizing SAPGUI Test Scripts: Overview: Once you’ve recorded a test script and identified session-specific errors through a…
- SAP Tutorial Part-2 by: webdagger
- Category: unix (8)
- Unix Tutorial Part-2 by: webdagger
May 6, 2012, 05:35
Unix Tutorial Part-2 Section 1: What Is Unix? Unix is an operating system. The job of an operating system is to orchestrate the various parts of…
- Unix Interview Questions Part-1 by: webdagger
May 3, 2012, 05:31
UNIX INTERVIEW QUESTIONS PART-1: Unix sys admin interview questions Q: How would you make the following SQL statement run faster? SELECT * FROM…
- Unix Tutorial Part-1 by: webdagger
April 25, 2012, 05:32
This is the first part of Unix Tutorial,Further parts will be updated soon.. Unix Part-1: A Sample Login Session The School of Oceanography has several…
- UNIX Tutorial Part-5 by: webdagger
April 17, 2012, 17:32
UNIX Tutorial: Section 11: The Execution Environment CONCEPT: The exact behavior of commands issued in the shell depends upon the execution environment…
- Basic UNIX Commands by: webdagger
April 11, 2012, 17:34
Basic UNIX Commands: Use the following commands to help you manage your UNIX account. IMPORTANT: The UNIX (Ultrix) operating system is case sensitive. All…
- UNIX Tutorial Part-4 by: webdagger
March 24, 2012, 17:32
UNIX Tutorial Part-4: Section 7: Pipelines and Filters: CONCEPT: Unix allows you to connect processes, by letting the standard output of one process feed…
- Unix Interview Questions Part-2 by: webdagger
February 22, 2012, 05:33
Unix Interview Questions: 1. Construct pipes to execute the following jobs. Output of who should be displayed on the screen with value of total number of…
- UNIX Tutorial Part-3 by: webdagger
February 14, 2012, 05:32
Hey this is the Third Part of UNIX Tutorial and Further Parts will be Updated Soon............. UNIX Tutorial Part-3: Section 5: Working with Files and…
- Unix Tutorial Part-2 by: webdagger
- Category: JSP (6)
- JSP Tutorial Part-4 by: webdagger
May 18, 2012, 05:34
JSP Tutorial: 10-Beans and Forms Processing Forms are a very common method of interactions in Web sites. JSP makes forms processing particularly easy. The…
- JSP Tutorial Part-3 by: webdagger
May 2, 2012, 17:32
JSP Tutorial: 6-Directives We have been fully qualifying the java.util.Date in the examples in the previous sections. Perhaps you wondered why we don't…
- JSP Interview Questions Part-1 by: webdagger
April 27, 2012, 17:33
JSP Interview Questions Part-1 and further parts will be updated soon... Q: What is a output comment? A: A…
- JSP Tutorial Part-2 by: webdagger
April 18, 2012, 05:31
JSP Tutorial: 2- Your first JSP JSP simply puts Java inside HTML pages. You can take any existing HTML page and change its extension to ".jsp" instead of…
- JSP Interview Questions Part-2 by: webdagger
February 22, 2012, 17:32
JSP Interview Questions and Answers: Explain the life-cycle mehtods in JSP? Answer :: THe generated servlet class for a JSP page implements the HttpJspPage…
- JSP Tutorial Part-1 by: webdagger
January 27, 2012, 05:35
Hi I am Starting a New Post on JSP Tutorial and this is the First Part of it,check out for Further Parts which will be Updated Soon........ JSP Tutorial: Intr…
- JSP Tutorial Part-4 by: webdagger
- Category: Linux (1)
- Linux Interview Questions Part-1 by: webdagger
May 1, 2012, 17:32
This is first part of linux interview questions: LINUX INTERVIEW QUESTIONS PART-1 Interview questions for Linux admin Advantages/disadvantages of…
- Linux Interview Questions Part-1 by: webdagger
- Category: WPF (9)
- WPF Tutorial Part-2 by: webdagger
May 19, 2012, 05:32
WPF Tutorial Part-2: This is the second part of WPF Tutorial: This is the DataTemplate I created for this example. <Style TargetType="ListBox" …
- WPF Tutorial Part-1 by: webdagger
May 4, 2012, 06:31
Hi for WPF Tutorial please go throug the below link: http://www.wpftutorial.net/WPFIntroduction.html
- WPF Tutorial Part-8 by: webdagger
April 19, 2012, 17:35
WPF Tutorial: Themes in WPF Introduction How to use specific Windows theme in a WPF application WPF includes all common Windows themes. By default WPF…
- WPF Tutorial Part-7 by: webdagger
March 31, 2012, 05:33
WPF Tutorial Part-7: Manually bind the CommandTarget: Another solution is to manually bind the CommandTarget to the parent ContextMenu. <MenuItem…
- WPF Tutorial Part-6 by: webdagger
March 13, 2012, 17:31
WPF Tutorial Part-6: Useful Hints Columns and rows that participate in size-sharing do not respect Star sizing. In the size-sharing scenario,Star sizing is…
- WPF Tutorial Part-5 by: webdagger
February 28, 2012, 05:31
WPF Tutorial Part-5: Introduction to WPF Layout: Why layout is so important Best Practices Vertical and Horizontal Alignment Margin and Padding Wid…
- WPF Tutorial Part-9 by: webdagger
February 23, 2012, 05:31
WPF Tutorial: Data Templates Introduction Data Template are a similar concept as Control Templates. They give you a very flexible and powerful solution to…
- WPF Tutorial Part-4 by: webdagger
February 10, 2012, 17:33
Hey All check out the WPF Tutorial part four and further parts will be updated soon......... WPF Tutorial Part-4: Callbacks: You can register a callback to…
- WPF Tutorial Part-3 by: webdagger
January 31, 2012, 05:32
WPF Tutorial Part-3 WPF Slider Control How to Make a Slider Snap to Integer Values If you just set the Minimum and Maximum of a slider and choose a…
- WPF Tutorial Part-2 by: webdagger
- Category: XML (3)
- XML Tutorial Part-2 by: webdagger
May 19, 2012, 17:33
XML Tutorial Part-2: Document Type Definitions Up until now, we have been creating “well-formed” XML documents. That means that we have been creating…
- XML Tutorial Part-1 by: webdagger
May 5, 2012, 05:35
Hi this is the first part of XML Tutorial of Three Parts..... Welcome This tutorial is the first in a series that provides information about Extensible…
- XML Tutorial Part-3 by: webdagger
February 16, 2012, 05:32
XML Tutorial Part-3: XSL: Extensible Stylesheet Language (XSL) is a language for expressing style sheets specifically for use with XML. It consists of…
- XML Tutorial Part-2 by: webdagger
- Category: servlet (1)
- Servlet Interview Questions Part-1 by: webdagger
May 9, 2012, 17:31
Hi this is the New Post on Servlet Interview Questions,This is the first Part of and Further Parts will be Updated soon.......... Servlets Interview…
- Servlet Interview Questions Part-1 by: webdagger
- Category: C (9)
- C Tutorial Part-1 by: webdagger
May 17, 2012, 17:32
C Tutorial This guide attempts to outline a few things that may help you get started with the C programming language, It is not meant to act as a complete…
- C Interview Questions Part-5 by: webdagger
April 30, 2012, 17:32
C Interview Questions: 101) void main() { void *v; int integer=2; int *i=&integer; v=i; printf("%d",(int*)*v); } …
- C Interview Questions Part-4 by: webdagger
April 22, 2012, 05:35
C Interview Questions: 76) struct aaa{ struct aaa *prev; int i; struct aaa *next; }; main() { struct aaa abc,def,ghi,jkl…
- C Interview Questions Part-3 by: webdagger
March 31, 2012, 17:31
C Interview Questions Part-3: 51) main( ) { void *vp; char ch = ‘g’, *cp = “goofy”; int j = 20; vp = &ch; print…
- C Interview Questions part-7 by: webdagger
March 17, 2012, 05:35
C Interview Questions: 151) #include <stdio.h> main() { char * str = "hello"; char * ptr = str; char least = 127; while…
- C Interview Questions Part-2 by: webdagger
March 15, 2012, 05:33
Hey this is the Second Part of C Interview Questions and further Parts will be updated soon.............. C Interview Questions Part-2: 27) …
- C Interview Questions part-1 by: webdagger
March 3, 2012, 05:34
C Interview Question Part-1: Note : All the programs are tested under Turbo C/C++ compilers. It is assumed that, Programs run under DOS…
- C Interview Questions Part-6 by: webdagger
February 7, 2012, 05:31
C Interview Questions: 126) int aaa() {printf(“Hi”);} int bbb(){printf(“hello”);} iny ccc(){printf(“bye”);} main() { int ( *…
- C Tutorial Part-2 by: webdagger
February 5, 2012, 17:34
Hey this is the Second Part of C Tutorial: C Tutorial: Command Line Arguments Processing arguments in C is very similar to processing arguments in C++.…
- C Tutorial Part-1 by: webdagger
- Category: Css (5)
- Css Tutorial Part-1 by: webdagger
May 20, 2012, 05:32
Hi iam starting a new post on CSS Tutorial which is of total five parts and this is the first part of it and further parts will be updated soon........ CSS…
- CSS Tutorial Part-5 by: webdagger
April 6, 2012, 05:32
CSS Tutorial: CSS Pseudo-elements CSS pseudo-elements are used to add special effects to some selectors. Syntax The syntax of pseudo-elements: se…
- CSS Tutorial Part-4 by: webdagger
March 10, 2012, 17:33
CSS Tutorial Part-4 CSS Positioning The CSS positioning properties allows you to position an element. CSS Positioning Properties The CSS positioning…
- CSS Tutorial Part-3 by: webdagger
February 11, 2012, 17:33
CSS Tutorial Part-3 CSS Border The CSS border properties define the borders around an element. CSS Border Properties The CSS border properties allow you to…
- CSS Tutorial Part-2 by: webdagger
February 2, 2012, 05:32
CSS Tutorial Part-2: CSS How To Insert a Style Sheet How to Insert a Style Sheet When a browser reads a style sheet, it will format the document…
- Css Tutorial Part-1 by: webdagger
- Category: java script (9)
- Java Script Tutorial Part-6 by: webdagger
May 1, 2012, 05:32
Java Script Tutorial: Built in Functions Reverse Sort Concat Join Example for Reverse <html> <head> <script&g…
- Java Script Tutorial Part-5 by: webdagger
April 22, 2012, 17:33
Java Script Tutorial: Events On click On dblclick On change On reset On submit On focus On blur On load …
- Java Script Tutorial Part-4 by: webdagger
March 11, 2012, 05:31
Hey this is the fourth part of the Java Script Tutorial and this Part is about DOM(Document Object Model) along with examples.. and further Parts will be…
- Javascript Interview Questions Part-1 by: webdagger
February 23, 2012, 17:32
Javascript Interview Questions: Javascript Interview Questions and Answers What's the difference between JavaScript and Java? Answer :: The main difference…
- Java Script Tutorial Part-8 by: webdagger
February 17, 2012, 05:33
Java Script Tutorial: Hey hi here is the eighth part of Java Script Tutorial and there are some more parts to be posted and these parts will be updated…
- Java Script Tutorial Part-3 by: webdagger
February 12, 2012, 05:33
Java Script Tutorial Part-3: Hey this is the third Part of Java Script Tutorial and further parts will be updated soon....... Double dimensional Array: It…
- Java Script Tutorial Part-7 by: webdagger
February 6, 2012, 05:32
Java Script Tutorial: Hey this is the seventh part of Java Script Tutorial and there are some more parts which will be updated soon... JavaScript is…
- Java Script Tutorial Part-2 by: webdagger
February 1, 2012, 17:32
Hey this is the second Part of Java script Tutorial and this tutorial includes all the example programs on conditions like if condition etc.. which will be…
- Java Script Tutorial Part-1 by: webdagger
January 27, 2012, 17:32
Hey this is First Part of Java Script Tutorial of Total Six Parts,and Further Parts will be Updated Soon......... Java Script Tutorials(free java script): Jav…
- Java Script Tutorial Part-6 by: webdagger
- Category: Software Testing (6)
- Silk Test Interview Questions Part-2 by: webdagger
April 15, 2012, 05:34
Silk Test Interview Questions: 22) What is the syntax of UI object identifier used by DOM extension? Ans. The DOM browser extension uses the following…
- Silk Test Interview Questions Part-1 by: webdagger
March 27, 2012, 05:33
SilkTest Interview Questions: 1) What is SilkTest? Ans. SilkTest is a software testing automation tool developed by Segue Software,Inc. 2) What is…
- LoadRunner Interview Questions Part-2 by: webdagger
March 15, 2012, 17:34
LoadRunner Interview Questions Part-2: 22.How do you perform functional testing under load? - Functionality under load can be tested by running…
- LoadRunner Interview Questions Part-1 by: webdagger
March 4, 2012, 17:33
LoadRunner Interview Questions Hey this is first part of loadrunner interview questions and further parts will be updated soon............. 1. What is…
- WinRunner Interview Questions Part-2 by: webdagger
February 19, 2012, 05:32
WinRunner Interview Questions Part-2: Hey this is the second Part of WinRunner Interview Questions,further Parts will be updated soon......... 21) How…
- WinRunner Interview Questions Part-1 by: webdagger
February 11, 2012, 05:34
Testing Interview Questions: WinRunner Interview Questions Part-1 1) How you used WinRunner in your project? Ans. Yes, I have been WinRunner for…
- Silk Test Interview Questions Part-2 by: webdagger
- Category: C# Arrays (5)
- C# Arrays Part-5 by: webdagger
May 14, 2012, 17:32
C# Arrays: Array Covariance Under certain conditions, you can assign an object to an array element even if the object is not of the array’s base type. This…
- C# Arrays Part-4 by: webdagger
April 24, 2012, 17:32
C# Arrays: Jagged Arrays A jagged array is an array of arrays. Unlike rectangular arrays, the sub-arrays of a jagged array can have different numbers of…
- C# Arrays Part-3 by: webdagger
April 3, 2012, 17:31
C# Arrays: All about Arrays in C# This article explains the following topics: Arrays Types of Arrays An Array As an Object One-Dimensional and…
- C# Arrays Part-2 by: webdagger
March 8, 2012, 17:31
C# Arrays Part-2: Understanding the Array Class: The Array class, defined in the System namespace, is the base class for arrays in…
- C# Arrays Part-1 by: webdagger
February 26, 2012, 05:31
C# Arrays Part-1: Hey I am Starting a New Post on C# Arrays Tutorial which is of five parts and this is the First Part of it... Description Programming…
- C# Arrays Part-5 by: webdagger
- Category: software configuration management (4)
- Software Configuration Management Tutorial Part-4 by: webdagger
May 7, 2012, 05:34
Software Configuration Management Tutorial: 4 Derived Versions Handling derived versions is much simpler than handling source versions,since they are…
- Software Configuration Management Tutorial Part-3 by: webdagger
April 14, 2012, 17:32
Software Configuration Management Tutorial: 3 Source Versions SCM systems have to cope with constant change. Corrective, adaptive, and perfective maintenance…
- Software Configuration Management Tutorial Part-2 by: webdagger
March 30, 2012, 17:32
Software Configuration Management Tutorial Part-2: 2 Basic SCM Concepts: This section defines the basic elements of a data base for software configuration…
- Software Configuration Management Tutorial Part-1 by: webdagger
March 6, 2012, 05:31
Software Configuration Management Overview: Software Configuration Management: Software configuration management (SCM) is the discipline of controlling the…
- Software Configuration Management Tutorial Part-4 by: webdagger
- Category: Puzzles (2)
- Interview Puzzles Part-2 by: webdagger
April 5, 2012, 05:33
31)Post man has a data of name surname door number, pet name of 4 families. But only one is correct for each family. There are a set of statements &…
- Interview Puzzles Part-1 by: webdagger
March 9, 2012, 17:34
Hey Iam Starting a new Post on Interview Puzzles, Which will be very Helpful while attending the interviews in Top companies Like Infosys,TCS,Wipro and many…
- Interview Puzzles Part-2 by: webdagger
- Category: Outlook (1)
- Outlook 2007 Backup by: webdagger
March 16, 2012, 05:31
Outlook 2007 Backup: This tutorial is designed to provide a quick and easy way to back up your Microsoft® Outlook® or Outlook Express® e-mail.…
- Outlook 2007 Backup by: webdagger
- Category: oracle reports (5)
- Oracle Reports Part-3 by: webdagger
April 14, 2012, 05:36
Oracle Reports: Creating a Report Block for the Web Report: Now that you have created your data set, you need to format the data into your report,and thus…
- Oracle Reports Part-2 by: webdagger
March 30, 2012, 05:36
Oracle Reports Part-2: Reviewing the Source Code of the Web Report: In Part-1, "Adding Data to a Report", you added a data model to your Web page.…
- Oracle Reports Part-1 by: webdagger
March 19, 2012, 17:32
Hey I am Starting a new Post on Oracle Reports which consists of total tutorial on oracle reports and this is the first part of it and further parts will be…
- Oracle Reports Part-5 by: webdagger
February 26, 2012, 17:32
Oracle Reports: 7.Reviewing the Source Code for the Graph 7.1 Viewing the Source in Reports Builder Open the Web Source view for the report you created…
- Oracle Reports Part-4 by: webdagger
February 5, 2012, 05:31
Oracle Reports: 5 Reviewing the Source Code for the Report Block 5.1 Viewing the Web Source in Reports Builder To view the Web source ■ Open the Web…
- Oracle Reports Part-3 by: webdagger
- Category: DBMS (3)
- DBMS Tutorial Part-2 by: webdagger
May 5, 2012, 17:32
DBMS Tutorial: Database Management Introduction A database is a collection of information in which the data are inter-related in some manner and can be…
- DBMS Tutorial Part-2 by: webdagger
April 15, 2012, 17:32
DBMS Tutorial: Database Administrator One of the main reasons for using DBMSs is to have central control of both the data and the programs that access…
- DBMS Tutorial Part-1 by: webdagger
March 26, 2012, 17:31
DATABASE MANAGEMENT SYSTEMS (DBMS) Tutorial Part-1 Hey iam starting a new tutorial on DBMS this is the first part of it and further parts will be updated…
- DBMS Tutorial Part-2 by: webdagger
- Category: OSI (2)
- Physical Layer Part-2 by: webdagger
April 23, 2012, 06:15
Physical Layer: Physical Ring Topology: A physical ring is a circular topology. Each device connects directly to the ring or indirectly through an interface…
- Physical Layer Part-1 by: webdagger
March 28, 2012, 17:34
Physical Layer Part-1: Hey iam Starting a new post on OSI Layer Physical Layer,it is the first part of it and further parts will be updated as soon as…
- Physical Layer Part-2 by: webdagger
- Category: VB (4)
- Visual Basic Tutorial Part-2 by: webdagger
May 13, 2012, 05:33
Visual Basic Tutorial: Lesson 3 : Writing the Codes Now we shall attempt to write the codes for the cylinder program. Now, doubleclick on the O.K…
- Visual Basic Tutorial Part-1 by: webdagger
April 24, 2012, 05:34
VB Tutorial: Hey Hi all Iam Starting a new Post on VB Tutorial... This is the first part and further parts will be updated soon............... Lesson1…
- Visual Basic Tutorial Part-4 by: webdagger
February 25, 2012, 05:31
Visual Basic Tutorial: Lesson 7 : Controlling Program Flow 7.1 Conditional Operators To control the VB program flow, we can use various conditional…
- Visual Basic Tutorial Part-3 by: webdagger
February 4, 2012, 05:32
Visual Basic Tutorial: Lesson 5 : Managing Visual Basic Data There are many types of data we come across in our daily life. For example, we need to handle…
- Visual Basic Tutorial Part-2 by: webdagger
- Category: Mechanical (2)
- Geometric Dimensioning and Tolerancing Tutorial Part-1 by: webdagger
May 12, 2012, 17:38
Geometric Dimensioning and Tolerancing: Introduction to Geometric Dimensioning and Tolerancing: For many in the manufacturing sector, geometric…
- Geometric Dimensioning and Tolerancing Tutorial Part-2 by: webdagger
January 28, 2012, 17:34
Geometric Dimensioning and Tolerancing Tutorial: Chapter 2 Dimensioning and Tolerancing Fundamentals: Many people know how to design parts and make…
- Geometric Dimensioning and Tolerancing Tutorial Part-1 by: webdagger
- Category: QTP (3)
- QTP Tutorial for Beginners Part-2 by: webdagger
February 29, 2012, 17:33
QTP Tutorial for Beginners: 2 Recording Tests As you navigate through your Web site or application, QuickTest records your steps. These operations are…
- QTP Interview Questions by: webdagger
February 24, 2012, 05:32
QTP Interview Questions: Quick Test Professional Interview Questions and Answers: QTP Interview Questions-I QTP Basic Features 1) What are the…
- QTP Tutorial for Beginners Part-1 by: webdagger
February 3, 2012, 17:32
QTP Tutorial for Beginners: Hey Iam starting a new post on QTP Tutorial which will be of total nine parts and this is the first part and further parts will be…
- QTP Tutorial for Beginners Part-2 by: webdagger
- Category: ado.net (1)
- ADO.NET Interview Questions Part-1 by: webdagger
February 4, 2012, 17:32
ADO.NET interview Questions-Part 1 Here is the first part for Ado.net Interview questions and the further parts will be updated soon.... 1. What is…
- ADO.NET Interview Questions Part-1 by: webdagger
E-Books of the month
A limited time offer only for one month.The Books are Guide to HTML, JavaScript and PHP For Scientists and Engineers & Sams Teach Yourself is a Book in which you can learn the c++ within 24 hours...
Enter your Email to Grab free E-Books
didn't receive the e book please contact us at info@downloadsparade.com
Recent Comments
- uma on Tally Tutorial Part-1
- Sudheer.Choragudi on IOS Commands
- Sudhakar Singajogi on QTP Tutorial for Beginners Part-2
- webdagger on OSI LAYERS
- kaladhar on OSI LAYERS
- sreekanth on SAP Tutorial Part-5
Who's Online
- 0 Members.
- 2 Guests.





