South Florida Code Camp 2011 - 02/12/2011 - Final Days to registe... Nikita Polyakov, January 1, 0001 South Florida Code Camp - 02/12/2011 - Final Days to register 13 tracks, 78 sessions, 65 speakers Topics include: Windows Phone 7, Silverlight, Web dev, Architecture/Agile, Sharepoint and SQL Networking ... South Florida Code Camp 2011 - 02/12/2011 - Final Days to registe... 0 0 1
Upgrading Code from 2007 to 2010 MOSSLover, January 1, 0001 So I’ve been doing some upgrades just to see if things will work from 2007 to 2010. So far most of the stuff I want works, but obviously there are some things that break. Did you guys know that in 2007 ... Upgrading Code from 2007 to 2010 0 0 0
Apress Deal of the day - 6/Feb/2011 - Ultra-Fast ASP.NET: Buildin... TATWORTH, January 1, 0001 Today's $10 deal of the day at http://www.apress.com/info/... is Ultra-Fast ASP.NET: Building Ultra-Fast and Ultra-Scalable Websites Using ASP.NET and SQL Server by Richard Kessig - ISBN 978-1-4302-2383-2 ... Apress Deal of the day - 6/Feb/2011 - Ultra-Fast ASP.NET: Buildin... 0 0 0
Another Linq to SQL product, Enzo Multitenant Framework Ed Gnatiuk, January 1, 0001 An open source library and full product have been developed for transparently splitting large tables across several databases for performance, similar to database table partitioning. It is all handled ... Another Linq to SQL product, Enzo Multitenant Framework 0 0 2
Using BizTalk to bridge SQL Job and Human Intervention (Requestin... Kevin Shyr, January 1, 0001 I start off the process with either a BizTalk Scheduler (http://biztalkscheduledtas... or a manual file drop of the XML message. The manual file drop is to allow the SQL ... Using BizTalk to bridge SQL Job and Human Intervention (Requestin... 0 0 0
Azure Futures - Distributed Computing and Number Crunching JoshReuben, January 1, 0001 "the biggest Azure customers today are the ones using HPC on-premises at the current time" - http://www.zdnet.com/blog/m... ... Azure Futures - Distributed Computing and Number Crunching 0 0 1
SSIS 2008 Configuration Settings Handling Logic for Variables Vis... Compudicted, January 1, 0001 There are many articles discussing the specifics of how the configuration settings are applied including the differences between SSIS 2005 and 2008 version implementations, however this topic keeps resurfacing ... SSIS 2008 Configuration Settings Handling Logic for Variables Vis... 0 0 1
Using SSIS to send a HTML E-Mail Message with built-in table of C... Kevin Shyr, January 1, 0001 For the record, this can be just as easily done with a .NET class with a DLL call. The two major reasons for this ending up as a SSIS package are: There are a lot of SQL resources in the organization for ... Using SSIS to send a HTML E-Mail Message with built-in table of C... 0 0 17
Free tools versus paid tools. Dennis Vroegop, January 1, 0001 We live in a strange world. Information should be free. Tools should be free. Software should be free (and I mean free as in free beer, not as in free speech). Of course, since I make my living (and pay ... Free tools versus paid tools. 0 0 4
Happy Chinese New Year! Shaun, January 1, 0001 Today is Dec the 29th in Chinese Traditional Calendar, that means on Thursday (3rd of Feb) we will have the Chinese New Year! For those who doesn’t know about the Chinese New Year please visit the wikipedia ... Happy Chinese New Year! 0 0 1
SQL Constraints – CHECK and NOCHECK David Turner, January 1, 0001 One performance issue i faced at a recent project was with the way that our constraints were being managed, we were using Subsonic as our ORM, and it has a useful tool for generating your ORM code called ... SQL Constraints – CHECK and NOCHECK 0 0 9
Using ASP.NET Membership Provider with an ACL geekrutherford, January 1, 0001 Up until recently one of my applications has used the membership provider within ASP.NET exclusively. However, it has been proposed that while the currently defined roles are beneficial, security needs ... Using ASP.NET Membership Provider with an ACL 0 0 0
Why is my query soooooo slow? geekrutherford, January 1, 0001 A stored procedure used in our production environment recently became so slow it cause the calling web service to begin timing out. When running the stored procedure in Query Analyzer it took nearly 3 ... Why is my query soooooo slow? 0 0 0
SQL Server Express Profiler David Turner, January 1, 0001 During a recent project, while waiting for our Development Database to be provisioned on the clients corporate SQL Server Environment (these things can sometimes take weeks or months to be setup), we began ... SQL Server Express Profiler 0 0 0
The Uganda .NET Usergroup meeting for January 2011 - a look back... Malisa L. Ncube, January 1, 0001 We had a very interesting meeting on Friday 28th last week. We had 10 attendees and two speakers. The first topic presented was Cloud Computing, presented by Allan Rwakatungu @arwakatungu who works with ... The Uganda .NET Usergroup meeting for January 2011 - a look back... 0 0 0
MAXDOP in SQL Azure Herve Roggero, January 1, 0001 In my search of better understanding the scalability options of SQL Azure I stumbled on an interesting aspect: Query Hints in SQL Azure. More specifically, the MAXDOP hint. A few years ago I did a lot ... MAXDOP in SQL Azure 0 0 0
Winnipeg Code Camp–Session Announcement D'Arcy Lussier, January 1, 0001 I’ve been updating the Winnipeg Code Camp website over the last few weeks with sessions and speakers as we’ve added them, and I’m happy to announce the full set of sessions!* We have a very interesting ... Winnipeg Code Camp–Session Announcement 0 0 0
Getting SQL table row counts via sysindexes vs. sys.indexes Bill Osuch, January 1, 0001 Among the many useful SQL snippets I regularly use is this little bit that will return row counts in a table: SELECT so.name as TableName, MAX(si.rows) as [RowCount] FROM sysobjects so JOIN sysindexes ... Getting SQL table row counts via sysindexes vs. sys.indexes 0 0 1
Sql Server: Table row count b4 a blink complete. kazim sardar mehdi, January 1, 0001 Its always time consuming when ever we have to get the row count on the table that includes millions of rows but not any more get the result back b4 an eye complete its blink. EXEC sys.sp_spaceused N'tblename' ... Sql Server: Table row count b4 a blink complete. 0 0 1
Silverlight Cream for January 26, 2011 -- #1036 Dave Campbell, January 1, 0001 In this all-submittal Issue: XamlNinja, Kevin Dockx, Steve Wortham, Andrea Boschin, Mick Norman, Colin Eberhardt, and Rudi Grobler(-2-, -3-, -4-, -5-). Above the Fold: Silverlight: "Getting an invalid ... Silverlight Cream for January 26, 2011 -- #1036 0 0 0
A little gem from MPN–FREE online course on Architectural G... Eric Nelson, January 1, 0001 I know a lot of technical people who work in partners (ISVs, System Integrators etc). I know that virtually none of them would think of going to the Microsoft Partner Network (MPN) learning portal to find ... A little gem from MPN–FREE online course on Architectural G... 0 0 0
Project Showcase: SaaS Web Apps Hits a Home Run with New SCMS Dat... Webgui, January 1, 0001 We love seeing projects from start to finish, and we’re happy to share the latest example with you. Who: SaaS Web Apps – they use Software as a Service to create web applications that look and feel like ... Project Showcase: SaaS Web Apps Hits a Home Run with New SCMS Dat... 0 0 0
Building Cross Platform Mobile Online/Offline Application with Sy... Richard Jones, January 1, 0001 So what happens when you need to build an application that works on a variety of mobile platforms that need to work offline from a backend database? This is the situation I’ve found myself working on a ... Building Cross Platform Mobile Online/Offline Application with Sy... 0 0 2
Data Caching Architecture: Using the ASP.NET Cache to cache data ... Rhames, January 1, 0001 Adding Cache Dependency Support This second part of my article on adding cache support to applications will extend the sample application developed in part one to add support for cache dependencies such ... Data Caching Architecture: Using the ASP.NET Cache to cache data ... 0 0 0
SQL Server Management Studio: Dynamic Folders Leonid Ganeline, January 1, 0001 One of the problem with SQL Server Management Studio is it shows the objects in one list. For example, see the list of stored procedures for the BizTalkMsgBoxDb database, one of the BizTalk database. It ... SQL Server Management Studio: Dynamic Folders 0 0 10
Microsoft All-In-One Code Framework Code Sample Update in January... Jialiang, January 1, 0001 The code samples in Microsoft All-In-One Code Framework are updated on 2011-1-23. Download address: http://1code.codeplex.com/r... You can download individual code samples ... Microsoft All-In-One Code Framework Code Sample Update in January... 0 0 0
Announcing a brand new LinkedIn group for UK based ISVs – j... Eric Nelson, January 1, 0001 If you are developer, software architect or chief technology officer in the UK and work for a company that develops software products (which we often call ISVs) and use Microsoft technologies in your products ... Announcing a brand new LinkedIn group for UK based ISVs – j... 0 0 0
Dynamically Adding TextBox Control to ASPNET Table: Part 2 Vincent Maverick Durano, January 1, 0001 Few months ago I wrote an example about Dynamically Adding TextBox Control to ASPNET Table. As a recap that example demonstrate how to generate rows of TextBoxes in a Table control based on the number ... Dynamically Adding TextBox Control to ASPNET Table: Part 2 0 0 1
I've taken up typing Sarang, January 1, 0001 Last week I was neck deep into some code + good ol SQL and it was a serious jam! I knew mighty well the thing cooking in my head but the hands have mind of their own. It dawned on me that I am a terrible ... I've taken up typing 0 0 2
UppercuT v1.2–NuGet Support Robz / Fervent Coder, January 1, 0001 For those that have not yet heard, NuGet went v1 recently along with a whole slew of tools from the Microsoft folks. I’ve been lucky to be a part of the NuGet project and see it take shape over the past ... UppercuT v1.2–NuGet Support 0 0 2
GiveCamp St. Louis–January 14th-16th, 2011 Kevin Grossnicklaus, January 1, 0001 2011 Event Recap Event Overview During the weekend of January 14th through January 16th, the St. Louis area technology community participated in a national GiveCamp event. With Microsoft’s assistance, ... GiveCamp St. Louis–January 14th-16th, 2011 0 0 1
Will the Amazon Beanstalk Obscure the Azure Skies? andrewbrust, January 1, 0001 Amazon Web Services (AWS) today announced the beta release of its “Elastic Beanstalk” Platform as a Service (PaaS) offering. The platform Initially is available to Java developers only, but it sounds pretty ... Will the Amazon Beanstalk Obscure the Azure Skies? 0 0 2
Prairie Dev Con 2011 – Session List Sneak Peak D'Arcy Lussier, January 1, 0001 I’m trying to find time to update the Prairie Developer Conference 2011 website, and the sessions and speaker information will be up by this weekend including the registration page. For those that are ... Prairie Dev Con 2011 – Session List Sneak Peak 0 0 0
FREE Oracle to Microsoft Migration Workshop for UK ISVs February ... Eric Nelson, January 1, 0001 My colleague Keith Burns (top chap with great SQL Server skills – but don’t say I said so) is helping to deliver an event focused on helping UK ISVs understand what it takes to move from Oracle to SQL ... FREE Oracle to Microsoft Migration Workshop for UK ISVs February ... 0 0 0
FREE Windows Azure Platform Compute and Storage through the Cloud... Eric Nelson, January 1, 0001 It can be difficult to find something to look forward to in January – but this year it was a little easier as a) I got lots of great Xbox 360 games and b) the Windows Azure Platform element of the Cloud ... FREE Windows Azure Platform Compute and Storage through the Cloud... 0 0 2
ASP.NET MVC 3 Arrived Shaun, January 1, 0001 The Gu and the Haack had just announced the ASP.NET MVC 3 RTM had been released yesterday. You can download the intall file, release note and source code here. As the Gu said with the ASP.NET MVC 3 there ... ASP.NET MVC 3 Arrived 0 0 0
Connecting the Dots (.NET Business Connector) ssmantha, January 1, 0001 Recently, one of my colleagues was experimenting with Reporting Server on DAX 2009, whenever he used to view a report in SQL Server Reporting Manager he was welcomed with an error: “Error during processing ... Connecting the Dots (.NET Business Connector) 0 0 0
Using Derived Tables Gaurav Taneja, January 1, 0001 Using Derived Tables to Simplify the SQL Server Query Process Problem Sometimes querying data is not that simple and there may be the need to create temporary tables or views to predefine how the data ... Using Derived Tables 0 0 0
Creating a new Job in Sql Step by Step Gaurav Taneja, January 1, 0001 This is about adding a new SQL Jobs in the Sql Server 2005. Step 1 Make sure that the SQL Server Agent is up and running. You can see it in the taskbar icon. If SQL Server Agent is not running, start it ... Creating a new Job in Sql Step by Step 0 0 1
Data Caching Architecture: Using the ASP.NET Cache to cache data ... Rhames, January 1, 0001 ASP.NET applications can make use of the System.Web.Caching.Cache object to cache data and prevent repeated expensive calls to a database or other store. However, ideally an application should make use ... Data Caching Architecture: Using the ASP.NET Cache to cache data ... 0 0 1
Going Paperless Jesse Taber, January 1, 0001 This blog post has moved:http://gruffcode.com/2011/01/10/going-paperless/ Going Paperless 0 0 0
Winnipeg SQL Server UG January Event D'Arcy Lussier, January 1, 0001 January Event - Highlights From PASS Summit January 19th, 2011 5:30 - 8:00 17th Floor Conference Room, Richardson Building One Lombard Place, Winnipeg Pizza and Drinks Provided! Presenter: Michael DeFehr ... Winnipeg SQL Server UG January Event 0 0 1
BizTalk and SQL: Alternatives to the SQL receive adapter. Using M... Leonid Ganeline, January 1, 0001 If we have to get data from the SQL database, the standard way is to use a receive port with SQL adapter. SQL receive adapter is a solicit-response adapter. It periodically polls the SQL database with ... BizTalk and SQL: Alternatives to the SQL receive adapter. Using M... 0 0 6
Authentication Error with SharePoint Application which uses Host ... MJ Ferdous, January 1, 0001 This is known issue with SharePoint 2007 or SharePoint 2010 on Windows Server 2008 platform and not specific to any sharepoint application. Problem: Your windows credential doesn’t work if you try to log ... Authentication Error with SharePoint Application which uses Host ... 0 0 3
APress Deal of the Day 4/Jan/2011 - Pro SQL Server 2008 Mirroring... TATWORTH, January 1, 0001 Todays Apress $10 deal of the day at http://www.apress.com/info/... is "Pro SQL Server 2008 Mirroring is your complete guide to planning, using, deploying, and maintaining database mirroring as a ... APress Deal of the Day 4/Jan/2011 - Pro SQL Server 2008 Mirroring... 0 0 0
A better way to organize your Silverlight Code Snippets. mbcrump, January 1, 0001 I hate re-writing code. I also hate it when I find a great code snippet on the web and forget to bookmark it or it gets lost in my endless sea of bookmarks. So what do you do to get around this? This is ... A better way to organize your Silverlight Code Snippets. 0 0 1
Database Rebuild Robert May, January 1, 0001 I promised I’d have a simpler mechanism for rebuilding the database. Below is a complete MSBuild targets file for rebuilding the database from scratch. I don’t know if I’ve explained the rational for this. ... Database Rebuild 0 0 0
Given a database table where multiple rows have the same values a... Jim Lahman, January 1, 0001 I have a table where there are multiple records with the same value but varying creation dates. A sample of the database columns is shown here: 1: select lot_num, to_char(creation_dts,'DD-MO... HH24:MI:SS') ... Given a database table where multiple rows have the same values a... 0 0 0
Uploading and Importing CSV file to SQL Server in ASP.NET WebForm... Vincent Maverick Durano, January 1, 0001 Few weeks ago I was working with a small internal project that involves importing CSV file to Sql Server database and thought I'd share the simple implementation that I did on the project. In this post ... Uploading and Importing CSV file to SQL Server in ASP.NET WebForm... 0 0 27
Why I Love Microsoft Development Brian Lanham, January 1, 0001 I've been writing software for a while and recently had an opportunity to broaden my horizons and start developing for iOS. We decided to leverage, as much as possible, our existing skills and use MonoTouch ... Why I Love Microsoft Development 0 0 4