|
|
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
2 Articles match "Demo","Extensibility"
|
Related DevelopMentor Courses
|
MORE
|
|
Guerrilla.NET (US)
PFx: Task: a Unified Threading API When the Parallel Framework Extensions (PFx) were first announced it looked as though it was going to target a narrow set of requirements around parallelizing processor intensive code. You will also get to know Extensible Application Markup Language (XAML) and combine it with procedural code to build compelling client applications that can be deployed to the desktop or run in a browser. From there we will build out a.NET application using LINQ and MongoDB in a series of interactive demos using Visual Studio 2010 and C#. The.NET 4.0
DevelopMentor Courses
- Wednesday, June 9, 2010
Azure and.NET Services: Emerging Technology Bootcamp
Demos built by some of the world's leading technologists will bring to life the capabilities of products and services announced at PDC 2008. Dublin is an extension to the Windows Server Application Server Role designed for hosting workflow and workflow based services. The Parallel Framework Extensions (PFx) provides a new library to assist with parallelization of tasks and provides a richer set of concurrent data structures to make writing multi-core enabled applications simpler. How can these new products and services improve the quality your applications? Day 3 WF 4.0
DevelopMentor Courses
- Friday, June 12, 2009
|
14 Articles match "Demo","Extensibility"
|
The Latest from DevelopMentor
|
MORE
|
|
MSDN Roadshow in Maine
And of course you can hook right into ASP.NET MVC to craft testable and extensible solutions. This demo-heavy session will give you the 411 on using Expression Blend 4 and Visual Studio 2010 with the Windows Phone 7 tools. Almost manage to miss it in my inbox, but I just signed up for the Maine MSDN Roadshow event! It will be held on May 11th in Augusta, ME with thanks to State of Maine (John rules!) for the accommodations and of course Microsoft for making Chris and Jim drive all the way up north :-). The Agenda: A Payload of Awesomeness. Sign up here.
The Blomsma Code
- Friday, May 7, 2010
MSDN Roadshow in Maine
And of course you can hook right into ASP.NET MVC to craft testable and extensible solutions. This demo-heavy session will give you the 411 on using Expression Blend 4 and Visual Studio 2010 with the Windows Phone 7 tools. Almost manage to miss it in my inbox, but I just signed up for the Maine MSDN Roadshow event! It will be held on May 11th in Augusta, ME with thanks to State of Maine (John rules!) for the accommodations and of course Microsoft for making Chris and Jim drive all the way up north :-). The Agenda: A Payload of Awesomeness. Sign up here.
The Blomsma Code
- Friday, May 7, 2010
Article: 10 Features in.NET 4.0 that made Me Smile
The Parallel Extensions for The.NET Framework will be built into mscorlib.dll. BTW, here are some really great demos for PFx in.NET 4.0. I recently wrote another article for DevelopMentor 's Developments newsletter (not subscribed yet? see top-right of this page ). This one is entitled. 10 Features in.NET 4.0 that made Me Smile. Read it on the DevelopMentor website: [link]. am republishing it below for you all to enjoy on your RSS readers. Cheers, Michael. 10 Features in.NET 4.0 that made Me Smile. have been reviewing some of our upcoming classes at DevelopMentor this week.
Michael C. Kennedy's Weblog
- Wednesday, December 16, 2009
|
-
|
The Best from DevelopMentor
|
MORE
|
-
How to build a Development/Test/Demo CA
They usually expire on the very day where you have to do an important demo. The location of the revocation list(s) is embedded in certificates in the CDP (CRL Distribution Point) extension. Simply removing the complete CDP extension would be one workaround - but some apps don't like that at all. On the extensions tab you can see the list of CRL locations. Make sure you check the "Include in the CDP extensions of issued certificates" box for your new location. I often need X509 certificates - but I never really became friendly with makecert. Perfect.
www.leastprivilege.com
- Thursday, August 14, 2008
-
Slides and Demos from BASTA!
Here are the slides and demos. Generics, Extension Methods and Lambdas – Beyond List. Thanks to everyone who came to my sessions at BASTA! My first time at that conference and I had a great time. What’s New in Workflow 4.0. Contract First Development with WCF.
.NET Meanderings
- Saturday, September 26, 2009
-
Pfx, Parallel Extensions take advantage of multiple cores, but be careful.
So first task was to find some code I wanted to parallelise I frequently use a piece of logic I stole from the book "How long is a piece of string" that uses many iterations to work out the value of PI as a good async demo, so I thought I would have a go at parallelising this piece of code. Microsoft has now made available a parallel library for.NET, its still in early stages with its aim is to make it easier to write applications to take advantage of multiple cores. Pfx has really two layers one which offers a relatively high level of abstraction, providing a Parallel.For, Parallel.Do
.NET Mutterings
- Sunday, January 13, 2008
-
Microsoft's Parallel Framework extensions (Pfx) isn’t always the free lunch its cracked up to be.
I’ve seen numerous demos of Microsoft's Parallel Framework Extensions ( Pfx), and as you would expect they focus on showing how easy it is to make sequential code go faster on multiple cores. Whilst there is no disputing that the code that is run certainly scales as you add new processors, you can’t get away from the fact that a lot of these demos are contrived, heavy use of Thread.SpinWait to simulate lots of computation for each parallel task. One demo I’ve seen over and over again is summing the nodes of a binary tree. So is the free lunch back?
.NET Mutterings
- Wednesday, April 1, 2009
-
Getting T4 templates to work with Silverlight
12: public class Demo. 3: public class Demo. By default Visual Studio allows you to create T4 templates by renaming a text files extension from TXT to TT but that is about it. In a previous blog post I mentioned that T4 templates didn’t quite work with Silverlight development. The reason being that Visual Studio decides to load the Silverlight version of System.dll which doesn’t contain all the required classes. Fortunately I was not the first person to run into this limitation, Jason Jarrett did as well and he described the solution in a blog post here. 11: {.
The Problem Solver
- Monday, March 23, 2009
-
Daniel Pratt to present at BAND meeting
Probably most of us have seen at least one slick demo of WPF or Silverlight. Such demos are inspiring, but they don't convey what it's like to actually use WPF in the real world. Fresh from completing our first business-centric application that uses WPF extensively, I'm excited to share from my experience of using WPF in the real world. Daniel will present at the next Bangor Area.NET Developer (BAND) meeting (June 23rd, 2009): WPF - A little further down the rabbit hole. Daniel is a developer for Tyler Technologies in Bangor. More information on: www.bangordevelopers.com.
The Blomsma Code
- Wednesday, June 10, 2009
-
Webcast: Building Modern Apps in ASP.NET WebForms
promise lots of demos and some disdainful comments about PowerPoint ! New Parallel Extensions your thing: Check out Andy Clymer ’s PFX talk. At DevelopMentor we have been running a bunch of free webcasts. Last month it was TDD and Agile. This month we are running 4 webcasts celebrating the announcements around.NET 4.0, Visual Studio 2010, and PDC 2009. Join me Monday, November 23rd and register here: [link]. We’ll talk about integrating ASP.NET’s routing infrastructure into existing an ASP.NET WebForms application. That’s Brock Allen’s talk: [link]. link to follow soon).
Michael C. Kennedy's Weblog
- Thursday, November 5, 2009
|
|
|