Knowledge in framework

.NET FRAMEWORK

Following document gives an exact overview of application of a .net framework by Microsoft. Gives closure to how and when a .net framework should be used in your application.

Hibernate-Framework In Java

Hibernate - Overview Hibernate is an Object-Relational Mapping (ORM) solution for JAVA. It is an open source persistent framework created by Gavin King in 2001. It is a powerful, high performance Object-Relational Persistence and Query service for any Java Application.Hibernate maps Java classes to database tables and from Java data types to SQL data types and relieves the developer from 95% of common data persistence related programming tasks.Hibernate sits between traditional Java objects and database server to handle all the works in persisting those object based on the appropriate O/R mechanisms and patterns.Hibernate Advantages·       Hibernate takes care of mapping Java classes to database tables using XML files and without writing any line of code.·       Provides simple APIs for storing and retrieving Java objects directly to and from the database.·       If there is change in the database or in any table, then you need to change the XML file properties only.·       Abstracts away the unfamiliar SQL types and provides a way to work around familiar Java Objects.·       Hibernate does not require an application server to operate.·       Manipulates Complex associations of objects of your database.·       Minimizes database access with smart fetching strategies.·       Provides simple querying of data.Supported DatabasesHibernate supports almost all the major RDBMS. Following is a list of few of the database engines supported by Hibernate −HSQL Database EngineDB2/NTMySQLPostgreSQLFrontBaseOracleMicrosoft SQL Server DatabaseSybase SQL ServerInformix Dynamic ServerSupported TechnologiesHibernate supports a variety of other technologies, including −XDoclet SpringJ2EEEclipse plug-insMaven

Angular JS notes for professionals.

This pdf file containing the advance knowledge of angular js and its pdf gives you professional knowledge about angular js framework.

Dot net framework notes for professionals.

This pdf file containing the advance knowledge of dot net framework. and this pdf file gives you professional knowledge about the dot net framework.