(Kenneth Fisher) Have you ever seen a constraint with a name like PK__TableNam__EA185FBF8FF1529D? It’s kind of funny looking right? I mean it makes no difference in terms of how things run but it does make it a bit of a pain when you need to code with it.
Other News
Bowled Over by SQL Window Functions
(Dwain Camps) What better way to learn how to construct complex CHECK CONSTRAINTs, use the SQL 2012 window frame capability of the OVER clause and LEAD analytic function, as well as how to pivot rows into columns using a crosstab query? Create the SQL code to score Ten-pin Bowling, of course.
Youtility
(Susan Visser) Here’s another book I’m adding to my reading list:
DB2 11 Migration Preparation
(Dave Beulke) As some plan their vacations this year, others are planning their DB2 11 migrations. If you’re in the second category, begin by reading the DB2 migration documentation, and then look at the ten extra items below. These ten items might just help you avoid any issues or problems.
SQL Server Analysis Services Aggregation Designs
(Scott Murray) What exactly are SQL Server Analysis Services (SSAS) Aggregations and how exactly can I review and use them?
How to use attributes of HTML 5
(Vivek Ramapuram) HTML 5 was developed to solve compatibility problems that affect the current standard HTML 4. It is the programming language for the contents and views(Appearence) of Web pages to describe .It is the hypertext markup language.
Conditional Access Operator in C# 6.0
(K. Scott Allen) My series of posts on C# 6.0 has been on a long hiatus due to changes in the language feature set announced last year. Now with spring just around the corner in the northern hemisphere, Visual Studio 2015 reaching a 5th CTP status, and features hopefully stabilizing, it might be tim
Continuous Delivery on Windows Azure Websites using Visual Studio Online (VSO)
(Gouri Sohoni) Visual Studio, Visual Studio Online and Azure are now closely integrated to give us an effortless way to do Continuous Delivery of the web application. In this article, we will see the steps to link these products.
How to connect ASP.NET website to Remote Database for CRUD operations
This article is an overview for connecting an ASP.NET website or a web application to a remote SQL Server database. This article also covers what is the Database class inside the ASP.NET library to help the developers.
Google reCAPTCHA in ASP.NET MVC
(Madan Mohan Venkat Baggu) Here i will explain about how to use Google reCAPTCHA in ASP.NET MVC. What is reCAPTCHA?