https://me.yahoo.com/mosessaur#7fe0d
Name: https://me.yahoo.com/mosessaur#7fe0d
Score: 54,142.33
Last Seen: 110 days, 8 hours, 34 minutes ago
Member Since: 17 January, 2009
DotNetShoutout
atom rss
7
Shouts

10 Laps around Silverlight 5 (Part 4 of 10) Sound/Media

published 563 days, 12 hours, 43 minutes ago posted by mbcrumpmbcrump 571 days, 13 hours, 55 minutes ago
Wednesday, November 09, 2011 2:50:27 PM GMT Tuesday, November 01, 2011 1:38:36 PM GMT
Let’s Begin with Low-Latency Sound using XNA SoundEffect A new addition to Silverlight 5 is the ability to play low-latency sounds using the XNA SoundEffect class. This is very useful for kiosk or even games that need to play a certain sound over and over. In Silverlight 5, this is much easier than before (where people used various MediaElement hacks). You can now simply borrow the SoundEffect / SoundEffectInstance class from XNA. (more)
category: Metro | clicked: 19 | 5 comments | | source: www.silverlightshow.net
tags: Silverlight 5
7
Shouts

SQL SERVER – Fundamentals of Columnstore Index « Journey to SQLAuthority

published 570 days, 1 hour, 24 minutes ago posted by pinaldavepinaldave 575 days, 25 minutes ago
Thursday, November 03, 2011 2:09:25 AM GMT Saturday, October 29, 2011 3:08:19 AM GMT
There are two kind of storage in database. Row Store and Column Store. Row store does exactly as the name suggests – stores rows of data on a page – and column store stores all the data in a column on the same page.  These columns are much easier to search – instead of a query searching all the data in an entire row whether the data is relevant or not, column store queries need only to search much lesser number of the columns.  This means major increases in search speed and hard drive use.  Additionally,... (more)
category: Data | clicked: 49 | 8 comments | | source: blog.sqlauthority.com
7
Shouts

SQL SERVER – Database Dynamic Caching by Automatic SQL Server Performance Acceleration « Journey to SQLAuthority

published 563 days, 12 hours, 43 minutes ago posted by pinaldavepinaldave 572 days, 18 hours, 40 minutes ago
Wednesday, November 09, 2011 2:50:27 PM GMT Monday, October 31, 2011 8:53:37 AM GMT
My second look at SafePeak’s new version (2.1) revealed to me few additional interesting features. For those of you who hadn’t read my previous reviews SafePeak and not familiar with it, here is a quick brief: SafePeak is in business of accelerating performance of SQL Server applications, as well as their scalability, without making code changes to the applications or to the databases. SafePeak performs databasedynamic caching, by caching in memory result sets of queries and stored procedures while keep... (more)
category: Data | clicked: 55 | 12 comments | | source: blog.sqlauthority.com
3
Shouts

Create TermSets at Multiple Levels using Hash Table in Powershell

published 578 days, 4 hours, 11 minutes ago posted by dotnetfundadotnetfunda 579 days, 15 hours, 42 minutes ago
Tuesday, October 25, 2011 11:22:55 PM GMT Monday, October 24, 2011 11:51:55 AM GMT
Term Store Management using Powershell Script : Creating Groups, Terms and Termsets using Powershell Script. HashTable is used to create multiple Terms and TermSets at a time. Purpose of this article is the usage of HashTable and Powershell script at multiple levels of Managed MetadatService to create Termsets and Terms. (more)
category: Web Dev | clicked: 6 | 1 comment | | source: www.dotnetfunda.com
2
Shouts

How to delete multiple selected records from the GridView?

published 578 days, 4 hours, 11 minutes ago posted by dotnetfundadotnetfunda 579 days, 13 hours, 27 minutes ago
Tuesday, October 25, 2011 11:22:55 PM GMT Monday, October 24, 2011 2:06:41 PM GMT
To delete multiple selected records from the GridView, we can follow this approach. GridvIew control is a powerful data grid control that allows us to display the data in tabular format with sorting and pagination. It also allows us to manipulate the data. (more)
category: Web Dev | clicked: 10 | comment | | source: www.dotnetfunda.com
3
Shouts

SQL Server 2011 (Denali): Changing Backup Files Default Path

published 576 days, 12 hours, 44 minutes ago posted by lionofdezertlionofdezert 579 days, 8 hours, 8 minutes ago
Thursday, October 27, 2011 2:49:45 PM GMT Monday, October 24, 2011 7:25:37 PM GMT
Up to SQL Server R2 (10.5), we were unable to change default path (easily) for “Backup files”. Thanks to SQL Server 2011 (Code name DENALI), which has better option for this. (more)
category: Data | clicked: 3 | comment | | source: connectsql.blogspot.com
13
Shouts

