(Vipul Patel) Recently, Microsoft announced the preview availability of the next generation of ASP.NET called ASP.NET vNext.
Other News
Create a HASH Value in SQL Server
SQL Server has two built in functions for generating a hash value, CHECKSUM and HASHBYTES. CHECKSUM is not as sophisticated as HASHBYTES resulting in a higher probability of a duplicate hash for different input values. Still, it provides a lot of power, and is used for the HASH JOIN technique built into SQL Server itself. One thing that is really […]
Undocumented SQL Server 2012 Database Engine Stored Procedures
Undocumented SQL Server 2012 Database Engine Stored Procedures SQL Server 2012 supports the following useful undocumented database engine stored procedures: sp_bcp_dbcmptlevel sp_MSforeachdb sp_MSforeachtable sp_MSindexspace sp_MStablespace sp_objectfilegroup sp_oledb_defdb sp_oledb_deflang sp_oledb_language sp_who2 sp_bcp_dbcmptlevel The sp_bcp_dbcmptlevel database engine stored procedure is used to get the database compatibility level for the specified database. Syntax sp_bcp_dbcmptlevel [ @dbname = ] ‘dbname’ Arguments [ @dbname =...
Introduction to forms based authentication in ASP.NET MVC5 Part 2
(Andras Nemes) In the previous part of this series we looked at the absolute basics of Forms Based Authentication in MVC5. Most of what we’ve seen is familiar from MVC4.
A Backbone-JQuery Mobile skeleton project –
(Marcus Christie) I’ve been playing around with integrating Backbone and jQuery Mobile. I’m planning on using them as the framework for implementing a mobile version of FuelMyRoute.
jQuery Interview Question and Answer With Practices: Part 3
(Sachin Kalia) In this article I will provide jQuery interview questions and answers with practices.
How MySQL ‘queries’ and ‘questions’ are measured
(Peter Zaitsev) MySQL has status variables “questions” and “queries” which are rather close but also a bit different, making it confusing for many people. The manual describing it might not be very easy to understand:
When your database can’t cut it, your business suffers
(Larry Heathcote) Your database is critical to your business. Applications depend on it. Business users depend on it. And when your database is not working well, your business suffers.
Using Bean Validation in Oracle ADF
(Donatas) Oracle ADF version 12c runs on JEE6 container Weblogic 12c. ADF Faces 12c (current version 12.1.2) is based on Java Server Faces 2.1 standard.
ADF UI Shell Usability Improvement – Tab Contextual Menu
(Andrejus Baranovskis) In my previous post – Improving ADF UI Shell – Tab Closing Icon Adjustment, I was describing how to implement ADF UI Shell tab closing icon to be located directly on the tab itself. Today I would like to share one more usability improvement – tab contextual menu.
