(Mike Brind) This article looks at how you can provide your users with the ability to export the contents of a Razor Web Pages WebGrid to a PDF file using the popular free PDF library, iTextSharp.
Author: SSWUG Research
Using Redis with ASP.NET Web API
(Piotr Walat) In this article I am going to show how to use Redis as a data store in a ASP.NET Web API application. I will implement a basic scenario that leverages ServiceStack.Redis library and its strongly typed Redis client, show how to model and store one-to-many relationships and how to use We
ASP.NET Web Forms Extensibility: Handlers
(Ricardo Peres) In the .NET world, all HTTP requests, whether they be for web services (XML, WCF, Web API), pages (Web Forms and MVC), etc, are processed by a handler. Basically, a handler is a particular implementation of the IHttpHandler interface, and requests are routed to a particular handler c
In Consideration of IDEs
(Summer S. Wilson) I am, it would appear, something of an oddity amongst “serious” ColdFusion developers, and maybe developers in general. Why? Well, besides the whole female thing, my IDE of choice is Dreamweaver, specifically CS5.5 as of today.
In the PIPE: Compiled SQL PL and PL/SQL Table Functions
(Rick Swagerman) A table function, as you will likely know, is a function that returns a number of rows instead of a single scalar value. Table functions can therefore be invoked in the FROM clause of an SQL statement, while scalar functions get invoked in expressions.
Using Filter Settings Option in SQL Server
(Rohatash Kumar) In this article I provide a quick overview of how to use Filter Setting in SQL Server. In SQL Server you can filter records from many ways.
On warming up a MySQL 5.6 server
(Simon Mudd) One of the typical problems you have when restarting mysqld is that the InnoDB buffer pool (buffer pool from now on) is empty and consequently access to the database requires reading directly from disk. Performance suffers dramatically as a consequence.
Custom Controller Factory in ASP.NET MVC
(Mahesh Sabnis) In any MVC framework, the controller is the glue between your View and Logic. The controller object is created by the default controller factory object using the constructor with no parameters.
List View – Cool Looking ADF PS6 Component for Collections
(Andrejus Baranovskis) I’m very excited about ADF PS6 release, it brings new freshness and coolness feeling to ADF. ADF Faces runtime performance seems to be incomparable faster and much more responsive comparing to previous ADF 11g R1 and even ADF 11g R2 releases.
MOXy’s Object Graphs – Handling Inheritance
(Blaise Doughan) In previous posts we have explored how object graphs can be defined through metadata and programatically. In this post I’ll demonstrate the impact of inheritance in your domain model on how you define object graphs.
