(Kalyan Bandarupalli) Cross-origin resource sharing (CORS) is a standard that allows your web pages to make AJAX requests to another domain. The idea of implementing this standard to ASP.NET Web API came from Brock Allen.
Author: SSWUG Research
Using GridFS in MongoDb from C#
(K. Scott Allen) GridFS is a specification for storing large files in MongoDB. GridFS will chunk a file into documents, and the official C# driver supports GridFS.
Adding Functionality to an Object: Loading the Right Classes
(Peter Vogel) In my January 2013 column I outlined the business problem that I wanted to address: a set of sales options that users apply to order lines as part of purchasing products. In that column I decided that, at a high level, what I was doing was adding functionality to the base class on an a
Essential Reactive Extensions with .NET 4.5 and LINQ
(Mark Michaelis and Allen Greaves) Processing collections of data is a very common requirement when developing software. Fortunately, the Microsoft .NET Framework 3.0 gave us LINQ and this improved manipulating such collections, even to the point of making it easy in many cases.
Getting Started Formatting SSRS Reports
(Franco Lopes) The SSRS report once ready needs to be formatted to make it pixel perfect for viewing and printing. The formatting can be classified into the following types:
A flexible and scalable WebSphere MQ topology pattern: Part 1: Building a multi-purpose WebSphere MQ infrastructure with scalability and high availability
(Peter Broadhurst) Common requirements in new enterprise projects include continuous availability to send MQ messages, high availability for individual persistent messages, linear scale of throughput, consistency between different MQ installations, and reduced complexity for administrators.
Managing SQL Server Statistics
(Erin Stellato) Accurate statistics about the data held in tables are used to provide the best execution strategy for SQL queries. but if the statistics don’t accurately reflect the current contents of the table you’ll get a poorly-performing query. How do you find out if statistics are correct, and
Code Behind and Inline Code in ASP.NET
(Anubhav Chaudhary) In today’s article you will learn the differences between Code Behind and Inline Code in ASP.NET.
New Flashbook: The Business Value of DB2 for z/OS: IBM DB2 Analytics Accelerator and Optimizer
(Susan Visser) The launch of DB2 on June 7, 1983, marked the birth of relational database as a cornerstone for the enterprise; 30 years later, DB2 for z/OS is still the undisputed leader in the RDBMS market and the envy of its competitors when it comes to total system availability, scalability, secu
Commands to check for read only Linux file system
(Jack Vamvas) Checking for read only on the Linux file system is required when investigating certain DB2 problems especially disk errors.
