artduane

Stories kicked by artduane

Microsoft eLearning Resources - BI and 2008 R2(www.sqlskills.com)

submitted by artduaneartduane(25) 1 year, 9 months ago

From here - there are many directions in which you can go. For SQL Server 2008 R2 (which is primarily a BI release - but, there are a few other topics on which to focus), you can check out these FREE eLearning classes: •Clinic 10331: Introduction to Microsoft SQL Server 2008 R2 Master Data Services •Clinic 10336: Introduction to SQL Server 2008 R2 Application and Multi-Server Management Read more: http://www.sqlskills.com/BLOGS/KIMBERLY/post/Microsoft-eLearning-Resources-BI-and-2008-R2.aspx#ixzz0mTo42QpY read more...

add a comment |category: |Views: 4

tags: another

SQL SERVER – GUID vs INT – Your Opinion(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 1 year, 9 months ago

Take your side. State your case. Learn the reality. read more...

1 comment |category: |Views: 772

tags: another

Automating Web Deployment using Windows Installer XML (WIX)(ranjithk.com)

submitted by ranjithkranjithk(100) 1 year, 9 months ago

Deployment of web sites is usually done by copying the compiled ASP.NET web site files into the target virtual directory using Copy Web Site or Publish web site features in Visual Studio and manually creating and configuring the Web Site in IIS. Though this method is simple, it involves lot of manual effort in verifying the Pre Requisites, Creating/Modifying or Configuring the Web sites in IIS. We can automate this whole process by building a simple Windows Installer Package using WIX. read more...

add a comment |category: |Views: 472

tags: another

SQL Server 2008 R2 Express Database Size Limit Increased to 10GB!(beyondrelational.com)

submitted by jacobsebastianjacobsebastian(3639) 1 year, 9 months ago

So what is so exciting about the SQL Server 2008 R2 Release? Well, along with plenty of BI features and enhancements, there is a tiny cute feature that I am sure all of us will appreciate a lot. The product team has increased the Database Size limit for SQL Server 2008 R2 Express from 4 GB to 10 GB. So if you have got a growing SQL Server Express database that is close to the 4 GB Limit, hurry, upgrade to R2 Express. read more...

1 comment |category: |Views: 373

tags: another

No-SQL – MongoDB – From introduction to high level usage in C#(fredzvt.wordpress.com)

submitted by javeryjavery(5523) 1 year, 9 months ago

A good introduction to using MongoDB from C# read more...

add a comment |category: |Views: 737

tags: another

Exploring how to use List Binding in MVC2(www.dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 1 year, 9 months ago

Exploring how create an editable Lists of data in MVC 2. We will show you how to create this list by using the enhanced binding features which are part of MVC 2. Having the ability to easily bind your model to your view will provide great flexibility and convince. read more...

add a comment |category: |Views: 543

tags: another

Deep Fried Bytes 52: Learning Dark Arts of Debugging from Scott Walker(deepfriedbytes.com)

submitted by cwoodruffcwoodruff(780) 1 year, 9 months ago

Have you always wanted to learn more about debugging your software? Or just really want to know what your software is doing especially when it has bugs? We have a treat for you. In this episode, Keith and Woody sat down with Scott Walker to get some tips and tricks for setting up a debugging environment first and then how to use the tools properly to fix those nasty errors your customers and users keep having. read more...

add a comment |category: |Views: 203

tags: another

Unit Testing Modal Dialogs in MVVM and Silverlight 4(blog.roboblob.com)

submitted by spavkovspavkov(1708) 1 year, 9 months ago

As feedback to my recent post on Modal Dialogs in MVVM and Silverlight 4 I have received comments that the solution is not easy to Unit Test so i decided to create small blog posts on this subject just to show how simple and clean it is to do this... read more...

add a comment |category: |Views: 241

tags: another

Handle JSON Exceptions Gracefully in ASP.NET MVC 2(www.dotnetcurry.com)

submitted by malcolmsmalcolms(1156) 1 year, 9 months ago

The following article demonstrates how to handle exceptions gracefully when calling Ajax methods using ASP.NET MVC 2. read more...

1 comment |category: |Views: 345

tags: another

SQL Server 2008 R2 Released – Download it or try the Hosted Version(beyondrelational.com)

submitted by jacobsebastianjacobsebastian(3639) 1 year, 9 months ago

SQL Server 2008 R2 is officially released. See this post for a number of resources to help you to get started with SQL Server 2008 R2. read more...

add a comment |category: |Views: 340

tags: another

Create Primary Key with Specific Name when Creating Table(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 1 year, 9 months ago

Does your PK has big long not readable name? Well this is quick post to save the day! read more...

add a comment |category: |Views: 272

tags: another

List of Undocumented Stored Procedures in SQL Server(www.sqlservercurry.com)

submitted by mopenmopen(3596) 1 year, 9 months ago

I have been searching for a list of Undocumented Stored Procedures in SQL Server for quite a while. Here is a list collected from forums and other sites for your reference read more...

add a comment |category: |Views: 463

tags: another

Windows Phone 7 and Silverlight(www.winphone7.net)

submitted by sedgeysedgey(1728) 1 year, 9 months ago

If you are going to do any serious Windows Phone 7 development then you NEED to get familiar with Silverlight. Tim Heuer, Microsoft's Silverlight Program Manager and Developer evangelist has read more...

add a comment |category: |Views: 254

tags: another

SELECT INTO is faster than CREATE and INSERT(beyondrelational.com)

submitted by ashish.gilhotraashish.gilhotra(354) 1 year, 9 months ago

This article explain Why SELECT.. INTO is faster than CREATE & INSERT... read more...

add a comment |category: |Views: 462

tags: another

Visual Studio 2010 Keyboard Shortcuts Poster(www.devcurry.com)

submitted by mopenmopen(3596) 1 year, 9 months ago

You can now download the reference cards (available as print ready pdf’s) for the default keybindings in Visual Studio 2010 for Visual Basic, Visual C#, Visual C++ and Visual F# over here read more...

add a comment |category: |Views: 702

tags: another

Mythbusting SharePoint 2010 - Think you know SharePoint? Think again!(www.developerfusion.com)

submitted by james.crowleyjames.crowley(1212) 1 year, 9 months ago

When someone mentions SharePoint to you, what do you do? Do you think of a Document Management System? Do you think Content Management? Do you think Collaboration? Do you find somebody else to talk to? For many people SharePoint is still somewhat of a mystery, they've heard of it, but don't really know what it is. For others it is a painful memory from a few years ago, when the promise of easy web development was not fulfilled. Yet for some, it is the hottest thing in the Microsoft armoury at present. Dave McMahon explains why. read more...

1 comment |category: |Views: 360

tags: another