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

Parallel For Loop - Coding N Design

published 1298 days, 7 hours, 12 minutes ago posted by http://sankarsan.myopenid.com/http://sankarsan.myopenid.com/ 1299 days, 13 hours, 40 minutes ago
Sunday, November 29, 2009 7:45:00 PM GMT Saturday, November 28, 2009 1:16:06 PM GMT
In my earlier post on Parallel Programming I have explained about Task and Data Parallelism.In this post we will go into a little more deep into the API and discuss about Parallel For loop in .NET Framework 4.0.The static method For of class System.Threading.Tasks.Parallel class allows us to execute for loops where several iterations might run in parallel.There are couple of ov... (more)
category: How To | clicked: 3 | 1 comment | | source: codingndesign.com
12
Shouts

Configuring Data Compression – SQL Server 2008 – Part 4

published 1298 days, 7 hours, 12 minutes ago posted by sqlarticlessqlarticles 1299 days, 21 hours, 49 minutes ago
Sunday, November 29, 2009 7:45:00 PM GMT Saturday, November 28, 2009 5:07:31 AM GMT
In this article we are going to configure Data compression in SQL Server 2008. Configuring data compression is very easy with just an couple of steps. The steps are below Estimate the Compression Ratio (Optional) Configure Data Compression (more)
category: Data | clicked: 1 | 1 comment | | source: www.sql-articles.com
tags: data compression, sqlarticles, Compression
10
Shouts

dnrTV - Show #159 - Adam Cogan on TFS and Visual Studio 2010 Part 1

published 1298 days, 7 hours, 12 minutes ago posted by mithumithu 1299 days, 21 hours, 31 minutes ago
Sunday, November 29, 2009 7:45:00 PM GMT Saturday, November 28, 2009 5:25:40 AM GMT
Carl caught up with Adam Cogan at the PDC in Los Angeles. Adam gives us the 9 steps you need to deliver your product to your customer using TFS and Visual Studio 2010. (more)
category: Screencast | clicked: 3 | 1 comment | | source: www.dnrtv.com
tags: Visual Studio 2010, dnrTV, VS 2010, PDC, TFS
9
Shouts

HighOnCoding: Get high on ASP.NET articles, videos, podcasts and more!

published 1297 days, 10 hours, 18 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1300 days, 2 hours, 22 minutes ago
Monday, November 30, 2009 4:38:20 PM GMT Saturday, November 28, 2009 12:34:36 AM GMT
Abstract: In this screencast Mohammad Azam will demonstrate how to perform validation using IDataErrorInfo interface. (more)
category: Web Dev | clicked: 0 | 1 comment | | source: highoncoding.com
tags: ASPNETMVC
10
Shouts

Main Differences between ASP.NET 3.5 and ASP.NET 4.0 - Part 1 - C#, ASP.Net, VB.Net

published 1298 days, 7 hours, 12 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1300 days, 5 hours, 23 minutes ago
Sunday, November 29, 2009 7:45:00 PM GMT Friday, November 27, 2009 9:33:18 PM GMT
Main Differences between ASP.NET 3.5 and ASP.NET 4.0. (more)
category: Data | clicked: 3 | comment | | source: www.dotnetspark.com
tags: ASP.NET
10
Shouts

Moses' Blog | KiGG Design And Architecture – Part 2 Project Structure

published 1298 days, 7 hours, 12 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1300 days, 5 hours, 29 minutes ago
Sunday, November 29, 2009 7:45:00 PM GMT Friday, November 27, 2009 9:27:37 PM GMT
Introduction In part 1 I talked about KiGG high level architecture. In this part I am going to talk about KiGG project structure and summarize the purpose of each project in the solution. I’ll not go into deep details of each project. I’ll save that for some other posts, just be patient with me and stay tuned. Project Structure At the time of writing this post, KiGG consist of 7 projects plus unit test projects which I am not going to cover in this post. (more)
category: Architecture | clicked: 3 | 1 comment | | source: mosesofegypt.net
tags: Software Design, DotNetShoutout, KiGG
10
Shouts

WCF (ADO.NET) Data Services At-a-Glance

