DotNetShoutout - Stories tagged with Beta
4
Shouts

Windows Phone 7.1 Beta Developers Tools Available.. - Don Burnett

published 719 days, 20 hours, 5 minutes ago posted by iftekharahmedamitiftekharahmedamit 723 days, 18 hours, 2 minutes ago
Monday, May 30, 2011 5:18:29 PM GMT Thursday, May 26, 2011 7:21:53 PM GMT
Microsoft has released the Windows Phone 7.1 Beta tools including all the hyped “mango” goodness targeting WP 7.0 and the 7.1 beta release.. Phones running the new software, will let users search for restaurants and businesses in their immediate area, perform voice-based Web searches, identify music playing in their surroundings, and switch back and forth between applications.The release will also include a fully HTML 5 compatible web browser.   Developers interested in reviewing this beta shou... (more)
category: UX | clicked: 1 | comment | | source: www.uxmagic.com
tags: Windows Phone 7, Beta, windows phone 7.1, Windows Phone 7.1 Development Tools
4
Shouts

Silverlight 5 Beta Rough Notes: Low Latency Sound Effects - Mike Taulty's Blog

published 739 days, 12 hours, 16 minutes ago posted by iftekharahmedamitiftekharahmedamit 740 days, 1 hour, 9 minutes ago
Wednesday, May 11, 2011 1:07:09 AM GMT Tuesday, May 10, 2011 12:14:06 PM GMT
Note: these are early notes based on some initial experiments with the Silverlight 5 beta, apply a pinch of salt to what you read. As you’d expect, Silverlight can already play audio and has been able to since day one via the MediaElement class which doubles up for also playing video. If I remember rightly, audio support is for mp3, WMA7, 8 and 9 and also for AAC but does not include WAV files. MediaElement is pretty easy to use but if you’ve got requirements like;Multiple media elements playing back ... (more)
category: Metro | clicked: 1 | comment | | source: mtaulty.com
tags: Silverlight, SL5, Silverlight 5 Beta, Beta, Silverlight 5
5
Shouts

Silverlight 5 Beta Rough Notes–Hardware Decoded H.264 - Mike Taulty's Blog

published 746 days, 29 minutes ago posted by StevesSteves 746 days, 22 hours, 25 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Tuesday, May 03, 2011 2:58:53 PM GMT
Note: these are early notes based on some initial experiments with the Silverlight 5 beta, apply a pinch of salt to what you read. This is a simple one – I’d read that Silverlight 5 could now do hardware decoding of H.264 encoded video on Windows so I thought I’d give that a try. I wanted a 1080p video so I did a quick search and came up with http://www.h264info.com/clips.html (I’ve no idea of the legality of these video clips by the way) and I downloaded the trailer for “The Bourne Ultimatum”). This ... (more)
category: Metro | clicked: 2 | 1 comment | | source: mtaulty.com
tags: SL, Silverlight, SL5, Silverlight 5 Beta, Beta, Silverlight 5
5
Shouts

Binding to Dynamic Properties with ICustomTypeProvider (Silverlight 5 Beta) - Silverlight SDK - Alexandra Rusina

published 752 days, 3 hours, 51 minutes ago posted by NickolayNickolay 753 days, 5 hours, 25 minutes ago
Thursday, April 28, 2011 9:32:47 AM GMT Wednesday, April 27, 2011 7:58:34 AM GMT
Silverlight 5 Beta introduces a new ICustomTypeProvider interface that enables data binding to objects the structure of which cannot be known until runtime. This is a common problem when you work with data in any format from databases to metadata or XML files to JSON objects. New attributes or new columns can be added over time and prior to Silverlight 5 you needed to update and recompile your source code if you wanted to show this new data through data binding in a Silverlight application. With ICustom... (more)
category: Metro | clicked: 6 | comment | | source: blogs.msdn.com
tags: SL, Silverlight, SL5, Silverlight 5 Beta, Beta, Silverlight 5
7
Shouts

