Security plays a significant role in our day to day life. So far software applications are concerned, security of data is required for authentication and for several validations. Normally while developing the applications, we use the concept of cryptography for password encryption and decryption. Some applications require more security, so they go for high end…
Learn Java part 9
learn Jave programming in the easiest way
How is java programming different in 64-bit?
I am a student and am curious about the differences in using Java SDK6 (Java EE) in 64-bit, as opposed to using 32-bit. Powered by Y! Answers
Learn Java part 11
learn Jave programming in the easiest way
Rotating Oracle Database’s Alert Log with ADRCI
Rotating Oracle Database’s Alert Log with ADRCI Many Oracle database administrators would not only like to report on (ORA-) errors but also manage the alert log itself–saving and/or trimming the alert log, aka alert log rotation. Oracle’s new ADR with command interface can easily be used to help rotate Oracle’s alert log. Read more on…
Cpanel Downgrade Mysql 4.1.x to Mysql 4.0.xx
I have ordered a new server Centos 4.3 with Cpanel WHM 10.8.0 cPanel 10.8.2-R119. When I have transfered old server all accounts to this new server, Some sites mysql database had a few problems. I found the new server is MySQL 4.1.xx and my old server is MySQL 4.0.xx. So i decide to downgrade MYSQL…
How does business objects differ from Cognos business intelligence toolset?
I’m not sure how the two are different. Could someone please explain the application of Cognos BI toolset and its functionality VS Business Objects and it’s applications and functionality.
Microsoft Visual Basic .NET Programmer’s Cookbook
Product Description Filled with the ingredients developers need—code samples, instructions, and solutions to common problems—this book is the logical place for developers to start building projects and learning more about Visual Basic .NET…. More >> Microsoft Visual Basic .NET Programmer’s Cookbook
SQL SERVER Tutorial – T-SQL: Inserting Data – Identity Values – Delimiters – Insert Multiple Rows
T-SQL Tutorial
Effective C#
Product Description C# has matured over the past decade: It’s now a rich language with generics, functional programming concepts, and support for both static and dynamic typing. This palette of techniques provides great tools for many different idioms, but there are also many ways to make mistakes. In Effective C#, Second Edition, respected .NET expert…