(Julian) Over the past 25 years of working with Mainframes, one aspect has proved to be a constant challenge – Mainframe pricing. Mainframe software charges are usually based on peak usage. Whatever an organisations’ peak workload in a given month is what they pay for.
Other News
Database Maintenance Plans: A Primer
(Adam Kreul) Databases and newborns have a lot in common. They both require constant care. They both require constant monitoring. They also may both puke on you in the middle of the night. Unlike newborns, however, you can set up automated maintenance plans for databases.
Run DBCC CHECKDB Against All Databases on Server
(Larry Leonard) This script runs DBCC CHECKDB against every database on the server. It starts off with the simplest and fastest commands, and works up the the most stringent test. Note that TABLOCK keyword is commented out – you can use it at your own discretion.
AngularJs and Promises with the $http Service
(Rick Strahl) When using the $http service with Angular I’ve often wondered why the $http service opts to use a custom Promise instance that has extension methods for .success() and .error(). rather than relying on the more standard .then() function to handle the callbacks.
SQL SERVER – GROUP BY Columns with XMLPATH – Comma Delimit Multiple Rows
(Pinal Dave) This is one of the most popular question and I keep on getting again and again in email, Facebook and on social media. I have decided to write about it here in the blog so in future I can directly give a reference.
Generic subclassing, type parameters and delegates in C#
(Krishna Vamshi Goud) C# is an Object-oriented programming language. C# comes with simplicity, expressiveness and great performance to meet the programmer productivity.
Load ASP.NET MVC Partial Views Dynamically Using JQuery
(Bipin Joshi) Most of the times ASP.NET MVC views are rendered as a result of user navigating to some action. For example, when a user navigates to /home/index in the browser (either through address bar or through a hyperlink), ASP.NET MVC executes the action method and usually returns a view to the
Counting The Number Of Watchers In AngularJS
(Ben Nadel) AngularJS is magical; but, that magic can come with a performance cost as the size of your AngularJS application grows. The more $watch() bindings you have, the more work AngularJS has to do in every digest.
Continuous Integration, Continuous Deployment with Team Foundation Server 2013 & VS 2013 Update 2
(Subodh Sohoni) Microsoft Team Foundation Server 2013 provides features for implementing both Continuous Integration (CI) and Continuous Deployment (CD). In this article, we will use the component of Release Management and explore the same.
Preview Image Before Uploading Using jQuery in ASP.Net
(Rahul Kumar Saxena) This article will show how to show an image preview when uploading images in ASP.NET using jQuery.
