Hi
I get the following data back from my WCF Data Service (I cut out the metadata)
{
"d" : [
{"CodeId": 6, "Title": "A Child Sub Item", "Parent":},
{"CodeId": 5, "Title": "Another Root Item", "Parent": -1},
{"CodeId": 4, "Title": "Child Item", "Parent": 2},
{"CodeId": 2, "Title": "Root Item", "Parent": -1}
]
}
I am trying to get this into a <ul> style tree with Parent = -1 as root and then the rest as sub items of their parent id's.
Can anyone help me please, preferably in jQuery? I will use this in jstree if someone knows of a better way to do this.
Thanks
I'm trying to learn Qt4. I have written code in C, C#, Python, PHP, Java and JavaScript before, but not in C++. Is there a book on Qt4 that you can recommend me?
I've found some books I might like, but they're a little on the expensive side. I'm not ready to commit to Qt before I've played with it for a while, so I'd prefer to keep it under 30 bucks.
I will accept the answer that gets the most up votes.
I'm using WordPress as CMS for a site I'm developing. When I'm browsing posts, I can use Next/Previous links to walk between posts. I want to have the same thing on pages.
Page A
Page B
Page C
Page A should link to next sibling Page B. Page B should link to previous sibling Page A and next sibling Page C. Page C should link to previous sibling Page B.
Is there any plugin you can recommend that generates these links? I know there are some plugins that do this, but I specifically want one that hooks into my current theme automatically. I know how to edit the theme, but that would brick my site whenever a theme update is available.
I'm using the LightWord WordPress theme.
Here is an interesting use of JavaScript: reordering items with drag and drop. The implementation itself in my page works fine, but is there a way to determine in which order the user put the items?
This is my code:
[email protected] do |a|
-if @i%3 == 0
%ul
%li=link_to a.name, a
-@i += 1
I need the li to be inside the ul which is inside the if-statement.
I can't do it because of the indentation. Can't I just tell the li to indent automatically?
Thanks
I have a form with a disabled submit button. Even though the user can't press this button, he can still hit Enter to submit the form. How do I prevent that?
Hi, I'm currently working at a application that helps people understand how to do there job. You can see it as a personal coach that guides them trough all the steps they need to do that no normal person could keep remembering.
In my previous application we had the ability to show the user up to 4 pictures (what proves to be more then enough). The application would load the data and see how many pictures where in every instruction and then sort out the picture in the best fitting way without messing up the scale and resolution of the pictures. This all was done with GDI+ and worked very well.
Ofc, change is something that always happens, my bosses came up with some great ideas. So they want to be able to see movies on the screen, animated gif's, 3D models that can rotate or animate. So I think we had pushed GDI+ to it's limits and it's time to look for something different.
I have heard and readed about WPF but have no experience with it. Is it even possible to do all what I ask in WPF? And what about the old picture-merging thing I wrote, can we also get it done in wpf? I tried to make some things working but I didn't went as smooth as I hoped.
I'm also concerned about the fact that the interface needs to be dynamic, the one moment it should be showing picture with some text above it, the other moment it should be showing another text with a video under it.
I would love to hear some opinions here and if you got some other suggestions I should look into pls tell me. Thnx in advance
PS: If WPF is the choice, should I convince my boss to change to .net 4.0?
I know that I can assign an onclick action to <input type="button"-style buttons. But is it possible to let it behave like an <a> without using JavaScript? I ask because I'm in a situation where technically I'm better off using <a>'s, but buttons look nicer.
Is there a function I can call to know if a certain element is currently being hovered over, like this?
/* Returns true or false */
hoveringOver("a#mylink");
I'm editing variable length lists and use ViewData to pass around information for filling a DropDownList. I use the method described here for editing these lists:
http://blog.stevensanderson.com/2010/01/28/editing-a-variable-length-list-aspnet-mvc-2-style/
The data for this dropdownlist comes from the database. As the ViewData is not available across requests, I currently do a new query to the database each and every time. This also happens when the ModelState is not valid and the form is redisplayed. Of course, this is less then ideal even for a light-weight query as this one.
How can I retain the information from that query across requests as long as the user is editing the page with that variable length list?
I'm trying to typeset a document I'm working on.
Currently I'm trying to format a piece of text such that the text consists of two colors: a fill color and a line color. In this way the header should pop out more.
I found \psset with options such as linecolor and fillcolor, but I can't get it to work. Can someone provide an example of how I could do this?
Just providing a color using the color-package is no problem, but also not what I want because using this package I can only provide a single color for a piece of text.
Hi guys,
I'm using an Excel sheet to keep track of a particular time series (my daily weight, if you must know). I created a macro that inserts a row, automatically adds today's date and calculates a moving average based on my input.
There is also a chart to visualize my progress. I have tried recording a macro that updates the time series in the graph, but to no success.
How can I create a macro or VBA script that, when executed, updates the range of the graph from A(x):Cy to A(x-1):Cy to include today's measurement?
Thanks!
I have a HTML file upload field from which I'm reading the file name of the file that the user specifies. The actual contents of the file is never uploaded.
At a later stage, is it possible to construct a link using this file name information so that if the user clicks on this link, the original file is launched into a new browser window? If not, what are the reason for disallowing this behaviour?
The purpose of such a feature is to store links to documents that are available on a mapped local drive or a network share.
#include <stdio.h>
int main() {
char read = ' ';
while ((read = getchar()) != '\n') {
putchar(read);
}
return 0;
}
My input is f (followed by an enter, of course). I expect getchar() to ask for input again, but instead the program is terminated. How come? How can I fix this?
Suppose I have a list as follows
bar=c()
bar["1997-10-14"]=1
bar["2001-10-14"]=2
bar["2007-10-14"]=1
How can I select from this list all values for which the index is within a specific date range? So, if I look for all values between "1995-01-01" and "2000-06-01", I should get 1. And similarly for the period "2001-09-01" and "2007-11-04", I should get 2 an 1.
I got this odd error and I can't figure out where it came from:
Warning: mysql_query(): 3 is not a valid MySQL-Link resource in (...)
What's up with the 3? I don't get it. Has anyone experienced this error themselves?
Got some input from the support team yesterday BIP patching. I dont have any control over the patches but have a voice to get information out there.
Just to clarify for you all, the recent 'rollup' patch, 9546699 that I blogged a while back supersedes all other patches for the standalone release.
If you have an issue and log an SR, please ensure you have applied 9546699 and re-checked the issue. There are so many fixes and enhancements in that patch that your issue may be fixed or addressed.
If you are a new customer and download the latest release, 10.1.3.4.1 from oracle.com. Please get onto the support site and get 9546699 applied straight away.
For more information check out Pieter's Note on BIP patching - 797057.1
Swiffy le convertisseur de fichiers Flash en HTML5
De Google
Google vient de lancer un nouveau service permettant de convertir en quelques clics les fichiers Falsh (.fla) en fichiers HTML5.
L'outil a été développé à l'origine par Pieter Senster, un ingénieur qui avait effectué un stage l'été dernier à Mountain View. Ses travaux portaient sur la manière d'afficher des animations Flash sur des appareils ne supportant pas la technologie d'Adobe comme l'iPhone ou l'iPad.
Le résultat de ses recherches a donné naissance à "Swiffy", un service qui s'appuie sur le support de la technologie SVG par les navigateurs, couplé au standard du CSS3 et au format d'échange de données JSON....
Earlier I had posted quick puzzle and I had received wonderful response to the same. Today we will go over the solution.
The puzzle was posted here: SQL SERVER – Puzzle – Challenge – Error While Converting Money to Decimal
Run following code in SSMS:
DECLARE @mymoney MONEY;
SET @mymoney = 12345.67;
SELECT CAST(@mymoney AS DECIMAL(5,2)) MoneyInt;
GO
Above code will give following error:
Msg 8115, Level 16, State 8, Line 3
Arithmetic overflow error converting money to data type numeric.
Why and what is the solution?
Solution is as following:
DECLARE @mymoney MONEY;
SET @mymoney = 12345.67;
SELECT CAST(@mymoney AS DECIMAL(7,2)) MoneyInt;
GO
There were more than 20 valid answers. Here is the reason.
Decimal data type is defined as Decimal (Precision, Scale), in other words Decimal (Total digits, Digits after decimal point).. Precision includes Scale. So Decimal (5,2) actually means, we can have 3 digits before decimal and 2 digits after decimal. To accommodate 12345.67 one need higher precision. The correct answer would be DECIMAL (7,2) as it can hold all the seven digits.
Here are the list of the experts who have got correct answer and I encourage all of you to read the same over hear.
Fbncs
Piyush Srivastava
Dheeraj
Abhishek
Anil Gurjar
Keval Patel
Rajan Patel
Himanshu Patel
Anurodh Srivastava
aasim abdullah
Paulo R. Pereira
Chintak Chhapia
Scott Humphrey
Alok Chandra Shahi
Imran Mohammed
SHIVSHANKER
The very first answer was provided by Fbncs and Dheeraj had very interesting comment.
Reference: Pinal Dave (http://blog.sqlauthority.com)
Filed under: Pinal Dave, Readers Contribution, Readers Question, SQL, SQL Authority, SQL Query, SQL Scripts, SQL Server, SQL Tips and Tricks, T SQL, Technology
I am currently working on a simple game that I am building in Windows 8 using MonoGame (develop3d). I am using some shader code from a tutorial (made by Charles Humphrey) and having an issue populating a 'texture' parameter.
I'm not well versed writing shaders, so this might be caused by a more obvious problem.
I have debugged through MonoGame's Content processor to see how this shader is being parsed, all the non 'texture' parameters are there and look to be loading correctly. Shader code below
#include "PPVertexShader.fxh"
float2 lightScreenPosition;
float4x4 matVP;
float2 halfPixel;
float SunSize;
texture flare;
sampler2D Scene: register(s0){
AddressU = Clamp;
AddressV = Clamp;
};
sampler Flare = sampler_state
{
Texture = (flare);
AddressU = CLAMP;
AddressV = CLAMP;
};
float4 LightSourceMaskPS(float2 texCoord : TEXCOORD0 ) : COLOR0
{
texCoord -= halfPixel;
// Get the scene
float4 col = 0;
// Find the suns position in the world and map it to the screen space.
float2 coord;
float size = SunSize / 1;
float2 center = lightScreenPosition;
coord = .5 - (texCoord - center) / size * .5;
col += (pow(tex2D(Flare,coord),2) * 1) * 2;
return col * tex2D(Scene,texCoord);
}
technique LightSourceMask
{
pass p0
{
VertexShader = compile vs_4_0 VertexShaderFunction();
PixelShader = compile ps_4_0 LightSourceMaskPS();
}
}
I've removed default values as they are currently not support in MonoGame and also changed ps and vs to v4 instead of 2. Could this be causing the issue?
As I debug through 'DXConstantBufferData' constructor (from within the MonoGameContentProcessing project) I find that the 'flare' parameter does not exist. All others seem to be getting created fine.
Any help would be appreciated.
@biemond: JEJB Transport and manipulating the Java Response in OSB 11g
"JEJB Transport works like the EJB Transport," says Oracle ACE Edwin Biemond, "but the request and response objects are not translated to XML so you can't use XQuery etc. To make things not too hard, OSB 11g makes a XML presentation of the request method and its parameters, which you can use in the Proxy Service."
(tags: oracleace soa oracle jejb java)
@bex: Oracle UCM jQuery Plugin
"This connector allows you to use jQuery to make UCM Service calls through AJAX, and easily display the results,: says Oracle Ace Director Bex Huff. "This is 100% pure JavaScript, no Java, Idoc, or ADF required!"
(tags: oracleace ucm oracle otn enterprise2.0)
Oracle Solaris Studio Express 6/10 and its Customer Feedback Program are now available (Oracle Developer Tools Blog)
"Oracle Solaris Studio Express 6/10 is available on Solaris 10 (SPARC, x86), OEL 5 (x86), RHEL 5 (x86), SuSE 11 (x86) today and will be available for OpenSolaris in the near future," says PieterHumphrey.
(tags: oracle otn solaris sparc liunux)
@soatoday: EA and SOA Should Report to COO
"So, who gets EA-- the CIO or VP of a Business? I argue neither! After all, a typical EA goal is to connect the Business and IT together to impart better structure and visibility across the enterprise. I firmly believe that neither should own EA so that neither imparts too much of their organization (i.e bias) on the EA process and deliverables. EA needs to be independent, and it's for all the right reasons." -- Orace ACE Director JOrdan Braunstein
(tags: oracleace entarch soa)
Send your tweets @wlscommunity #WebLogicCommunity and follow us at http://twitter.com/wlscommunity
WebLogic Community?@wlscommunity
Real World Java EE Patterns by Adam Bien http://wp.me/p1LMIb-mp
Markus Eisele?@myfear
#JavaOne Content Available for Free https://blogs.oracle.com/java/entry/javaone_content_available_for_free … /via @java
Adam Bien?@AdamBien
Thought that 1h screencast is way too long to be popular. I was wrong. Lightweight Java EE is doing very well: http://www.adam-bien.com/roller/abien/entry/lightweight_java_ee_screencast …
OracleBlogs?@OracleBlogs
COLLABORATE 13 Call for Papers http://ow.ly/2szPuZ
Oracle WebLogic?@OracleWebLogic
New Blog Post: Data Source Security Part 1 http://ow.ly/2szFbv
Markus Eisele?@myfear
My Three Days at #JavaOne 2012 http://yakovfain.com/2012/10/04/my-three-days-at-javaone-2012/ … < nice writeup ;)
Adam Bien?@AdamBien
JavaOne 2012 Announcements And Surprises: NetBeans 7.3+ comes with HTML 5, JavaScript, CSS 3 support. JavaScript... http://bit.ly/Uy14eD
Andrejus Baranovskis?@andrejusb
OOW'12: Oracle ADF Implementations Around the Globe: Best Practices http://fb.me/1IVg6gzU0
gschmutz?@gschmutz
Just published a blog with a wrap-up of my presentations at OOW 2012. https://guidoschmutz.wordpress.com/2012/10/07/my-presentations-at-oracle-open-world-2012/ … #oow2012 #trivadis
Andrejus Baranovskis?@andrejusb
OOW'12: Oracle Business Process Management/Oracle ADF Integration Best Practices http://fb.me/1GY3nz1lb
WebLogic Community?@wlscommunity
ExaLogic 2.01 ppt & training & Installation check-list & tips & Web tier roadmap http://wp.me/p1LMIb-mh
Adam Bien?@AdamBien
JavaOne 2012, First Feedback and The Strange Thing: NetBeans day was surprising well attended. A big room was fu... http://bit.ly/PwWwx8
OracleSupport_WLS?@weblogicsupport
Free registration for our next webcast on setting up and using a #weblogic #cluster http://pub.vitrue.com/xWV8
WebLogic Community?@wlscommunity
UKOUG Application Server & Middleware SIG Meeting http://wp.me/p1LMIb-mC
Ronald Luttikhuizen?@rluttikhuizen
Discussing future plans for Oracle Middleware Infrastructure Group with @simon_haslam @Jphjulstad and Rene van Wijk #oow @wlscommunity
JAX London?@jaxlondon
Be part of #JAXLondon- only 11 days to go! Still need a ticket? http://buff.ly/TUPKmL
WebLogic Community?@wlscommunity
ExaLogic X3-2 launched at OOW 2012 http://wp.me/p1LMIb-mM
WebLogic Community?@wlscommunity
@OracleEvents Dear Oracle Team thanks for promoting the WebLogic bootcamp, new schedules are online https://blogs.oracle.com/emeapartnerweblogic/resource/weblogic12c.htm … #weblogiccommunity
OracleBlogs?@OracleBlogs
Partner Webcast Introducing Oracle Business Activity Monitoring - 18 October 2012 http://ow.ly/2svzyz
AMIS, Oracle & Java?@AMIS_Services
Grant posted a nice little video on youtube about the #ADF EMG activities during Oracle Open World. http://youtu.be/qZhtBqnK-Zc
GlassFish?@glassfish
ADF Essentials - Available for free and certified on GlassFish!: If you are an Oracle customer, you are probably... http://bit.ly/UCtVwY
OracleBlogs?@OracleBlogs
WebLogic 12 hands-on bootcamps for partnersnew dates & locations http://ow.ly/2smOfs
Pieter Kranenburg?@pskranenburg
I'm EXA and I know IT! How about you? Go to http://bit.ly/OnSlDd and find out! (you might win an #iphone5 ;-) #OOW please RT
Andrejus Baranovskis?@andrejusb
Enabling WebLogic Administrator Group Inside Custom ADF Application http://fb.me/2d5SCeJ2g
Michel Schildmeijer?@MNEMONIC01
I'm EXA and I know IT! How about you? Go to http://bit.ly/OnSlDd (you might win an #iphone5 ;-) #oow
OracleSupport_WLS?@weblogicsupport
Step-by-step instructions on how to configure mail Alerts in #OEM 11g for #WebLogic Servers up/down status http://pub.vitrue.com/KpZq
Jeff West?@jeffreyawest
Answer: Deliver JMS message to a single node in a Weblogic Cluster with a Distributed Topic http://stackoverflow.com/a/12396492/697114?stw=2 …
Java?@java
Bucharest Java User Group: Launched and Growing! #JUG http://ow.ly/dDnbN
OracleSupport_WLS?@weblogicsupport
Don't shoot the messenger! #Java source code analyzer @ http://pub.vitrue.com/Cy2J
JAX London?@jaxlondon
.@BrianGoetz gives in depth session on the details of how #Lambda expressions are implemented in the #Java language at #JAXLondon"
ADF Community DE?@ADFCommunityDE
Webcast ADFNewsSession: ADF as a basis of Fusion Apps - the biggest ADF project ever. Sep 14, 8:30 AM CET. Dial in https://blogs.oracle.com/jdevotnharvest/entry/adf_partner_community_news_session …
OracleBlogs?@OracleBlogs
WebLogic & Coherence & Cloud presentations for customer meetings http://ow.ly/1mqwrC
Pieter Kranenburg?@pskranenburg
Seminar: Oracle WebLogic 12c at Qualogy. You are invited! http://bit.ly/Ps9LDF
Oracle WebLogic?@OracleWebLogic
New Blog Post: Oracle OpenWorld Update -- General Session: Oracle Fusion Middleware Strategies Driving Business Inno... http://ow.ly/2stylf
Oracle Cloud Zone?@OracleCloudZone
New partner programs for Oracle Cloud Solutions http://bit.ly/PrVq5O #cloud #oow
Lucas Jellema?@lucasjellema
The strategy on Java - JEE, SE, ME, FX: http://technology.amis.nl/2012/10/02/javaone-2012-strategy-and-technical-keynote/ … #javaone #oow_amis
WebLogic Community?@wlscommunity
Send your #WebLogicCommunity #oow pictures and blog posts @wlscommunity or http://www.facebook.com/weblogiccommunity … Enjoy OOW ;-)
WebLogic Community?@wlscommunity
Become an WebLogic 12c expert, attend our partner bootcampshttps://blogs.oracle.com/emeapartnerweblogic/resource/weblogic12c.htm … #WebLogicCommunity #opn
AMIS, Oracle & Java?@AMIS_Services
Volgende #oracle #ADF training bij @AMIS_SERVICES is van 12 tot 16 november. Meer info of aanmelden? http://www.amis.nl/Trainingen/oracle-adf-11g-applicatieontwikkeling/ …
Devoxx?@Devoxx
ALL the Devoxx 2011 talks are now freely available on Parleys @ http://www.parleys.com/#st=4&id=102998 Pls RT!
Adam Bien?@AdamBien
Use the coupon code "PLUMA" and you will get 20% off for "Real World Java EE Patterns": http://realworldpatterns.com
Lucas Jellema?@lucasjellema
Very good summary of the #JavaOne Technical Keynote last night: http://java.dzone.com/articles/javaone-2012-javaone-technical …
Arun Gupta?@arungupta
Blogged: JavaOne 2012 Keynote and GlassFish Party Pictures: Some pictures from the keynote ... And som... http://bit.ly/ViH0ue
Lucas Jellema?@lucasjellema
Most recent promoted build for GassFish 4.0 (EE7) has WebSocket support: to play with: http://dlc.sun.com.edgesuite.net/glassfish/4.0/promoted/ … #javaone
michael palmeter?@michaelpalmeter
If you haven't seen the 5-minute Exalogic demo, you need to (do it now!) - http://lnkd.in/GRqy3x
Lonneke Dikmans?@lonnekedikmans
VENNSTER BLOG: Running EclipseLink DBWS 2.4.0 on GlassFish 3.1.2 http://blog.vennster.nl/2012/09/running-eclipselink-dbws-240-on.html?spref=tw …
WebLogic Community?@wlscommunity
WebLogic Partner Community Newsletter September 2012 http://wp.me/p1LMIb-mf
WebLogic Community?@wlscommunity
again again again…. it is Oracle Open World 2012 http://wp.me/p1LMIb-m6
Markus Eisele?@myfear
#WebLogic and #JavaEE Roadmap and Strategy Session at OOW http://ow.ly/2slZEY /via @OracleWebLogic
Adam Bien?@AdamBien
An Article About Java EE Connector Architectures 1.6 (JCA 1.6): The free Java Magazine article: Java EE Connect... http://bit.ly/St6sxq
Lucas Jellema?@lucasjellema
ADF Essentials - free to develop and to deploy (I said: free!) - http://www.oracle.com/technetwork/developer-tools/adf/overview/adfessentials-1719844.html …
AMIS, Oracle & Java?@AMIS_Services
Blog by Lucas Jellema: "Develop and Deploy ADF applications – free of charge using the new ADF Essentials" http://bit.ly/StAhxY
Andrejus Baranovskis?@andrejusb
ADF Essentials - Quick Technical Review http://fb.me/2hKCXyF43
OracleBlogs?@OracleBlogs
GlassFish Extension for Oracle JDeveloper http://ow.ly/2slIO8
Retweetet von WebLogic Community
Oracle Eclipse?@OEPE
New Tutorial: Using ADF Faces and ADF Controller with Oracle Enterprise Pack for Eclipse. #OEPE http://pub.vitrue.com/QoUg
Simon Haslam?@simon_haslam
As of the last day or two there's a new Java Products Media Pack on http://edelivery.oracle.com (rather than it being in FMW pack)
WebLogic Community?@wlscommunity
top tweets WebLogic Partner Community – September 2012 http://wp.me/p1LMIb-m2
Adam Bien?@AdamBien
I was interviewed by OTN: http://www.oracle.com/technetwork/articles/java/jaxawards-1843595.html …See you at JavaOne!
Oracle WebLogic?@OracleWebLogic
DevOps Basics for #WebLogic: Track Down High CPU Thread with ps, top and the new JDK7 jcmd tool. Great blog @frankmuz. http://ow.ly/dOBM4
Simon Haslam?@simon_haslam
Looking for "oak style"(!) advanced content but you're a middleware specialist? See #ukoug2012 #middlewaresunday http://2012.ukoug.org/default.asp?p=9355 …
Julien Ponge ?@jponge
Just finished Java EE 6 + AngularJS samples for my upcoming middleware lectures. Code at https://github.com/jponge/todoapp-javaee6-angularjs … and https://github.com/jponge/todoapp-bosswatch …
Markus Eisele?@myfear
#Oracle #WebLogic is now totally #FREE for #Developer - more than just OTN license to develop the 1st prototype! http://bit.ly/SWltsR
Markus Eisele?@myfear
#WebSockets on #WebLogic Server http://ow.ly/1mv4QP by @wlsteve < need to give this a testdrive ;)
OracleEnterpriseMgr?@oracle_em
EM Blog : Oracle Enterprise Manager Cloud Control 12c Release 2 (12.1.0.2) is Available Now ! #em12c http://pub.vitrue.com/mk7o
OracleBlogs?@OracleBlogs
ADF training material now on the iPad http://ow.ly/1mqz1Q
GlassFish?@glassfish
GlassFish grows by 50% in Software Stack Market Share Report for August 2012 by @Jelastic http://awe.sm/o4ZAp
WebLogic Partner Community
For regular information become a member in the WebLogic Partner Community please visit: http://www.oracle.com/partners/goto/wls-emea ( OPN account required). If you need support with your account please contact the Oracle Partner Business Center.
Blog Twitter LinkedIn Mix Forum Wiki
Technorati Tags: twitter,WebLogic,WebLogic Community,Oracle,OPN,Jürgen Kress
Microsoft organizes at April 27, 28 and 29 the Dutch Techdays in The Hague. Already for 14 years this is the biggest Microsoft event in The Netherlands where you get the chance to get up to speed with the latest technology with speakers all over the world. I have the pleasure to provide you with two sessions this year: At the DevDays Pre-conference four ALM experts from the Dutch region help you understand how to adopt and improve your agile practices for greater productivity and higher quality applications. The topics for the day are: Adopting SCRUM Improve the developer workflow Adopting Continous Integration Agile testing My second session, LAB Management in de Praktijk , is about one of the features in Visual Studio ALM a lot of people are not aware of, which is called Lab Management. In the Dutch edition of the .NET magazine, I already gave the first sneak peak into the product. In the session I will dive deeper in the product and show you how you can create your templates and your test environments. I also show you how you can execute the tests on these environments and how you can incorporate it in Team Build. As a speaker you have the advantage to attend other sessions as well. The sessions I really look forward to are: Entity Framework in de Praktijk (Pieter de Bruin) Introduction to Visual Studio Lightswitch (Beth Massi) Building Robust, Maintainable Coded UI Tests with Visual Studio 2010 (Brian Keller) CQRS op Windows Azure (Tijmen van de Kamp) Using SharePoint Search to Develop Custom Solutions (Mirjam van Olst) Application Performance on Windows Phone 7 (Caspar Ruhe) Have fun at the Techdays, and hopefully we have a chance to meet each other.