Why plan your keywords? When you are into blogging and posting at least 2 to 3 days a week in your blog ,sometimes you may run out of your…
Structure of PL/SQL block
Anonymous Block: The anonymous block is the simplest unit in PL/SQL. It is called anonymous block because it is not saved in the database. It is the P/L SQL Block…
Overview of PLSQL
PL/SQL stands for Procedural Language extension of SQL. PL/SQL is a combination of SQL along with the features of procedural programming languages. Oracle Corporation has developed this language to enhance…
Common language runtime :What is application domain?
Common language run time establishes a boundary around objects created within the same application scope. All objects which belong to the same application or website are kept in the memory…
Entity Relationship model case study
Case study “Saboo-Car-Rental-Services” is a car rental showroom ,who want to automate their business. They offer different types of cars on rent as small car,SUV,MUV. Each type of car has…
How does a program gets leaded and executed in Dot Net framework?(CLR)
Loading and execution of programs: It is the responsibility of CLR(Common language Runtime) to load the concerned class containing the source code from the memory and with the help of…
Dot Net Framework Evolution
Dot Net framework is a software development environment which aids in faster software development with the help of features such as Cross language interoperability, common language runtime, just in time…
Entity Relationship Diagram..all about Relationships
when we design Entity sets during database designs through Entity Relationship Diagram, there have to be some kind of connections existing between them too. These connections are called “Relationships “derived…