LightSwitch Beta 2 Content Rollup - Beth Massi

published 781 days, 22 hours, 30 minutes ago posted by iftekharahmedamitiftekharahmedamit 784 days, 2 hours, 2 minutes ago
Tuesday, March 29, 2011 2:53:38 PM GMT Sunday, March 27, 2011 11:21:51 AM GMT
Well it’s been 10 days since we released Visual Studio LightSwitch Beta 2 and we’ve been working really hard to get all of our samples, “How Do I” videos, articles and blog posts updated to reflect Beta 2 changes. Yes, that’s right. We’re going through all of our blog posts and updating them so folks won’t get confused when they find the posts later down the road. You will see notes at the top of them that indicate whether the information only applies to Beta 1 or has been updated to Beta 2 (if there’s n... (more)
category: How To | clicked: 1 | comment | | source: blogs.msdn.com
tags: Visual Studio LightSwitch, Beta, LightSwitch Beta 2, beta 2, LightSwitch
5
Shouts

Mindscape releases LightSpeed 4 beta

published 856 days, 59 minutes ago posted by traskjdtraskjd 858 days, 10 hours, 35 minutes ago
Friday, January 14, 2011 12:24:32 PM GMT Wednesday, January 12, 2011 2:48:19 AM GMT
Mindscape has release LightSpeed 4 beta for customers to start testing with. The big improvements in LightSpeed 4 focus on improving distributed solutions and allowing LightSpeed to make working with large scale distributed solutions easier. Along with the core distributed entities improvements, support for RIA Services, DTO improvements and many other new features will be making their way out to customers as part of the nightly builds for LightSpeed 4 Beta over the coming weeks. (more)
category: Architecture | clicked: 0 | comment | | source: www.mindscapehq.com
tags: RIA Services, Beta, LightSpeed, Linq, Mindscape
5
Shouts

VS 2010 SP1 (Beta) and IIS Express - Scott Guthrie's Blog

published 856 days, 19 hours, 26 minutes ago posted by iftekharahmedamitiftekharahmedamit 858 days, 17 hours, 48 minutes ago
Thursday, January 13, 2011 5:58:01 PM GMT Tuesday, January 11, 2011 7:35:45 PM GMT
Last month we released the VS 2010 Service Pack 1 (SP1) Beta.  You can learn more about the VS 2010 SP1 Beta from Jason Zander’s two blog posts about it, and from Scott Hanselman’s blog post that covers some of the new capabilities enabled with it.  You can download and install the VS 2010 SP1 Beta here.IIS Express Earlier this summer I blogged about IIS Express.  IIS Express is a free version of IIS 7.5 that is optimized for developer scenarios.  We think it combines the ease of use of the ASP.NET Web... (more)
category: How To | clicked: 0 | comment | | source: weblogs.asp.net
tags: VS 2010 service pack 1, Beta, VS 2010, IIS Express, IIS, SP1
5
Shouts

ASP.NET MVC 3: New @model keyword in Razor - ScottGu's Blog

published 940 days, 12 hours ago posted by iftekharahmedamitiftekharahmedamit 941 days, 13 hours, 39 minutes ago
Friday, October 22, 2010 1:23:36 AM GMT Wednesday, October 20, 2010 11:45:01 PM GMT
Two weeks ago we shipped the ASP.NET MVC 3 Beta Release.  It supports “go live” deployments, and includes a bunch of nice improvements/enhancements.  You can see a summary of the new ASP.NET MVC 3 features in my beta announcement post.  Also read my original ASP.NET MVC 3 Preview post to learn about other ASP.NET MVC 3 features that showed up with that initial preview release. This post is the first of several “mini-posts” I’m going to do that talk about a few of the new ASP.NET MVC 3 Beta features in m... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC 3 Beta, ASPNETMVC, Beta, MVC, ASP.NET
9
Shouts

The EntitySpaces RIA Services Beta is Available for Download - The EntitySpaces Team Blog

published 972 days, 52 minutes ago posted by DustinDustin 972 days, 19 hours, 27 minutes ago
Monday, September 20, 2010 12:31:05 PM GMT Sunday, September 19, 2010 5:57:02 PM GMT
We are pleased to announce the EntitySpaces RIA Services beta (2010.1.0913.0). This is a trial version, do not use this for production as it will eventually expire. Also, unless you are interested in RIA services you should not install this beta. You can download the RIA Services Beta Here. You definitely should watch the first video below, it was made to go along with the actual beta release. There are two changes that might effect your code (most people will not notice these two changes):The single En... (more)
category: Web Dev | clicked: 0 | 1 comment | | source: www.entityspaces.net
tags: EntitySpaces, RIA Services, Beta
8
Shouts

Putting sites at the center of the browsing experience, using the whole PC: IE9 Beta Available for Download - IEBlog

published 972 days, 23 hours, 9 minutes ago posted by iftekharahmedamitiftekharahmedamit 975 days, 11 hours, 7 minutes ago
Sunday, September 19, 2010 2:14:31 PM GMT Friday, September 17, 2010 2:16:31 AM GMT
Our approach to building a faster web browsing platform, as seen in the Platform Previews, involves using everything the PC and its hardware have to offer. Before IE9, browsers used perhaps 10% of the PC’s capability. IE9 has shown the clear performance benefits with full hardware-acceleration of webpages. Our approach in designing a site-centric web browsing experience also involves using everything available around the browser. We see all the pixels and code that people need for a significantly bette... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: Internet Explorer 9, Download, Beta, IE9Beta, Internet Explorer 9 Beta, IE9, IE, Browser, Web Browser
3
Shouts

How to Create an ASP.NET Application from Scratch Using WebMatrix Beta

posted by iftekharahmedamitiftekharahmedamit 984 days, 21 hours, 4 minutes ago
Tuesday, September 07, 2010 4:19:36 PM GMT
Seamless, simple, small, and best of all, free, WebMatrix Beta includes a complete collection of web development tools that installs in minutes. It elegantly integrates a web server with database and programming frameworks to create a single, integrated experience. Use WebMatrix to streamline the way you code, test, and publish your own ASP.NET or PHP website, or start a new site using the world's most popular open source apps like DotNetNuke, Umbraco, WordPress, or Joomla. With WebMatrix on your deskto... (more)
category: Web Dev | clicked: 0 | comment | | source: www.asp.net
tags: WebMatrix Beta, Beta, WebMatrix, ASP.NET
4
Shouts

WebMatrix Beta - Tips and Tricks : Robert Lucero IIS Testing Blog

posted by iftekharahmedamitiftekharahmedamit 984 days, 21 hours, 21 minutes ago
Tuesday, September 07, 2010 4:02:58 PM GMT
Here’s a short list of really cool features to try out in the new WebMatrix:Use Web Platform Installer v3.0 Beta to install Apps to both WebMatrix and IISManage and Maintain Other... (more)
category: How To | clicked: 1 | comment | | source: blogs.iis.net
tags: tricks, Tips and Tricks, Beta, Tips, WebMatrix
7
Shouts

LightSwitch Beta 1 Available to MSDN Subscribers! - Visual Studio LightSwitch Team Blog

published 1001 days, 1 hour, 38 minutes ago posted by iftekharahmedamitiftekharahmedamit 1001 days, 21 hours, 3 minutes ago
Sunday, August 22, 2010 11:45:38 AM GMT Saturday, August 21, 2010 4:20:09 PM GMT
We just released Visual Studio LightSwitch Beta 1 to MSDN subscribers. Public availability will be this Monday, August 23rd but if you are an MSDN subscriber visit your subscriptions page to get access to the download now. Otherwise check the the LightSwitch Developer Center on Monday for the public download. Here are some resources to help get you started -- we have a lot more for you on Monday via the Dev Center so stay tuned!! LightSwitch Beta 1 Documentation on MSDN... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: Visual Studio LightSwitch, Beta, MSDN, LightSwitch
11
Shouts

ASP.NET + Jquery Chat v1.0b is released

published 1005 days, 21 hours, 2 minutes ago posted by http://smakazmi.myopenid.com/http://smakazmi.myopenid.com/ 1009 days, 18 hours, 35 minutes ago
Tuesday, August 17, 2010 4:21:41 PM GMT Friday, August 13, 2010 6:48:08 PM GMT
ASP.NET + Jquery Chat v1.0 Beta has just been released. Comet: It contains fantastic new features such as 'Comet' instead of traditional Ajax polling for instant message transfers/status updates and improved scalability. In Memory Mode: It now has an in memory mode so no need for writing xml files to disk at all. Cache: It uses ASP.NET Web Cache so if you choose to go with using xml files the writes and reads to disk are as minimal as possible. Extras: Extra goodies like emoticons, sound notification... (more)
category: Web Dev | clicked: 17 | 2 comments | | source: aspnetjquerychat.codeplex.com
tags: comet, Release, chat, Beta, OpenSource, jQuery, Ajax, ASP.NET
7
Shouts

Web Farm Framework 2.0 overview - Ruslan Yakushev

published 1015 days, 22 hours, 51 minutes ago posted by iftekharahmedamitiftekharahmedamit 1018 days, 20 hours, 21 minutes ago
Saturday, August 07, 2010 2:32:10 PM GMT Wednesday, August 04, 2010 5:02:47 PM GMT
IIS team has recently released a Web Farm Framework 2.0 beta. The goal of the Web Farm Framework is to enable easy provisioning, deployment and managing of web farms. This blog post provides an example of what Web Farm Framework can do and how it can simplify the Web Farm management tasks. To demonstrate the capabilities of the tool, we will create a simple web farm that looks as on the following diagram: The load balancer will be using the Application Request Routing for IIS 7 and will also act as a W... (more)
category: How To | clicked: 2 | comment | | source: ruslany.net
tags: IIS7, IIS7.0, Web Farm Framework 2.0, Beta, IIS
8
Shouts

Windows Phone Developer Tools Beta Released - Windows Phone Developer Blog - Brandon Watson

published 1039 days, 1 minute ago posted by StevesSteves 1040 days, 1 hour, 20 minutes ago
Thursday, July 15, 2010 1:22:57 PM GMT Wednesday, July 14, 2010 12:03:46 PM GMT
First things first: go get the Windows Phone Developer Tools Beta. It has arrived! The term “Beta” is understood to mean that things are close to being finished. Well, that’s what we mean anyway. This Beta release represents the near final version of the tools for building applications and games for Windows Phone 7. Since the initial CTP release of the tools just this March, the Windows Phone Developer Tool CTP has been widely embraced by the community, and they have shown what’s possible on our new ... (more)
category: UX | clicked: 1 | comment | | source: windowsteamblog.com
tags: Windows Phone Developer Tools, Windows Phone 7, Beta, Windows Phone, Expression Blend, Windows Phone Developer Tools Beta
4
Shouts

F# application not working if VS2010 beta/RC is installed!

published 1094 days, 1 hour, 1 minute ago posted by TabblesTabbles 1095 days, 5 hours, 24 minutes ago
Friday, May 21, 2010 12:22:34 PM GMT Thursday, May 20, 2010 7:59:20 AM GMT
If your F# app is misteriously crashing at startup, the cause could be that VS2010 beta/RC is installed we finally found out what the cause of a hideous crash was.If you experienced the following error message at startup: -------------------- Level 0 -------------Exception type = System.MissingMethodExceptionMessage = Method not found: 'Microsoft.FSharp.Collections.FSharpList1 Microsoft.FSharp.Collections.FSharpList1.get_Ta... (more)
category: How To | clicked: 1 | comment | | source: tabbles.net
tags: Beta, Visual Studio, F#, .dll