Impersonation and Delegation in WCF | TechBubbles

published 576 days, 12 hours, 44 minutes ago posted by kalyanms1kalyanms1 579 days, 6 hours, 58 minutes ago
Thursday, October 27, 2011 2:49:45 PM GMT Monday, October 24, 2011 8:36:01 PM GMT
Impersonation is a technique that WCF Services use to authorize the caller’s identity to access to service resources such as files and database tables. Service resources can be located either on local service machine or remotely hosted. The resources are being accessed by WCF Service’s process identity or specific windows identity. Difference between Impersonation and Delegation in WCF? Impersonation is used to access the resources when the resources are on the same machine as the service. Delegation i... (more)
category: Web Dev | clicked: 54 | 1 comment | | source: www.techbubbles.com
tags: WCF
5
Shouts

Continuation Tasks (.NET)

published 576 days, 12 hours, 44 minutes ago posted by BlackWaspBlackWasp 579 days, 5 hours, 6 minutes ago
Thursday, October 27, 2011 2:49:45 PM GMT Monday, October 24, 2011 10:28:02 PM GMT
The eleventh part of the Parallel Programming in .NET tutorial considers the use of continuation tasks. These are parallel tasks that start automatically when one or more other tasks complete, allowing a chain of dependent tasks to be executed correctly. (more)
category: How To | clicked: 55 | 1 comment | | source: www.blackwasp.co.uk
tags: C#, Parallelism
6
Shouts

new solution explorer feature in visual studio11 developer preview

published 576 days, 12 hours, 44 minutes ago posted by dharadhara 578 days, 21 hours, 39 minutes ago
Thursday, October 27, 2011 2:49:45 PM GMT Tuesday, October 25, 2011 5:54:45 AM GMT
Microsoft Visual Studio11 Developer preview comes with bunch of new features and Solution explorer is also get some new features in it. There are few new icons added at top of solution explorer like below. Create new window with copy of this Window Feature... (more)
category: Web Dev | clicked: 30 | comment | | source: beyondrelational.com
tags: .NET, ASP .NET
6
Shouts

Fun with ORDER BY clause

