(Jaliya Udagedara) There are times you want to send an ASP.NET GridView along with data as an Email. Your recipient should receive it with the styles you have applied to the GridView inside your ASP.NET web page. This post is supposed to explain the way to achieve such a task.
Author: SSWUG Research
Exception Handling in ASP.NET Web API – Part 2
In order to return HTTP Response with a specific error status code, normally HttpResponseException type is used. In part-1 of this article, we checked a specific condition and return error status code accordingly. What exactly we did? We checked if student object returned from a data source is null,
SSWUGtv: Today, Laura gives tips on how to rebuild confidence after you’ve been out of work for some time.
Video Programming for IT Professionals Career management advice, coaching and much more. We discuss making the best of your professional development, provide specific tips and ideas for advancing your career and even answer questions from field.
HTTP Message Handler in Web API : Real Time Implementation of Message Handler
(Sourav Kayal) In this article we will see few real time applications with custom HTTP message handler.
Overlapping WebSphere MQ V7.5 clusters for high availability
(Gautam K. Bhat and Arundeep B. Veerabhadraiah) This article shows you how to create a high-availability (HA) WebSphere MQ implementation using overlapping clusters and the namelist. It also shows you how to test the setup by creating an alias queue on the bridge queue manager.
Designing Multi-Tenanted Databases – Hierarchies
(Noel Herrick) In the previous article, we learned how you can design your database schema so that many customers can share one database and one set of tables. The examples I used were fairly simple: they consisted of single tables or simple hierarchies like the order and line item tables. In those
ORA-01754
(Andrew Reid) The first example below was tested on Oracle 11.2. If you try to have more than one long column in a table, you get an ORA-01754:
Natively Compiled Stored Procedures with SQL Server 2014
(Greg Larsen) In my last few articles I’ve been discussing the new SQL Server 2014 In-Memory OLTP tables. With this new in-memory feature, stored procedures can be now be natively compiled.
Creating a Slide Show Using the History API and jQuery
(Bipin Joshi) During Ajax communication, page content is often modified in some way or another. Since Ajax requests are sent through a client side script, the browser address bar remains unchanged even if the page content is being changed.
Using sys.objects When Scripting Permissions? You’re Missing Something!
(Kendal Van Dyke) I suspect most DBAs have a script in their T-SQL toolbelt which scripts out database permissions for a specific user (or all users). I do, too, and for years I’ve used it and always assumed it did the job – until recently when I found that permissions on a certificate weren’t in t

