Articles in the Tech Corner Category
Tech Corner, Tech Talk »
oogle’s latest product is making a buzz these days.Google Buzz brings a Gmail UI to a real time web and is being introduced as a feature of Gmail. Not everyone would have got it now.Google says it will be rolled out to everyone very soon.So expect a whole new experience of Gmailing or Buzzing.
Google Buzz’s features include creation of automatic friends list.People who you email you often or chat often are automatically added to your friends list.So its not like creating a new profile in a social networking site and …
Business, General, Tech Corner »
”What“- The money we earn is spent partly and the rest of it is saved for meeting future needs. Instead of keeping the savings idle we can use savings, so that it value increases slowly in course of time. This is called Investment. One of the important reasons “why” one needs to invest is to meet the cost of inflation. Inflation is the rate at which the cost of living increases. The cost of living is simply what it costs to buy the goods and services you need to live. …
Read the full Post »ATG & Java, Tech Corner »
ATG Repository & Query Building
As a part of sticking on to a single programming language the Repository concept is used in ATG framework, in which there is a class called QUERYBUILDER. This helps the programmer in querying the database without using SQL statements, which means the programmer needs to know only java. For explaining this first of all i will explain the pre-requisites. Without understanding the pre-requisites there is no point going through the sample code.
PRE_REQUISITES
1. What is a “repository.xml” & Item-Descriptor?
The “repository.xml” is analogous to a database. This is …
Tech Corner, Technical Interview »
A few questions we came across here and there.These are just the terms which interviewers love very much.Just try to remember the terms go and search for more language oriented and specific websites.We have provided a few links also which we found as relevant and resourcefull, go through those data also.All the best for interviews.
Garbage collector
Which is the Root Namespace?
CLR?(this you will get explanation from other post(Check CLR))
Native Code Generator.
Partial Classes.
Delegates.
Abstract Classes & Interfaces.
StreamReader ,StreamWriter,Buffered Reader,Buffered Writer.
Regular Expression Classes.
Reflection.
Managed Code & Unmanaged Code.
Anonymous Types.
Concept of Session and Cookies.
How to kill …
ATG & Java, Business, Tech Corner »
This article focuses on a basic understanding on what ATG is,and what are the main components of ATG.The target audience is people who are new to this technology.Now about the framework.ATG is a Java based Framework used to develop the applications on Web.ATG framework mainly works on the basis of three concepts Droplets, Form Handlers and Repository.In this technology whatever web applications that we are creating are developed as individual bean components and they are linked using a properties file.Precisely ATG is a component centric development platform.There are certain …
Read the full Post »