Alex
Name: Alex
Score: 10,283.57
Last Seen: 711 days, 15 hours, 57 minutes ago
Member Since: 8 February, 2009
DotNetShoutout
atom rss
6
Shouts

PDC and Silverlight - The Silverlight Blog

published 929 days, 1 hour, 39 minutes ago posted by AlexAlex 930 days, 41 minutes ago
Tuesday, November 02, 2010 7:38:27 PM GMT Monday, November 01, 2010 8:35:34 PM GMT
Last week, we held our PDC conference on the Microsoft campus in Redmond, Wash. We also streamed it online using Silverlight (with both live and on-demand sessions). Already, more than 100,000 developers have watched the event, and the feedback on the streaming experience has been phenomenal. If you haven’t had a chance to watch the sessions yet, I encourage you to do so: http://microsoftpdc.com (more)
category: Metro | clicked: 0 | comment | | source: team.silverlight.net
tags: SL, Silverlight, PDC
6
Shouts

How Windows Embedded Silverlight Tools works.. - Don's Mobile Blog

published 929 days, 1 hour, 39 minutes ago posted by AlexAlex 930 days, 51 minutes ago
Tuesday, November 02, 2010 7:38:27 PM GMT Monday, November 01, 2010 8:25:50 PM GMT
WorkflowA designer creates a Silverlight-based user interface project in Expression Blend and passes this UI project to a developer.  The developer creates a Windows Embedded application from a Expression Blend project. The developer writes and tests the code that implements the functionality of the application with UI resources from the Expression Blend project. If you wish to allow  the designer and the developer to work on the application in parallel, they create a Designer/Developer contract that def... (more)
category: Metro | clicked: 3 | comment | | source: www.uxmagic.com
tags: SL, Silverlight, Windows Embedded
7
Shouts

Asynchrony in C# 5, Part One - Eric Lippert's Blog

published 933 days, 7 hours, 58 minutes ago posted by StevesSteves 934 days, 2 hours, 28 minutes ago
Friday, October 29, 2010 1:18:51 PM GMT Thursday, October 28, 2010 6:49:15 PM GMT
The designers of C# 2.0 realized that writing iterator logic was painful. So they added iterator blocks. That way the compiler could figure out how to build a state machine that could store the continuation - the “what comes next” - in state somewhere, hidden behind the scenes, so that you don’t have to write that code. They also realized that writing little methods that make use of local variables was painful. So they added anonymous methods. That way the compiler could figure out how to hoist the loca... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: C#
6
Shouts

What’s Next in C#? Get Ready for Async! - Alexandra Rusina

published 933 days, 7 hours, 58 minutes ago posted by StevesSteves 934 days, 2 hours, 16 minutes ago
Friday, October 29, 2010 1:18:51 PM GMT Thursday, October 28, 2010 7:00:55 PM GMT
Today we announced the Visual Studio Async CTP, which shows one of the major features we plan to include in a future release of C# and Visual Basic. This feature makes development of asynchronous applications--which include everything from desktop applications with responsive UI to sophisticated web applications--much easier. The future release will introduce two new keywords to the C# language: await and async. The await keyword is used to mark asynchronous calls, so that you don’t need to create callb... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: Async, C#
8
Shouts

Tutorial: Pic Viewer Revisited on the Async CTP - Jason Zander's WebLog

published 933 days, 7 hours, 58 minutes ago posted by MikeMike 934 days, 2 hours ago
Friday, October 29, 2010 1:18:51 PM GMT Thursday, October 28, 2010 7:17:16 PM GMT
As Soma announced this morning, we’ve just released the Visual Studio Async CTP, a preview of the new language support coming in VB and C# to make it far easier to write responsive client apps and scalable server apps. You can find out more details by visiting the Async CTP site. For this post, I’m going to continue my Pic Viewer WPF demo from last year, updating it to show what you can do with the Async CTP. If you don’t yet have the Async CTP, you can get it up on the Download Center. Just install ... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: Async, CTP
8
Shouts

Making Asynchronous Programming Easy - Somasegar's WebLog

published 933 days, 7 hours, 58 minutes ago posted by iftekharahmedamitiftekharahmedamit 934 days, 2 hours, 20 minutes ago
Friday, October 29, 2010 1:18:51 PM GMT Thursday, October 28, 2010 6:56:55 PM GMT
Writing applications that effectively handle long latencies can be a daunting challenge. As software applications grow more complex, more developers are building software that accesses remote resources, performs longer computations, and processes large data sets. Tasks we used to think of as being quick now may take orders of magnitude longer to complete or may never complete. Without special care taken to manage conditions that may arise from these latencies, applications can become unresponsive or u... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: VB, .NET Framework, Async, C#, Visual Studio
9
Shouts

Free ebook: Programming Windows Phone 7, by Charles Petzold - Microsoft Press

