Alex
Name: Alex
Score: 10,283.57
Last Seen: 717 days, 1 hour, 8 minutes ago
Member Since: 8 February, 2009
DotNetShoutout
atom rss
9
Shouts

Using CUDA and Thrust with Visual Studio 2010 - Ade Miller

published 808 days, 14 hours, 17 minutes ago posted by AlexAlex 809 days, 9 hours, 25 minutes ago
Tuesday, March 08, 2011 4:11:34 PM GMT Monday, March 07, 2011 9:03:51 PM GMT
I was working on setting up some new CUDA projects as I’m doing some spiking (prototyping for the not so agile crowd) work to figure out how best to use CUDA 4.0. I’ve turned it in to a quick tutorial on how to write a simple application that allows you to use both CUDA and the latest C++0x features in Visual Studio 2010. Because the current CUDA SDK requires projects to compile using the v90 toolset (Visual Studio 2008) the ... (more)
category: Smart Client | clicked: 9 | comment | | source: www.ademiller.com
tags: CUDA, Visual Studio 2010, Thrust
6
Shouts

Native Extensions 2.0 For Microsoft Silverlight Released - Davide Zordan

published 808 days, 14 hours, 17 minutes ago posted by AlexAlex 809 days, 9 hours, 26 minutes ago
Tuesday, March 08, 2011 4:11:34 PM GMT Monday, March 07, 2011 9:02:14 PM GMT
Version 2 of the “Native Extensions For Microsoft Silverlight” is now available for download here. These libraries contains several COM wrappers and samples for:Touch APIs – Manipulation, Gestures and Inertia processing;Message Interception – Allow applications to intercept Window messages sent to the containing window;Sensor API - Provide full access to the Windows 7 Sensor API;Local Encoding – Allow applications to capture webcam audio/video input into a local H.264/AAC-LC encoded media file. Also all... (more)
category: Metro | clicked: 0 | comment | | source: www.davidezordan.net
tags: Silverlight
8
Shouts

Prism Template Pack 1.4: Now with MEF Support! - David Hill's WebLog - Site Home - MSDN Blogs

published 808 days, 14 hours, 17 minutes ago posted by AlexAlex 810 days, 5 hours, 19 minutes ago
Tuesday, March 08, 2011 4:11:34 PM GMT Monday, March 07, 2011 1:09:44 AM GMT
Quite a few folks have asked for MEF versions of the Prism templates. I’m happy to announce that the Prism Template Pack has now been updated to include MEF (as well as Unity) templates.You can download the latest version of the template pack (version 1.4) from here. You can read the release notes here. Remember to remove the .zip extension (leaving the .vsix extension!) before double-clicking to install the templates... (more)
category: Metro | clicked: 9 | 1 comment | | source: blogs.msdn.com
tags: Unity, Silverlight, MEF, WPF, Prism
8
Shouts

Using Mole 2010 to analyze collections « Josh Smith on WPF

published 808 days, 14 hours, 17 minutes ago posted by AlexAlex 810 days, 5 hours, 22 minutes ago
Tuesday, March 08, 2011 4:11:34 PM GMT Monday, March 07, 2011 1:06:31 AM GMT
When debugging an application it is often necessary to review and analyze the data stored by .NET objects in a collection. Using the standard debugging tools in Visual Studio 2010 to inspect large amounts of in-memory data can be a time consuming task, especially if you need to look at values stored by multiple objects in a collection. For example, if you wanted to look at each Person object in a collection, you might use Visual Studio’s Watch window to inspect each Person object one at a time. You woul... (more)
category: Smart Client | clicked: 1 | comment | | source: joshsmithonwpf.wordpress.com
8
Shouts

What is XAP file in Silverlight? - Dhananjay Kumar

published 808 days, 14 hours, 17 minutes ago posted by AlexAlex 810 days, 5 hours, 25 minutes ago
Tuesday, March 08, 2011 4:11:34 PM GMT Monday, March 07, 2011 1:03:19 AM GMT
When you start learning Silverlight and create your first Silverlight application, one thing you will notice XAP file along with HTML and ASPX files. First time after running your Silverlight application you can see XAP file in client bin folder. Before running of Silverlight application, you will not find XAP file in client bin folder. Usually below steps followed while running a Silverlight application. Create a Silver... (more)
category: Metro | clicked: 1 | comment | | source: debugmode.net
tags: SL, Silverlight, Xap
8
Shouts

An introductory presentation about testing with MSTest, Visual Studio, and Team Foundation Server 2010

published 819 days, 7 hours, 34 minutes ago posted by stefanoricstefanoric 821 days, 19 hours, 12 minutes ago
Friday, February 25, 2011 10:54:52 PM GMT Wednesday, February 23, 2011 11:16:47 AM GMT
Testing with MS Test (with advanced topics). (more)
category: How To | clicked: 2 | comment | | source: geekswithblogs.net
tags: Test, VS2010, Mocks
6
Shouts

Intro to F#: First-class functions in F#, part 0

