Code.GeekInterview.com
  I am new, Sign me up!
 


2383 in 7 Categories

OracleOracle (14)

ASP.NETASP.NET (813)
VB.NETVB.NET (336)

JavaJava (1067)
Web 2.0Web 2.0 (10)

AjaxAjax (131)

  
24 Articles.    Next Page   

Published on Tue, 05 Jun 2007 06:33:49 -0400    Read: 708 times
Neuro Linguistic Programming NLP is a system co founded by John Grinder and Richard Bandler for bringing about personal development in any individual by interpreting and translating the human perception experience beliefs and language It was developed in early 1970s with the active involvement of Gregory Bateson Gregory Bateson was a distinguished...   Read Article.
Filed in: Tech Tutorials


Published on Mon, 04 Jun 2007 10:24:42 -0400    Read: 7219 times
In this Mainframe tutorial you will learn about mainframes and its concepts and some of the early mainframes describing the evolution and history of mainframes in detail History and Evolution of Mainframes Mainframe Channel Direct Access Storage Device DASD and Logical Partition LPAR...   Read Article.
Filed in: Tech Tutorials


Published on Fri, 18 May 2007 23:26:39 -0400    Read: 746 times
One of the biggest technological trends for 2007 is database management specifically insuring data quality Databases are a collection of pieces of information organized according to a schema Schemas describe the information pieces in the database and the relationship between them Database models include relational hierarchical and network models...   Read Article.
Filed in: Tech Tutorials


Published on Wed, 16 May 2007 09:52:59 -0400    Read: 651 times
Service oriented architecture SOA is an organized collection of services in communication with each other to perform specific functions In the field of information technology IT a service is a discrete self contained bundle of information that is connected to other services...   Read Article.
Filed in: Tech Tutorials


Published on Wed, 16 May 2007 09:52:59 -0400    Read: 1308 times
Data modeling refers to the process whereby data is structured and organized It is a key component in the field of computer science Once data is structured it is usually then implemented into what is called a database management system The main idea behind these systems is to manage vast amounts of both structured and unstructured data...   Read Article.
Filed in: Tech Tutorials


Published on Wed, 16 May 2007 09:52:59 -0400    Read: 620 times
When it comes to the development maintaining augmentation and integration of enterprise systems data modeling is key Over 90 of enterprise systems functionality is based on the creation manipulation and querying of data When managing a major enterprise project it is thus necessary to depend on data modeling in the successful execution of...   Read Article.
Filed in: Tech Tutorials


Published on Wed, 16 May 2007 09:52:58 -0400    Read: 520 times
Software as a service SAAS is at the forefront of technological trends in 2007 It refers to a mode of software delivery where maintenance daily operation and software support is provided by the software company through Internet delivery of applications...   Read Article.
Filed in: Tech Tutorials


Published on Wed, 16 May 2007 09:52:58 -0400    Read: 546 times
Web services also known as application services describe the standardized integration of Web based applications enabling communication between businesses and their clients This communication is encoded and disseminated using certain core specifications...   Read Article.
Filed in: Tech Tutorials


Published on Wed, 16 May 2007 09:52:58 -0400    Read: 671 times
Java is an object oriented programming language OOP for Web browsers It is organized around data rather than actions and supports polymorphism which allows the same code to be written generically so it can function with different datatypes inheritance which allows one class to behave like another class or category of objects and to expand it...   Read Article.
Filed in: Tech Tutorials


Published on Wed, 16 May 2007 09:52:58 -0400    Read: 482 times
NET provides a framework for web services used by Microsoft s Windows which is the standard operating system on the majority of personal and business computers These web services include pre existing IT and specifically web services protocols and technologies like XML Extensible Markup Language SOAP Simple Object Access Protocol WSDL Web...   Read Article.
Filed in: Tech Tutorials


