(Rodney Viana) Today I will talk about my WinDBG extension to debug .NET (live process and dump files) as if the heap was a database and you could use query commands to extract object information. The extension name is NetExt (for .NET Extension).
Author: SSWUG Research
Claim based Authentication : Part 4
(Brij) Its a little gap in between my third and fourth part, anyways I am going to write 4th part of the series. First you can read my earlier parts from the link below.
MySQL Security Best Practices
(Celso Crivelaro) If you install a MySQL Database Server with the default options, your data are insecure and your server is in risk of invasion and some performance issues will appear shortly. With some best practices, your MySQL database becomes secure and the performance goes well.
Loading AngularJS Components After Your Application Has Been Bootstrapped
(Ben Nadel) Up until now, I have only ever defined my AngularJS components (ie, controllers, services, factories, etc.) before AngularJS has bootstrapped my JavaScript application. And, as it turns out, defining components after bootstrapping is somewhat tricky since it appears the given components
Overview of the Different In-Memory OLTP Index Types
(Gregory Larsen) In my article last month I introduced you to In-Memory table or what Microsoft refers to as In-Memory OLTP, or Hekaton. This new type of table is available with SQL Server 2014. In that article I demonstrated the basics of creating an In-Memory table.
zIIP-ity doo dah… zIIP-ity aye… some new stuff about zIIPs… is on its way
(Willie Favero) You have no idea how difficult it is for me to get stuff to rhyme and then to get it to rhyme in the subject with such limited space… Just sayin’….. LOL
Find By Key and View Criteria Row Finder Methods vs. Get Row Method in ADF BC
(Andrejus Baranovskis) You may have seen my previous blog post – WebLogic Stuck Thread Case – Large Fetch Generated by Get Row ADF BC Method. Blog reader was asking if it would be a solution to use instead of Get Row method, alternative methods – Find By Key, or View Criteria.
Get selected radio button value using JQuery
(ranadheer reddy) Using JQuery, we can get the selected radio button value. Lets see how we can do this..
Determining who is viewing reports in SQL Server 2012 Reporting Services
(Dallas Snider) Much time, effort and money can be spent on providing reports to end users, so frustration can ensue when the intended audience doesn’t bother to view the reports. Also, for security purposes it is a good practice to review who is looking at reports in SQL Server Reporting Services (
Ten ways to improve the performance of large tables in MySQL
(morgan tocker) Today I wanted to take a look at improving the performance of tables that cause performance problems based largely on their size. Some of this advice also applies to databases that are large in-aggregate over many tables, but I always find the individually large table a special-case