(Stephane Combaudon) I recently worked on a case where one node of a Galera cluster had its schema desynchronized with the other nodes. And that was although Total Order Isolation method was in effect to perform the schema changes. Let’s see what happened.
Other News
Creating Custom OAuth Middleware for MVC 5
(Edward Charbeneau) Website visitors will have come to expect to be able to use OAuth authentication, rather than require yet another ID and password. Although MVC5 provides Google, LinkedIn, Facebook or Twitter authentication, you would need to write custom authentication middleware for any other p
Using Display Templates and Editor Templates in ASP.NET MVC
(Bipin Joshi) ASP.NET MVC developers often use HTML helpers such as LabelFor() and TextBoxFor() to display model properties on a view. Although this approach works fine in many situations, it proves to be inadequate when you wish to customize how data is presented to the user for displaying and for
Don’t Neglect the Little Things
Here’s a quote from the Fellowship of the Rings; “Sometimes it’s the little things that change the world.” I have found that to be true when working with databases. There are a few things that can make all of the difference in performance and accuracy. Here are some examples: Use appropriate normalization for an application: Denormalize may be appropriate for […]
SSWUGtv Security Edition: Today, Steve and Patrick discuss the advantages of upgrading from DES to AES
Video Programming for IT Professionals
Microsoft SQL Server 2014: Database Engine key new features – (Part 3)
Microsoft SQL Server 2014: Database Engine key new features – (Part 3) Author: Basit A. Farooq This is the third part of my article series on Microsoft SQL Server 2014: Database Engine key new feature. In this part, I will talk about following two SQL Server 2014 features: Encryption for Backups and Resource Governor Enhancements for Physical I/O control. Encryption...
ASP.Net: Top 10 expert tips to improve application performance – Part 1
Want to improve performance of an ASP.Net applications? Read this post to get 10 top tips shared by experts for improving your web application performance.
Asp.Net MVC : Having one form and multiple submit buttons
(Patrick Desjardins) Imagine the case that you have a form that you Save but that you can Save and Continue. Or a Form that you can Save and Delete. Both in the same form. You wan to be able to do two actions with a single form. This possible scenario can be handled with Asp.Net MVC very easily.
Setting Up Glimpse on an ASP.NET Web Site
(Mike Lichtenberg) Glimpse is a real-time web diagnostics package for ASP.NET web sites. Per the Glimpse web site, it “inspects web requests as they happen, providing insights and tooling that reduce debugging time and empower every developer to improve their web applications”.
Insert data method using jQuery Ajax JSON Call in asp.net C# with sample code
(Bhavik Patel) jQuery is most famous JavaScript library to work handle JavaScript events easily. You can download jQuery or get CDN jQuery Version to include it in your project.