published 576 days, 12 hours, 44 minutes ago posted by dharadhara 578 days, 21 hours, 39 minutes ago
Thursday, October 27, 2011 2:49:45 PM GMT Tuesday, October 25, 2011 5:55:03 AM GMT
You can use Ordinal position in the ORDER BY Clause for sorting the resultset. The ordinal position refers the column position in the SELECT statement. Consider the following select statement select * from ( select 17 as a,2 as b union all select 1 as... (more)
category: Data | clicked: 21 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
6
Shouts

Generating QR codes in SSRS

published 576 days, 12 hours, 44 minutes ago posted by dharadhara 578 days, 21 hours, 38 minutes ago
Thursday, October 27, 2011 2:49:45 PM GMT Tuesday, October 25, 2011 5:55:31 AM GMT
Over the short span of my career, I have seen many people get burnt out and change their careers from technology to some other field. It is easy to get disillusioned with a job that requires you to sit on a chair the entire day and "code" the... (more)
category: Data | clicked: 21 | comment | | source: beyondrelational.com
tags: SQL Server, BI, SSRS
2
Shouts

Application Lifecycle Management in Visual Studio 11 | TechBubbles

posted by kalyanms1kalyanms1 580 days, 7 hours, 54 minutes ago
Sunday, October 23, 2011 7:40:03 PM GMT
This post discusses about new Application Lifecycle Management features in Visual Studio 11. Application Lifecycle Management represents how do you prioritize your requirement, how do you breakdown them into tasks and how do you implement those tasks.   Start with the Requirements, Visual Studio 11 coming up with new tool PowerPoint Storyboarding which you can use for visualise your customer requirements without writing a single line of code. You will be presenting with different templates and la... (more)
category: Agile | clicked: 4 | comment | | source: www.techbubbles.com
tags: Visual Studio 11
2
Shouts

Disconnect all other user from SQL Server DB - DotNetLogix

posted by DotNetLogixDotNetLogix 580 days, 9 hours, 22 minutes ago
Sunday, October 23, 2011 6:12:03 PM GMT
Articles (more)
category: Data | clicked: 1 | 1 comment | | source: www.dotnetlogix.com
tags: SQL Server
2
Shouts

Inside C# Extension Methods « Sankarsan’s Journal

posted by http://sankarsan.myopenid.com/http://sankarsan.myopenid.com/ 580 days, 1 hour, 10 minutes ago
Monday, October 24, 2011 2:23:52 AM GMT
C# Extension methods were introduced in C# 3.0. They provide a mechanism to extend(not the inheritance way) the functionality of an existing class by attaching methods to it.An extension method needs to be developed in a static class as a static method as shown below: public static class MyExtensions { public static Int32 AddExt(this Int32 i, Int32 j) { return i + j; } } We can invoke it as 10.AddExt(12) In this post we will look at what’s happening inside... (more)
category: How To | clicked: 8 | comment | | source: sankarsan.wordpress.com
tags: Extension Methods, C#
2
Shouts

What is stored for developers in Windows 8

published 579 days, 15 hours, 41 minutes ago posted by dotnetfundadotnetfunda 579 days, 22 hours, 11 minutes ago
Monday, October 24, 2011 11:52:24 AM GMT Monday, October 24, 2011 5:23:07 AM GMT
In this post I discuss some important stuff which every .net developer must know if he or she is intrested in Windows 8 platform. (more)
category: Web Dev | clicked: 17 | 1 comment | | source: www.dotnetfunda.com
tags: others
4
Shouts

Portal Site Collection in SharePoint 2010

published 579 days, 15 hours, 41 minutes ago posted by dotnetfundadotnetfunda 579 days, 21 hours, 16 minutes ago
Monday, October 24, 2011 11:52:24 AM GMT Monday, October 24, 2011 6:17:50 AM GMT
In this article we will be seeing how to add site collection link to global breadcrumb navigation. (more)
category: Web Dev | clicked: 5 | 1 comment | | source: www.dotnetfunda.com
tags: Sharepoint
4
Shouts

First Look: Intersoft Ribbon UI for Silverlight, WPF and ASP.NET

published 578 days, 4 hours, 11 minutes ago posted by jemmyjemmy 579 days, 20 hours, 53 minutes ago
Tuesday, October 25, 2011 11:22:55 PM GMT Monday, October 24, 2011 6:40:29 AM GMT
Built from the ground up to create Office’s latest fluent user experiences, UXRibbon employs modern API and design that directly refers to the Office 2010 specifications – unlike many other ribbon solutions that simply “patch” their ribbons which were originally built with Office 2007 design. As the results, UXRibbon is more sophisticated in terms of design, yet fully customizable in terms of usage. (more)
category: Metro | clicked: 16 | 1 comment | | source: intersoftpt.wordpress.com
tags: Silverlight, clientui, Ribbon, intersoft, webui studio, WPF, ASP.NET
6
Shouts

DBCC DBINFO WTIH TABLERESULTS - In which SQL Server version was this database created?

published 578 days, 4 hours, 11 minutes ago posted by dharadhara 579 days, 19 hours, 59 minutes ago
Tuesday, October 25, 2011 11:22:55 PM GMT Monday, October 24, 2011 7:34:56 AM GMT
If you work for a product based organization, you would know that databases created in versions as old as SQL 7 are still around. The only thing is that over time, they have evolved via upgrade programs which have upgraded them to the latest and greatest... (more)
category: Data | clicked: 3 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL, DBCC
6
Shouts

NuGet with multiple projects part-2

published 578 days, 4 hours, 11 minutes ago posted by dharadhara 579 days, 19 hours, 59 minutes ago
Tuesday, October 25, 2011 11:22:55 PM GMT Monday, October 24, 2011 7:34:22 AM GMT
Before some days I have posted one post about how we can add NuGet package other than start project. In this post I am going to explain another way of doing that. Earlier we have use ‘Manage NuGet Package’. Today I am going to use Package Manager Console... (more)
category: Web Dev | clicked: 18 | comment | | source: beyondrelational.com
tags: .NET, ASP.NET
6
Shouts

UPDATE STATISTICS: How to cheat the optimizer

published 578 days, 4 hours, 11 minutes ago posted by dharadhara 579 days, 19 hours, 59 minutes ago
Tuesday, October 25, 2011 11:22:55 PM GMT Monday, October 24, 2011 7:35:15 AM GMT
Did you ever need to see what execution plan will optimizer choose for your query on large set of data but you have a really small test database? Or you are testing your notification system for sort warning, for example, and you need to force query optimizer... (more)
category: Data | clicked: 6 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
Previous 1 2 3 4 5 6 7 8 9 10 ... 485 486 Next