published 1298 days, 7 hours, 12 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1300 days, 6 hours, 42 minutes ago
Sunday, November 29, 2009 7:45:00 PM GMT Friday, November 27, 2009 8:14:36 PM GMT
Today, data tends to exist in horizontal or vertical silos: it can be shared within a particular environment but often becomes difficult to use beyond its original intent. As systems continue to become more interconnected, the need to reuse information grows, and data becomes more valuable the more it can be shared. The “silo effect”, which makes it difficult for consumers who weren’t originally envisioned to access the data, becomes increasingly painful. (more)
category: Web Dev | clicked: 2 | 1 comment | | source: msdn.microsoft.com
tags: ADO.NET Data Services, Data Services, DataServices, WCF
10
Shouts

TSQL Challenge 1

published 1298 days, 7 hours, 12 minutes ago posted by vijipillaivijipillai 1300 days, 12 hours, 56 minutes ago
Sunday, November 29, 2009 7:45:00 PM GMT Friday, November 27, 2009 2:00:21 PM GMT
This is a challenge to write a TSQL query that can run on SQL Server 2000, 2005 and 2008 and transforms the data in a table to a custom shape. (more)
category: Data | clicked: 0 | comment | | source: beyondrelational.com
11
Shouts

ASP.NET Validation Controls - Conditionally validating

published 1298 days, 7 hours, 12 minutes ago posted by http://priyanonnet.com/http://priyanonnet.com/ 1300 days, 16 hours, 57 minutes ago
Sunday, November 29, 2009 7:45:00 PM GMT Friday, November 27, 2009 9:59:32 AM GMT
Using the server side Page.Validate() and Client Side PageClientValidate() , we can validate a group of controls conditionally. For eg. i just need to validate some fields only when a checkbox is checked. Both Page.Validate() and PageClientValidate() allows to pass a validation group , So we group a set of controls with a validation group and calls this validation functions in both client & server side only on the required validation condition (more)
category: Web Dev | clicked: 0 | 1 comment | | source: www.priyanonnet.com
tags: asp.net-validation-controls, ASP.NET
10
Shouts

Shawn Wildermuth - Silverlight 4's Printing Support

published 1298 days, 7 hours, 12 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1300 days, 7 hours, 54 minutes ago
Sunday, November 29, 2009 7:45:00 PM GMT Friday, November 27, 2009 7:02:08 PM GMT
As i've discussed with a number of my customers (with apologies to Siebrand) I never thought we needed printing. Printing on the Internet has a durable solution especially when it comes to to line-of-business applications: PDF. There are a plethora of report writing solutions that work and so using XAML to print has always been an unnecessary feature to me. But as most of you know the Silverlight team ig... (more)
category: Metro | clicked: 0 | 1 comment | | source: wildermuth.com
tags: Silverlight 4 Beta, Silverlight 4
7
Shouts

Executing actions on the UI thread

posted by http://byteflux.myopenid.com/http://byteflux.myopenid.com/ 1300 days, 14 hours, 10 minutes ago
Friday, November 27, 2009 12:46:17 PM GMT
Executing actions on the UI thread by Sebastian Negomireanu on Nov.27, 2009, under .NET, C#, Code When working with frameworks like Silverlight, WPF or Windows Forms you often encounter the need to ensure a piece of code runs on the UI thread. Below, I present a clean way to do this using the SynchronizationContext class. (more)
category: Metro | clicked: 2 | comment | | source: byteflux.me
tags: Extension Methods, Silverlight, Windows Forms, C#, Synchronization, windows presentation foundation, Threading
9
Shouts