published 933 days, 7 hours, 58 minutes ago posted by iftekharahmedamitiftekharahmedamit 934 days, 2 hours, 3 minutes ago
Friday, October 29, 2010 1:18:51 PM GMT Thursday, October 28, 2010 7:13:39 PM GMT
Gang, we’re done! 24 chapters, about 1,000 pages. Congratulations to Charles, who has outdone himself! Speaking for Charles and for the Windows Phone 7 team, we hope that you will enjoy Programming Windows Phone 7: You can download a PDF here (38.6 MB). And you can download the ebook’s sample code here (5.03 MB).... (more)
category: Smart Client | clicked: 0 | comment | | source: blogs.msdn.com
tags: Ebook, Windows Phone 7, Programming, Microsoft Press, WP7
7
Shouts

Update Configurations Without Replace With Enterprise Library 5 Fluent Configuration API

published 934 days, 2 hours, 42 minutes ago posted by gilfgilf 934 days, 12 hours, 15 minutes ago
Thursday, October 28, 2010 6:34:36 PM GMT Thursday, October 28, 2010 9:02:11 AM GMT
I got a question today in an article I published about the fluent configuration API in Enterprise Library 5. The question was how to add a database connection string to an existing configuration during runtime. The person who wrote the question also published a specific solution which I refactored to a general purpose solution that I’ll show in this post. (more)
category: How To | clicked: 11 | comment | | source: blogs.microsoft.co.il
tags: Enterprise Library 5.0, Fluent, Configuration
9
Shouts

jQuery and YUI 3: A Tale of Two JavaScript Libraries » Yahoo! User Interface Blog (YUIBlog)

published 933 days, 7 hours, 58 minutes ago posted by KluggerKlugger 934 days, 22 hours, 16 minutes ago
Friday, October 29, 2010 1:18:51 PM GMT Wednesday, October 27, 2010 11:00:48 PM GMT
Recently I had the opportunity to build my first JavaScript front end application. What follows is a short story of the discovery and evolution that comes about when trying to use tools that aren’t suited for the job at hand. It is an account of the learning acquired through developing... (more)
category: Web Dev | clicked: 2 | comment | | source: www.yuiblog.com
tags: YUI, JavaScript, jQuery
5
Shouts

WP7 Development Tips Part 1 - Kevin Marshall

published 934 days, 2 hours, 42 minutes ago posted by StevesSteves 934 days, 22 hours, 18 minutes ago
Thursday, October 28, 2010 6:34:36 PM GMT Wednesday, October 27, 2010 10:58:31 PM GMT
Performance is the area that we probably spend the most time on in all our apps.  Building apps on the phone is just way different than building desktop apps.   Things that might be really minor optimizations on a desktop Silverlight can really make a difference on desktop Silverlight apps. Developing on the phone is an issue of economics where processing power is a scarce resource.  You have to be conscious of the tradeoffs of using things like binding, layout controls, de... (more)
category: Smart Client | clicked: 0 | comment | | source: blogs.claritycon.com
tags: WP7
6
Shouts