published 819 days, 7 hours, 34 minutes ago posted by traskjdtraskjd 821 days, 6 hours, 4 minutes ago
Friday, February 25, 2011 10:54:52 PM GMT Thursday, February 24, 2011 12:24:18 AM GMT
Have you started looking at F# yet now that it ships with Visual Studio 2010? This post takes a look at the fundamental differences between functions in F# and how delegates work in C#/VB. By the end of this post you'll see why functions are first class in F# and are not in C#/VB and be on your way to better understanding F#. (more)
category: How To | clicked: 0 | comment | | source: www.mindscapehq.com
tags: functions, F#, Mindscape
4
Shouts

How to Validate A CheckBox in ASP.Net 3.5 / Checkbox Validation Control Sample Code in ASP.Net, C# (C Sharp) And Visual Basic

published 819 days, 22 hours, 38 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 822 days, 13 hours, 11 minutes ago
Friday, February 25, 2011 7:50:47 AM GMT Tuesday, February 22, 2011 5:16:54 PM GMT
This article will give you an idea to validate a checkbox in ASP.Net 3.5 ! It is so easy to implement and so handy to use ! (more)
category: Web Dev | clicked: 16 | comment | | source: tugberkugurlu.com
tags: Validation, Checkbox, ASP.NET
5
Shouts

Nizar's .NET Blog » The case for C#’s dynamic keyword

published 819 days, 22 hours, 38 minutes ago posted by noorani786noorani786 822 days, 2 hours, 23 minutes ago
Friday, February 25, 2011 7:50:47 AM GMT Wednesday, February 23, 2011 4:05:02 AM GMT
Many developers feel, myself included, that C#’s ‘dynamic’ keyword is…well, a little too dynamic. But, recently, I faced a challenging problem which I was only able to solve through the use of the ‘dynamic’ keyword! (more)
category: How To | clicked: 3 | comment | | source: nizarnoorani.com
tags: .NET, dynamic, C#, ClientBase, WCF
5
Shouts

Sending E-mail to All List of Membership Users with ASP.Net Using Built-in Membership API

published 819 days, 22 hours, 38 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 822 days, 13 hours, 14 minutes ago
Friday, February 25, 2011 7:50:47 AM GMT Tuesday, February 22, 2011 5:13:59 PM GMT
Most of the Asp.Net developers are using Membership class of Asp.Net and in this blog post we will see how to send e-mail to all of the membership users at once... (more)
category: Web Dev | clicked: 1 | comment | | source: tugberkugurlu.com
tags: e-mail, System.Net.Mail, Membership, ASP.NET
6
Shouts

WP7 for iPhone and Android Developers - Introduction to XAML and Silverlight

published 819 days, 22 hours, 38 minutes ago posted by KMilKMil 821 days, 15 hours, 28 minutes ago
Friday, February 25, 2011 7:50:47 AM GMT Wednesday, February 23, 2011 3:00:15 PM GMT
This article aims to show you how to get started constructing the user interface of your Windows Phone 7 application with a slight bent toward easing the UI-building transition from iOS and Android. As with all articles in this series, you don’t need any iOS or Android experience to learn from article, but iOS and Android developers may find that this series of articles makes learning WP7 a little easier than generic tutorials. (more)
category: Metro | clicked: 0 | comment | | source: www.silverlightshow.net
tags: iPhone, Windows Phone 7, WP7, Android, XAML
7
Shouts

Windows Phone 7 - Part #6: Taking advantage of the phone

published 819 days, 22 hours, 38 minutes ago posted by KMilKMil 822 days, 15 hours, 19 minutes ago
Friday, February 25, 2011 7:50:47 AM GMT Tuesday, February 22, 2011 3:09:02 PM GMT
This is part 6 from SilverlightShow article series on Windows Phone 7. Author: Andrea Boschin (more)
category: Metro | clicked: 1 | comment | | source: www.silverlightshow.net
tags: Windows Phone 7, WP7
7
Shouts

Custom Errors on ASP.Net MVC - redirectMode="ResponseRewrite" Issue

published 819 days, 22 hours, 38 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 822 days, 13 hours, 16 minutes ago
Friday, February 25, 2011 7:50:47 AM GMT Tuesday, February 22, 2011 5:11:57 PM GMT
I assume that some of you folks have tried that in your ASP.Net MVC applications and try to figure out why it doesn't work. Well, I have figured it out... (more)
category: Web Dev | clicked: 21 | comment | | source: tugberkugurlu.com
tags: ASP.NET MVC, web.config
8
Shouts

Using the .NET Stopwatch class to Profile Your Code

