Capture a Query Executed By An Application Or User Against a SQL ... Compudicted, January 1, 0001 At times a Database Administrator, or even a developer is required to wear a spy’s hat. This necessity oftentimes is dictated by a need to take a glimpse into a black-box application for reasons varying ... Capture a Query Executed By An Application Or User Against a SQL ... 0 0 1
Node.js Adventure - Storage Services and Service Runtime Shaun, January 1, 0001 When I described on how to host a Node.js application on Windows Azure, one of questions might be raised about how to consume the vary Windows Azure services, such as the storage, service bus, access control, ... Node.js Adventure - Storage Services and Service Runtime 0 0 0
Calculated Columns in Entity Framework Code First Migrations David Paquette, January 1, 0001 I had a couple people ask me about calculated properties / columns in Entity Framework this week. The question was, is there a way to specify a property in my C# class that is the result of some calculation ... Calculated Columns in Entity Framework Code First Migrations 0 0 7
Backup Azure Tables with the Enzo Backup API Herve Roggero, January 1, 0001 In case you missed it, you can now backup (and restore) Azure Tables and SQL Databases using an API directly. The features available through the API can be found here: http://www.bluesyntax.net/b... ... Backup Azure Tables with the Enzo Backup API 0 0 0
Node.js Adventure - Host Node.js on Windows Azure Worker Role Shaun, January 1, 0001 In my previous post I demonstrated about how to develop and deploy a Node.js application on Windows Azure Web Site (a.k.a. WAWS). WAWS is a new feature in Windows Azure platform. Since it’s low-cost, and ... Node.js Adventure - Host Node.js on Windows Azure Worker Role 0 0 5
What Color is your Jetpack ? JoshReuben, January 1, 0001 I’m a programmer, Im approaching 40, and I’m fairly decent at my job – I’ll keep doing what I’m doing for as long as they let me! So what are your career options if you know how to code? A Programmer could ... What Color is your Jetpack ? 0 0 1
Announcing the New Windows Azure Web Sites Shared Scaling Tier Clint Edmonson, January 1, 0001 Windows Azure Web Sites has added a new pricing tier that will solve the #1 blocker for the web development community. The shared tier now supports custom domain names mapped to shared-instance web sites. ... Announcing the New Windows Azure Web Sites Shared Scaling Tier 0 0 0
Windows Azure SQL Data Sync Walkthrough Alan Smith, January 1, 0001 I’ve just completed a basic implementation using Windows Azure SQL Data Sync that I will be using in a demo for an upcoming course. This is a basic walkthrough that you should be able to follow if you ... Windows Azure SQL Data Sync Walkthrough 0 0 0
Node.js Adventure - When Node.js Meets Windows Azure Shaun, January 1, 0001 In the first post of this series I introduced on how to run Node.js application on Windows. In the second one I demonstrated about how to use SQL Server in Node.js. That was the steps when I was learning ... Node.js Adventure - When Node.js Meets Windows Azure 0 0 0
Hardware Analysis / Design / Provisioning DBA, January 1, 0001 Paul Randal post about Hardware Analysis / Design / Provisioning till later, Hardware Analysis / Design / Provisioning 0 0 0
Node.js Adventure - Node.js with SQL Server Shaun, January 1, 0001 In my previous post I demonstrated how to install, configure and run Node.js application on Windows. In this post I will cover a specific and short topic, which is how to use SQL Server in Node.js. Install ... Node.js Adventure - Node.js with SQL Server 0 0 8
Where'd My Data Go? (and/or...How Do I Get Rid of It?) David Paquette, January 1, 0001 Want to get a better idea of how cascade deletes work in Entity Framework Code First scenarios? Want to see it in action? Stick with us as we quickly demystify what happens when you tell your data context ... Where'd My Data Go? (and/or...How Do I Get Rid of It?) 0 0 0
Cleaning your BizTalk Build Server Michael Stephenson, January 1, 0001 Just a little note for myself this one.At one of my customers where it is still BizTalk 2006 one of the build servers is intermittently getting issues so I wanted to run a script periodically to clean ... Cleaning your BizTalk Build Server 0 0 5
SQL Server script commands to check if object exists and drop it deadlydog, January 1, 0001 Over the past couple years I’ve been keeping track of common SQL Server script commands that I use so I don’t have to constantly Google them. Most of them are how to check if a SQL object exists before ... SQL Server script commands to check if object exists and drop it 0 0 1
Node.js Adventure - Node.js on Windows Shaun, January 1, 0001 Two weeks ago I had had a talk with Wang Tao, a C# MVP in China who is currently running his startup company and product named worktile. He asked me to figure out a synchronization solution which helps ... Node.js Adventure - Node.js on Windows 0 0 10
Adding SQL Cache Dependencies to the Loosely coupled .NET Cache P... Rhames, January 1, 0001 This post adds SQL Cache Dependency support to the loosely coupled .NET Cache Provider that I described in the previous post (http://geekswithblogs.net/... ... Adding SQL Cache Dependencies to the Loosely coupled .NET Cache P... 0 0 0
VSDB to SSDT part 4 : Redistributable database deployment package... Etienne Giust, January 1, 0001 The goal here is to use SSDT SqlPackage to deploy the output of a Visual Studio 2012 Database project… a bit in the same fashion that was detailed here : http://geekswithblogs.net/8... ... VSDB to SSDT part 4 : Redistributable database deployment package... 0 0 0
VSDB to SSDT part 3 : command-line deployment with SqlPackage.exe... Etienne Giust, January 1, 0001 For our continuous integration needs, we use a powershell script to handle deployment. A simpler approach would be to have a deployment task embedded within the build process. See the solution provided ... VSDB to SSDT part 3 : command-line deployment with SqlPackage.exe... 0 0 0
Visual Studio 2012 and .NET 4.5 now Live! Tarun Arora, January 1, 0001 Today was the formal launch event for Visual Studio 2012 and .NET 4.5, a state-of-the-art development solution for building modern applications that span connected devices and continuous services, from ... Visual Studio 2012 and .NET 4.5 now Live! 0 0 1
LINQ and ArcObjects Marko Apfel, January 1, 0001 Motivation LINQ (language integrated query) is a component of the Microsoft. NET Framework since version 3.5. It allows a SQL-like query to various data sources such as SQL, XML etc. Like SQL also LINQ ... LINQ and ArcObjects 0 0 3
VSDB to SSDT Part 2 : SQL Server 2008 Server Project … wit... Etienne Giust, January 1, 0001 With Visual Studio 2012 and the use of SSDT technology, there is only one type of database project : SQL Server Database Project. With Visual Studio 2010, we used to have SQL Server 2008 Server Project ... VSDB to SSDT Part 2 : SQL Server 2008 Server Project … wit... 0 0 1
VSDB to SSDT Part 1 : Converting projects and trimming excess fil... Etienne Giust, January 1, 0001 Visual Studio 2012 introduces a change regarding Database Projects : they now use the SSDT technology, which means old VS2010 database projects (VSDB projects) need to be converted. Hopefully, VS2012 does ... VSDB to SSDT Part 1 : Converting projects and trimming excess fil... 0 0 0
VSDB to SSDT Series : Introduction Etienne Giust, January 1, 0001 At the office, we extensively use VS2010 SQL Server 2008 Database Projects and SQL Server 2008 Server Projects in our Visual Studio 2010 solutions. With Visual Studio 2012, those types of projects are ... VSDB to SSDT Series : Introduction 0 0 0
Backup Azure Tables, schedule Azure scripts… and more Herve Roggero, January 1, 0001 Well – months of effort are now officially over… or should I say it’s just the beginning? Enzo Cloud Backup 2.0 (beta) is now officially out!!! This tool will let you do the following: * Backup SQL Database ... Backup Azure Tables, schedule Azure scripts… and more 0 0 0
Loosely coupled .NET Cache Provider using Dependency Injection Rhames, January 1, 0001 I have recently been reading the excellent book “Dependency Injection in .NET”, written by Mark Seemann, which I strongly recommend. Reading the ideas around Dependency Injection made me realise that the ... Loosely coupled .NET Cache Provider using Dependency Injection 0 0 1
Entity Framework - Single EMDX Mapping Multiple Database michaelalisonalviar, January 1, 0001 Because of my recent craze on Entity Framework thanks to Sir Humprey, I have continuously searched the Internet for tutorials on how to apply it to our current system. So I've come to learn that with EF, ... Entity Framework - Single EMDX Mapping Multiple Database 0 0 0
Local LINQtoSQL Database For Your Windows Phone 7 Application Tim Murphy, January 1, 0001 There aren’t many applications that are of value without having some for of data store. In Windows Phone development we have a few options. You can store text directly to isolated storage. You can also ... Local LINQtoSQL Database For Your Windows Phone 7 Application 0 0 0
Free books from Microsoft TATWORTH, January 1, 0001 Here are couple of links to lists of free books from Microsoft:http://blogs.msdn... ... Free books from Microsoft 0 0 0
SQL Server Table Polling by Multiple Subscribers Daniel Hester, January 1, 0001 Background Designing Stored Procedures that are safe for multiple subscribers (to call simultaneously) can be challenging. For example let’s say that you want multiple worker processes to poll a shared ... SQL Server Table Polling by Multiple Subscribers 0 0 0
TFS 2012 Upgrade and SQL Server - SharePoint - OS Requirements. Vishal, January 1, 0001 Hello folks, Recently I was involved in Installation and Configuration of Team Foundation Server 2010 Farm for a client. A month after the successful installation and configuration, Microsoft released ... TFS 2012 Upgrade and SQL Server - SharePoint - OS Requirements. 0 0 0
Microsoft Press Deal of the day 4/Sep/2012 - Programming Microsof... TATWORTH, January 1, 0001 Today's deal of the day from Microsoft Press at http://shop.oreilly.com/pro... is Programming Microsoft® SQL Server® 2012 "Your essential guide to key programming features ... Microsoft Press Deal of the day 4/Sep/2012 - Programming Microsof... 0 0 0
Localization in ASP.NET MVC – Upgraded Shaun, January 1, 0001 This is the upgraded version of one of my previous post named “Localization in ASP.NET MVC – 3 Days Investigation, 1 Day Job”. I updated my solution to the latest ASP.NET MVC 4, Visual Studio 2012 with ... Localization in ASP.NET MVC – Upgraded 0 0 32
UK Data Breaches Up by 10 fold in 10 years. TATWORTH, January 1, 0001 At http://www.v3.co.uk/v3-uk/n... there is an interesting report on the increase in data breaches reported in the UK.A lot of this ... UK Data Breaches Up by 10 fold in 10 years. 0 0 1
Could not load file or assembly 'System.Data.SQLite' or one of it... Om Talsania, January 1, 0001 Problem Description: Could not load file or assembly 'System.Data.SQLite' or one of its dependencies. An attempt was made to load a program with an incorrect format. Likely to be reproduced when: You will ... Could not load file or assembly 'System.Data.SQLite' or one of it... 0 0 0
Cloud Computing Forces Better Design Practices Herve Roggero, January 1, 0001 Is cloud computing simply different than on premise development, or is cloud computing actually forcing you to create better applications than you normally would? In other words, is cloud computing merely ... Cloud Computing Forces Better Design Practices 0 0 0
MVC 4 Authentication Aligned, January 1, 0001 Edit on April 10, 2014: A lot has changed since I started this now out of date post and Microsoft has created and updated the authentication system to ASP.Net Identity. Please look at this first. Here's ... MVC 4 Authentication 0 0 5
Windows Azure Recipe: Big Data Clint Edmonson, January 1, 0001 As the name implies, what we’re talking about here is the explosion of electronic data that comes from huge volumes of transactions, devices, and sensors being captured by businesses today. This data often ... Windows Azure Recipe: Big Data 0 0 0
Introducing Windows Azure Mobile Services Clint Edmonson, January 1, 0001 Today I’m excited to share that the Windows Azure Mobile Services public preview is now available. This preview provides a turnkey backend cloud solution designed to accelerate connected client app development. ... Introducing Windows Azure Mobile Services 0 0 0
Windows Azure Recipe: High Performance Computing Clint Edmonson, January 1, 0001 One of the most attractive ways to use a cloud platform is for parallel processing. Commonly known as high-performance computing (HPC), this approach relies on executing code on many machines at the same ... Windows Azure Recipe: High Performance Computing 0 0 0
Windows Azure Recipe: Social Web / Big Media Clint Edmonson, January 1, 0001 With the rise of social media there’s been an explosion of special interest media web sites on the web. From athletics to board games to funny animal behaviors, you can bet there’s a group of people somewhere ... Windows Azure Recipe: Social Web / Big Media 0 0 0
Cloud-Burst 2012–Windows Azure Developer Conference in Swed... Alan Smith, January 1, 0001 The Sweden Windows Azure Group (SWAG) will running “Cloud-Burst 2012”, a two-day Windows Azure conference hosted at the Microsoft offices in Akalla, near Stockholm on the 27th and 28th September, with ... Cloud-Burst 2012–Windows Azure Developer Conference in Swed... 0 0 0
Auto increment in postgres sathya, January 1, 0001 While creating the table you can see a data type called Serial or BigSerial (Note that these two options will not be available when you modify a column thats already created. You can see these options ... Auto increment in postgres 0 0 2
Are you cashing in on the MVP complimentary subscriptions ? Tarun Arora, January 1, 0001 The two most asked questions in the Microsoft technology communities around the Microsoft MVP program are, 1. How do I become a Microsoft MVP? 2. What benefits do I get as an MVP? The answer to the first ... Are you cashing in on the MVP complimentary subscriptions ? 0 0 4
Book Review: Inside Windows Communicat?ion Foundation by Justin S... Sam Abraham, January 1, 0001 In gearing up for a new major project, I have taken it upon myself to research and review various aspects of our Microsoft stack of choice seeking new creative ways for us to leverage in our upcoming state-of-the-art ... Book Review: Inside Windows Communicat?ion Foundation by Justin S... 0 0 0
Windows Azure Recipe: Mobile Computing Clint Edmonson, January 1, 0001 A while back, mashups were all the rage. The idea was to compose solutions that provided aggregation and integration across applications and services to make information more available, useful, and personal. ... Windows Azure Recipe: Mobile Computing 0 0 0
Windows Azure Recipe: Enterprise LOBs Clint Edmonson, January 1, 0001 Enterprises are more and more dependent on their specialized internal Line of Business (LOB) applications than ever before. Naturally, the more software they leverage on-premises, the more infrastructure ... Windows Azure Recipe: Enterprise LOBs 0 0 0
Windows Azure Recipe: Software as a Service (SaaS) Clint Edmonson, January 1, 0001 The cloud was tailor built for aspiring companies to create innovative internet based applications and solutions. Whether you’re a garage startup with very little capital or a Fortune 1000 company, the ... Windows Azure Recipe: Software as a Service (SaaS) 0 0 0
Windows Azure Recipe: Consumer Portal Clint Edmonson, January 1, 0001 Nearly every company on the internet has a web presence. Many are merely using theirs for informational purposes. More sophisticated portals allow customers to register their contact information and provide ... Windows Azure Recipe: Consumer Portal 0 0 0
Windows Azure Training Kit – August 2012 Released Clint Edmonson, January 1, 0001 In this release of the training kit we have delivered 41 HOLs covering a wide variety of bug fixes and screen shot updates for Visual Studio 2012. We now have 35 Presentations with new content surrounding ... Windows Azure Training Kit – August 2012 Released 0 0 0
Search For Object in The DB LogicDissector, January 1, 0001 So this is my first blog post and I will keep things short and simple. Actually I will apply this to all my posts; short, simple, and concise.Ever wanted to search your database for a piece of text? It ... Search For Object in The DB 0 0 1