Creating Performance Counters Programmatically (C#)

published 934 days, 2 hours, 42 minutes ago posted by BlackWaspBlackWasp 934 days, 22 hours, 49 minutes ago
Thursday, October 28, 2010 6:34:36 PM GMT Wednesday, October 27, 2010 10:28:16 PM GMT
Performance counters allow numerical information about the current state of the operating system or an application to be recorded and monitored using standard tools. This article explains how to create custom performance counters using C# code. (more)
category: How To | clicked: 1 | 2 comments | | source: www.blackwasp.co.uk
tags: C#, Performance, Windows
5
Shouts

Configuring AppFabric Session Hosts Dynamically - Brian Ritchie

published 934 days, 2 hours, 42 minutes ago posted by NickolayNickolay 934 days, 23 hours, 2 minutes ago
Thursday, October 28, 2010 6:34:36 PM GMT Wednesday, October 27, 2010 10:14:36 PM GMT
Windows Server AppFabric has finally brought a performant, fault-taulerant session provider to ASP.NET.  Originally, this technology was part of the Velocity Project.  Very cool stuff.  There are lots of articles out there about how to configure this new service via web.config. Now, I love web.config as much as the next person, but it makes my deployment process painful.  Sure there is the new web.config transformation process, but it requires the code to ... (more)
category: Web Dev | clicked: 2 | comment | | source: weblogs.asp.net
tags: AppFabric, ASP.NET
7
Shouts

Getting rid of the magic strings in a WCF Data Service Client - Pablo M. Cibraro

published 934 days, 2 hours, 42 minutes ago posted by NickolayNickolay 934 days, 23 hours, 4 minutes ago
Thursday, October 28, 2010 6:34:36 PM GMT Wednesday, October 27, 2010 10:13:29 PM GMT
Getting rid of the magic strings in a WCF Data Service Client One of the common problems that you might find when using the generated DataServiceContext for consuming an existing WCF data service is that you have magic strings everywhere for handling links (expanding, adding, deleting, etc). The problem with all those magic strings is that they make your code to compile correctly, but you might run into some error at runtime because you used a link that does not exist or it was just renamed. To give a... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: WCF
11
Shouts

Deploying ASP.NET MVC 3 web application to server where ASP.NET MVC 3 is not installed

published 933 days, 7 hours, 58 minutes ago posted by gpeipmangpeipman 935 days, 1 hour, 26 minutes ago
Friday, October 29, 2010 1:18:51 PM GMT Wednesday, October 27, 2010 7:51:20 PM GMT
When I wrote my last posting about jQuery Mobile and ASP.NET MVC. I built my sample application on ASP.NET MVC 3. To try it out with friends I put my application up to my web server where I don’t have ASP.NET MVC 3 installed. In this posting I will tell you what files you need and where you can find them. (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: Deploy, MVC, ASP.NET
8
Shouts

C# 4.0 Reflection Programming - Part 4

published 934 days, 2 hours, 42 minutes ago posted by sonukapoorsonukapoor 935 days, 7 hours, 1 minute ago
Thursday, October 28, 2010 6:34:36 PM GMT Wednesday, October 27, 2010 2:16:12 PM GMT
In this last article of this series, we will learn what to do with reflection. But before making the topic more interesting, we'll first look at how to dynamically create an object. (more)
category: Architecture | clicked: 0 | comment | | source: dotnetslackers.com
tags: C#, Reflection
6
Shouts

Introducing the amazing WPF controls library on Codeplex !

published 934 days, 2 hours, 42 minutes ago posted by jmix90jmix90 935 days, 9 hours, 9 minutes ago
Thursday, October 28, 2010 6:34:36 PM GMT Wednesday, October 27, 2010 12:08:13 PM GMT
I am pleased to announce you the creation of the Amazing WPF controls library on Codeplex ! It will contains the differents controls I describe and/or peel on this blog. I will try to make an article for each control added to the library. (more)
category: How To | clicked: 7 | comment | | source: blog.lexique-du-net.com
tags: Control, WPF, windows presentation foundation, controls
8
Shouts

Building a MVC2 Template, Part 19, Finishing NHibernate | erictopia.com

published 936 days, 20 hours, 48 minutes ago posted by http://37stars.wordpress.com/http://37stars.wordpress.com/ 937 days, 6 hours, 53 minutes ago
Tuesday, October 26, 2010 12:29:03 AM GMT Monday, October 25, 2010 2:24:00 PM GMT
This post will be fairly short. It will also tie together the two previous posts into our solution. If I haven’t left anything out, by the end of this article your solution will compile without errors and all the specifications will pass testing. We’ll start by creating the tables to hold our data. In part 18 we created the mappi... (more)
category: Web Dev | clicked: 0 | comment | | source: erictopia.com
tags: role provider, Ninject, Membership Provider, ASP.NET MVC 2, NHibernate
10
Shouts

Using Microsoft Unity in ASP.NET MVC

published 936 days, 20 hours, 48 minutes ago posted by sonukapoorsonukapoor 937 days, 6 hours, 23 minutes ago
Tuesday, October 26, 2010 12:29:03 AM GMT Monday, October 25, 2010 2:54:01 PM GMT
Using Microsoft Unity in ASP.NET MVC (more)
category: Web Dev | clicked: 1 | comment | | source: dotnetslackers.com
tags: Unity, MVC
10
Shouts

Beginners Guide to Visual Studio LightSwitch (Part - 1)

published 936 days, 20 hours, 48 minutes ago posted by KMilKMil 937 days, 12 hours, 12 minutes ago
Tuesday, October 26, 2010 12:29:03 AM GMT Monday, October 25, 2010 9:04:45 AM GMT
Read this article written by Kunal Chowdhury to learn about creating a Silverlight data driven application with the help of Visual Studio LightSwitch. (more)
category: Metro | clicked: 0 | comment | | source: www.silverlightshow.net
10
Shouts

Beginners Guide to Visual Studio LightSwitch (Part - 2)

published 936 days, 20 hours, 48 minutes ago posted by KMilKMil 937 days, 12 hours, 4 minutes ago
Tuesday, October 26, 2010 12:29:03 AM GMT Monday, October 25, 2010 9:13:16 AM GMT
In this article, Kunal Chowdhury will show you how to create a search record window & export the records to Excel Sheet using Visual Studio LightSwitch for Silverlight. (more)
category: Metro | clicked: 0 | comment | | source: www.silverlightshow.net
Previous 1 2 ... 6 7 8 9 10 11 12 13 14 15 ... 45 46 Next