|
|
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.
|
6 Articles match "Tools","Visual Studio 2008"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential Silverlight 3
In this course, you learn to: Identify when and where Silverlight should be used Use Expression Blend to design your user interface Use Visual Studio 2008 to build a Silverlight project and manage its code using C# Exploit the layout controls to create compelling user interfaces Incorporate Silverlight content into your existing web sites Build user and custom controls that support templates and styling Use Behaviors, Actions and Triggers to create reusable functionality across applications Integrate animations, special effects, perspective transforms and media to create a professional UI Exploit
DevelopMentor Courses
- Wednesday, June 17, 2009
Mastering Development with Microsoft Office SharePoint Server (MOSS)
In this intensive 5-day course, developers will build on their fundamental knowledge of the WSS architecture and learn how to take advantage of the comprehensive content management, workflow, forms, business intelligence, and reporting services provided by this integrated suite of tools. Capabilities show off from a user perspective SharePoint Architecture (I) SharePoint Hierarchy -- from a farm to a List item ASP.NET and WSS Integration Development tools -- VS2008, STSADM SharePoint Security SharePoint Architecture (II) Deployment tools -- Features and Solutions WSS and MOSS API's -- basics,
DevelopMentor Courses
- Friday, June 12, 2009
Essential Silverlight 2
Identify when and where Silverlight should be used Use Expression Blend to design your user interface Use Visual Studio 2008 to build a Silverlight project and manage its code using C# Exploit the layout controls to create compelling user interfaces Incorporate Silverlight content into your existing web sites Build user and custom controls that support templates and styling Integrate animations, special effects, and all forms of media to create a professional UI Build dynamic user interfaces that use data binding Use all the available network stacks to load external data and resources Handle mouse,
DevelopMentor Courses
- Friday, June 12, 2009
|
4 Articles match "Tools","Visual Studio 2008"
|
The Latest from DevelopMentor
|
MORE
|
|
MVVM: IUIVisualizer and event management with behaviors
Open the project in Visual Studio 2008 SP1, it should build and run without any issues.
The the UI visually; I often use the typename of the View, but you can use any string
here you add the behavior to the visual element in question, for example, the watermarked
textbox In this post, we will look at the IUIVisualizer , and bring together
some some of the concepts we’ve talked about already through a new sample – a simple picture
viewer:
Mark's Blog of Random Thoughts
- Friday, February 5, 2010
Using T4 templates with Silverlight
Everyone who has Visual Studio 2008 also has T4 templates that can be used to generate code, or anything else textual for that matter. Using T4 should be pretty easy but unfortunately Visual Studio kind of hides the fact, there is no “Add T4 template” option and when you manually add one there is no help whatsoever in the box to create a working template. There are some tools out there that will help some The following is a simple template to create a simple class 1:
2:
3: <#
4: Dictionary props = new Dictionary ();
5: props.Add( "FirstName" , "string" );
6: props.Add( "LastName" , "string" );
7: props.Add( "Age" , "int" );
8: #>
9: namespace T4Test
10: {
11: public class Demo
12: {
13: <#
14: foreach (KeyValuePair
The Problem Solver
- Saturday, March 21, 2009
Fixing SVCUTIL.EXE for Orcas Beta 2
Microsoft apparently didn't resign all the tools in the SDK supplied with Beta
2 of Visual Studio 2008. from VS.NET 2008 to fail (as well as killing the client tester process which is spawned
for 2 This is actually documented in the readme that
UISpy UISpy has this issue, which of course, I didn't read..
Mark's Blog of Random Thoughts
- Monday, July 30, 2007
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Using T4 templates with Silverlight
Everyone who has Visual Studio 2008 also has T4 templates that can be used to generate code, or anything else textual for that matter. Using T4 should be pretty easy but unfortunately Visual Studio kind of hides the fact, there is no “Add T4 template” option and when you manually add one there is no help whatsoever in the box to create a working template. There are some tools out there that will help some The following is a simple template to create a simple class 1:
2:
3: <#
4: Dictionary props = new Dictionary ();
5: props.Add( "FirstName" , "string" );
6: props.Add( "LastName" , "string" );
7: props.Add( "Age" , "int" );
8: #>
9: namespace T4Test
10: {
11: public class Demo
12: {
13: <#
14: foreach (KeyValuePair
The Problem Solver
- Saturday, March 21, 2009
-
Fixing SVCUTIL.EXE for Orcas Beta 2
Microsoft apparently didn't resign all the tools in the SDK supplied with Beta
2 of Visual Studio 2008. from VS.NET 2008 to fail (as well as killing the client tester process which is spawned
for 2 This is actually documented in the readme that
UISpy UISpy has this issue, which of course, I didn't read..
-
Fixing SVCUTIL.EXE for Orcas Beta 2
Microsoft apparently didn't resign all the tools in the SDK supplied with Beta
2 of Visual Studio 2008. from VS.NET 2008 to fail (as well as killing the client tester process which is spawned
This is actually documented in the readme that
UISpy has this issue, which of course, I didn't read..
-
MVVM: IUIVisualizer and event management with behaviors
Open the project in Visual Studio 2008 SP1, it should build and run without any issues.
The the UI visually; I often use the typename of the View, but you can use any string
here you add the behavior to the visual element in question, for example, the watermarked
textbox In this post, we will look at the IUIVisualizer , and bring together
some some of the concepts we’ve talked about already through a new sample – a simple picture
viewer:
|
|
|