Published on Wed, 16 May 2007 09:52:58 -0400    Read: 486 times
From 2006 to 2007 the major trend in information technology IT has been the shift from building infrastructure to service based or Service Oriented Architecture SOA These trends emerge from a growing dissatisfaction with dated systems such as CRM Customer Relationship Management software ERP Enterprise Resource Planning software...   Read Article.
Filed in: Tech Tutorials


Published on Thu, 05 Apr 2007 19:44:45 -0400    Read: 577 times
Service oriented architecture or SOA is a hot topic in business today You may have read about service oriented architectures and be wondering how they can affect your business as well as how they can be of use to you By looking at it from both a real world perspective as well as a technical perspective you will forge a solid understanding of service oriented... Read Article
Filed in: Tech Tutorials


Published on Sat, 13 Jan 2007 08:36:17 -0500    Read: 1051 times
To understand and then combat a brute force attack also known as a dictionary attack we must start by understanding why it might be an appealing tool for a hacker To a hacker anything that must be kept under lock and key is probably worth stealing If your Web site or a portion of it requires a user to login and be authenticated then the odds... Read Article
Filed in: Tech Tutorials


Published on Wed, 03 Jan 2007 06:56:18 -0500    Read: 5797 times
Use of volatile The compilation system tries to reduce code size and execution time on all machines by optimizing code It is programmer responsibility to inform compilation system that certain code or variable should not be optimized Many programmers do not understand when to use volatile to inform compilation system that certain code should not...   Read Article.
Filed in: Tech Tutorials


Published on Wed, 03 Jan 2007 06:56:18 -0500    Read: 2076 times
In this test I have attempted to make a C test that test knowledge of Volatile Qualifier type cast array pointers recursion static variable variable argument pointer to function All of these require well understanding of C programming The test helps to understand the concept of C programming in a more informative way...   Read Article.
Filed in: Tech Tutorials


Published on Sat, 21 Oct 2006 03:27:51 -0400    Read: 1226 times
Malicious Code Injection It s Not Just for SQL Anymore More and more developers are becoming aware of the threats posed by malicious code and SQL injection in particular and by leaving code vulnerable to such attacks However while SQL is the most popular type of code injection attack there are several others that can be just as dangerous to... Read Article
Filed in: Tech Tutorials


Published on Sat, 02 Sep 2006 04:56:16 -0400    Read: 14025 times
It is necessary and also very easy to print the report in DOS mode using VB Why should we print in DOS Mode 1 The Reports like Billing will consume time when the customers are waiting for bills 2 Economic Means if you print windows based report in Dot Matrix printer the printer head ribbon and catrdge will not last long Which is expensive 3... Read Article
Filed in: Tech Tutorials


Published on Sat, 02 Sep 2006 04:56:16 -0400    Read: 1059 times
When an application error occurs whether due to user input or an internal function we as conscientious developers want to present an error message that will help the end user correct the problem However it is possible to be too helpful with your error handling approach By providing overly detailed application error messages to your users you can... Read Article
Filed in: Tech Tutorials


Published on Tue, 08 Aug 2006 10:59:59 -0400    Read: 1482 times
ADO net Programming article which focus on both how to write efficient code and how to represent the information which take advantage of layered design of net framework Articles describes how you can write code efficiently and improve performance of application and avoids errors due to poor coding style Advantages of Article and DemoCode are i...   Read Article.
Filed in: Tech Tutorials


Published on Tue, 08 Aug 2006 10:59:58 -0400    Read: 1397 times
Registry Releated Demo It helps you to understand how to work with registry with the help of three sample demo files 1 Simple Demo Explain how to read write and delete into registry 2 Crack Application Shows you how crack application work 3 Most Recent File Display you most Recent file which is stored in registry...   Read Article.
Filed in: Tech Tutorials


24 Articles.    Next Page   
About Us -  Privacy Policy -  Terms and Conditions -  Contact  

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape
Last This page took 0.134659 seconds to load.