Casts using “as” (Pitfalls and Best Practices to Prevent Them #5)

published 1298 days, 7 hours, 12 minutes ago posted by winSharp93winSharp93 1300 days, 10 hours, 41 minutes ago
Sunday, November 29, 2009 7:45:00 PM GMT Friday, November 27, 2009 4:15:56 PM GMT
Well – “as” is faster to type than a “real” cast using two brackets and has the same result. Really? (more)
category: How To | clicked: 1 | comment | | source: winsharp93.wordpress.com
tags: Pitfalls, C#, casting, As, Debugging, Codingstyle
11
Shouts

Binding Installed fonts in dropdownlist using LINQ

published 1298 days, 7 hours, 12 minutes ago posted by http://quachnguyen.myopenid.com/http://quachnguyen.myopenid.com/ 1300 days, 9 hours, 53 minutes ago
Sunday, November 29, 2009 7:45:00 PM GMT Friday, November 27, 2009 5:03:42 PM GMT
In this blog I will give you snippet code which fetches installed font in dropdownlist in .NET using both C# and VB.NET. Start with creating a new website using asp.net C# and VB.NET. Drag a dropdownlist from toolbox into web page. Here is markup: (more)
category: Web Dev | clicked: 3 | 1 comment | | source: code2code.info
tags: Linq
6
Shouts

MozillaLabs Launches new projects on MozillaLab

published 1300 days, 7 hours, 4 minutes ago posted by kirankkirank 1300 days, 14 hours, 59 minutes ago
Friday, November 27, 2009 7:52:36 PM GMT Friday, November 27, 2009 11:57:33 AM GMT
mozilla now launches new terms just like "Googlelabs" its a "mozillalabs". its a just like a virtual lab where people can come on this share there ideas , there feedback and all to make mozilla very string form all the aspects. here you can make new Experiments and also play with the new technologies and new concepts. as you all know mozilla allready have thousands of addons and so many sub products to make web browser better . and also make web better from end of user also. if you want to check all t... (more)
category: UX | clicked: 6 | 1 comment | | source: webdevlopementhelp.blogspot.com
tags: addon, Mozilla
10
Shouts

Windows Ribbon for WinForms, Part 18 – ContextPopup - Arik Poznanski's Blog

published 1299 days, 8 hours, 55 minutes ago posted by arikarik 1300 days, 15 hours, 18 minutes ago
Saturday, November 28, 2009 6:01:44 PM GMT Friday, November 27, 2009 11:38:23 AM GMT
Windows Ribbon for WinForms, Part 18 – ContextPopup Windows Ribbon for WinForms library now supports using a Context Popup. The result of this post is a yet another sample, “15-ContextPopup”, found on the project site. What is a Context Popup? A context popup is a combination of a small toolbar (called MiniToolbar) and a context menu, which a ribbon enabled application can provide. This popup usually appears when right-clicking an application surface and it usually provide common operati... (more)
category: UX | clicked: 2 | 1 comment | | source: blogs.microsoft.co.il
tags: .NET, Ribbon, Windows 7, C#
12
Shouts

Five Silverlight 4.0 features you cannot do without

published 1299 days, 8 hours, 55 minutes ago posted by KMilKMil 1300 days, 17 hours, 2 minutes ago
Saturday, November 28, 2009 6:01:44 PM GMT Friday, November 27, 2009 9:54:55 AM GMT
In this article Andrea Boschin decided to select five significant features that add a great value to the platform. Curiously if you scan the list of the site you will find them in the first positions. They include Printing and Webcam support, HTML embedding, rich text edit and full trust application in out of browser mode. (more)
category: Metro | clicked: 2 | 1 comment | | source: www.silverlightshow.net
9
Shouts

Microsoft Test and Lab Manager and security and permission settings

published 1299 days, 8 hours, 55 minutes ago posted by ClemensReijnenClemensReijnen 1300 days, 16 hours, 39 minutes ago
Saturday, November 28, 2009 6:01:44 PM GMT Friday, November 27, 2009 10:18:00 AM GMT
Within TFS you can set permissions, what people are aloud to do within projects and with 2010 in place also within project collections and within Microsoft Test and Lab Manager. In some situations, project settings, you want to set these permissions. For example in the TMap process template there are different rolls responsible for different tasks. The Test Manager is responsible for the Master test plan, the Test infrastructure coordinator for the test infrastructure and tools, the test coordinator f... (more)
category: Architecture | clicked: 2 | 1 comment | | source: www.clemensreijnen.nl
tags: vs2010; tmap
Previous 1 2 ... 477 478 479 480 481 482 483 484 485 486 Next