published 819 days, 22 hours, 38 minutes ago posted by JudoJudo 821 days, 18 hours, 51 minutes ago
Friday, February 25, 2011 7:50:47 AM GMT Wednesday, February 23, 2011 11:37:14 AM GMT
The Stopwatch class in the System.Diagnostics namespace can be used a as a basic tool to profile blocks of .NET code.System.Diagnostics.Stopwatch timerObj = new System.Diagnostics.Stopwatch(); timer.Start(); Decimal totalDec = 0; int limit = 1000000; for (int i = 0; i < limit2; ++i) { totalobj2 = limitobj2 + (decimal)math.sqrt(i); } } besides the stopwatches start() and stop() methods, there is also reset(), which stops the timer and then sets elapsed to 0. in addition there is also the restart() met... (more)
category: Architecture | clicked: 1 | comment | | source: www.csharphelp.com
tags: C#, Profile, profession, Stopwatch
7
Shouts

Non direct calls (Part II): Replacing reflection Oleg Smirnov

published 819 days, 22 hours, 38 minutes ago posted by slo2olsslo2ols 821 days, 18 hours, 6 minutes ago
Friday, February 25, 2011 7:50:47 AM GMT Wednesday, February 23, 2011 12:22:24 PM GMT
I would like to call the post as "How to stop using the reflection and start programming". This title is most accurately reflects essence of this post. In it we consider alternatives to the reflection. Very often they are the only way to speed it up. So continue to give tips. (more)
category: How To | clicked: 1 | comment | | source: osmirnov.net
tags: .NET, tip and tricks, DLR, Performance, Code Generation, Reflection
10
Shouts

Including in an Existing Database

published 817 days, 19 hours, 48 minutes ago posted by JudoJudo 822 days, 1 hour, 34 minutes ago
Sunday, February 27, 2011 10:39:55 AM GMT Wednesday, February 23, 2011 4:54:46 AM GMT
By default, when adding ASP.NET Membership to your web app a new ASP.NET Membership database will be created. However, in many circumstances you may wish the Membership database to be part of your  main application database. To do this simply navigate to \Windows\Microsoft.NET\Framework\v2.0.50727 (use this path even if you are using ASP.NET 4.0 in your application as the Membership database has not changed since ASP.NET 2). Then find and run the aspnet_regsql.exe program. This will bring up a dialog al... (more)
category: Web Dev | clicked: 2 | comment | | source: www.aspnet101.com
tags: asp.net membership, ASP.NET Membership database
8
Shouts

Set up scheduled log file cleaning for Windows Servers running IIS

published 819 days, 7 hours, 34 minutes ago posted by http://www.google.com/profiles/dougrathbonehttp://www.google.com/profiles/dougrathbone 822 days, 7 hours, 29 minutes ago
Friday, February 25, 2011 10:54:52 PM GMT Tuesday, February 22, 2011 10:59:53 PM GMT
The one thing that is lacking as a feature in IIS is log file recycling. If you manage an IIS installation of any decent size, you’ll know first hand how quickly log files can fill up a server’s hard disk, and bring it to its knees if not managed properly – how do i take care of this? (more)
category: Web Dev | clicked: 1 | comment | | source: www.diaryofaninja.com
tags: log shipping, logging, Windows Server, IIS
7
Shouts

Cool Page Transitions for WP7 - Sample application

published 819 days, 22 hours, 38 minutes ago posted by maggietomaggieto 822 days, 19 hours, 51 minutes ago
Friday, February 25, 2011 7:50:47 AM GMT Tuesday, February 22, 2011 10:36:56 AM GMT
With the first CTP of Telerik RadControls for Windows Phone 7 we introduced the page transitions. You can read more info about them in my blog post. Now with the beta1 release we created a sample application which you can use as a reference in order to add the Metro transitions into your application. (more)
category: UX | clicked: 2 | comment | | source: blogs.telerik.com
7
Shouts

WebMatrix refresh released. - The Official Microsoft Web Platform Team Blog

published 819 days, 22 hours, 38 minutes ago posted by iftekharahmedamitiftekharahmedamit 822 days, 10 hours, 25 minutes ago
Friday, February 25, 2011 7:50:47 AM GMT Tuesday, February 22, 2011 8:02:57 PM GMT
We’ve just published a minor refresh to WebMatrix, which you can download and use from the Web Platform Installer today. We did this to fix some of the top customer issues that have been reported since we launched in January. If you have any more problems or bugs with WebMatrix, please let us know! (more)
category: How To | clicked: 1 | comment | | source: blogs.msdn.com
tags: WebMatrix
7
Shouts

Q1’11 Pre-Release Series: Decompiling, Code-cleaner and Code style-sharing coming to JustCode

published 819 days, 22 hours, 38 minutes ago posted by maggietomaggieto 822 days, 19 hours, 50 minutes ago
Friday, February 25, 2011 7:50:47 AM GMT Tuesday, February 22, 2011 10:38:26 AM GMT
With the Q1 2011 release just around the corner, we remain true to our tradition to provide you with a special preview of the release highlights across Telerik’s entire product portfolio. This time around we will start with a sneak peek at some exciting new improvements and additions to JustCode, our Visual Studio productivity add-in. (more)
category: Web Dev | clicked: 1 | comment | | source: blogs.telerik.com
Previous 1 2 3 4 5 6 7 8 9 10 11 ... 45 46 Next