|
|
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.
|
62 Articles match "How To"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential LINQ with the Entity Framework
In this course, you learn to: Leverage new features of C# 3.0, including extension methods and lambda expressions Use LINQ to filter, sort, and group in-memory collections of objects Create LINQ to SQL queries to execute SQL Server stored procedures and perform updates in real-world database applications Write LINQ to XML queries to search XML documents and save them to the file system Build a rich conceptual entity model using the EF and to visually map it to a database schema Use LINQ to Entities to write strongly typed queries against the Entity Data Model Detect and resolve concurrency
DevelopMentor Courses
- Friday, June 12, 2009
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
Foundations of C# Programming and the .NET Framework
Examine core language features such as types, variables, and control constructs Use object-oriented features such as class, interface, protection, and inheritance Perform error notification and error handling using exceptions Use properties to implement the private data/public accessor pattern Use namespaces to group related types Use delegates and events to implement callbacks Override Object class methods such as ToString Avoid dll conflicts during deployment Use dynamic binding and polymorphism to write generic code (i.e., Distinguish between "implementation inheritance"
DevelopMentor Courses
- Friday, June 12, 2009
|
184 Articles match "How To"
|
The Latest from DevelopMentor
|
MORE
|
|
MVVM: IUIVisualizer and event management with behaviors
It’s not designed to be a true
image maps mouse DoubleClick on an image into a command in the ViewModel to display the
properties. I’m trying to keep to a consistent model:
even if I don’t anticipate needing them all, it doesn’t hurt to have them there. 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
Building Windows Machines in Amazon EC2
In this article I'm going to give you a simple, step-by-step overview of how to create
a Feel free to send me any I missed.
My Personally I just want a simpler way to create virtual machines. access over remote desktop to our system to install whatever we want. a Windows 2008 server image in Amazon's
Elastic
Michael C. Kennedy's Weblog
- Saturday, January 30, 2010
MVVM: Binding RadioButton groups
A question I got recently was how to manage Radio Buttons with bindings – in this
instance, instance, the sample code was trying to map a single value to a set of Radio Buttons
based to Initially this seemed to work, but as you changed the current enumeration based on an enumeration set. The original implementation was using a Value Converter
to
Mark's Blog of Random Thoughts
- Friday, January 29, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
How to build a Development/Test/Demo CA
So I ended up running Windows Cerificate Services which proved to be an easy to use,
I just had to rebuild my Test CA (on Hyper-V) so I thought I'll document the important
usually expire on the very day where you have to do an important demo. Now by default there is I often need X509 certificates - but I never really became friendly with makecert .
robust solution.
www.leastprivilege.com
- Thursday, August 14, 2008
-
How to change Checkin comment after save
If your company has very strict requirements on version numbering and want the comments to each of these versions to be correct, then you may run into a problem if you store the documents in SharePoint.
The The version comment is determined when you check in your document, and after the checkin there is no supported way to change these comments.
If you really need to change the comments of a document and are willing to go the unsupported way of changing the content database directly then this little program can do the work for you:
...Tags:
The Black Knight Sings
- Wednesday, June 25, 2008
-
Focusing on WPF: How to deal with Focus() in the WPF world
where we needed to build a multi-step input application where each step showed progress
and looked at the Navigation support in WPF (which is nice) but ultimately decided to
model application and got assigned to me was related to focus – the initial keyboard
focus that are new to Recently I was involved in a project
where and you could proceed forward and backward through the pages. I
looked
-
Focusing on WPF: How to deal with Focus() in the WPF world
where we needed to build a multi-step input application where each step showed progress
looked at the Navigation support in WPF (which is nice) but ultimately decided to
application and got assigned to me was related to focus – the initial keyboard
that are new to WPF might Recently I was involved in a project
and you could proceed forward and backward through the pages. I
-
Using Model – View – ViewModel with Silverlight
have found it extremely easy to use when developing very different applications and have used the design pattern recently in both ASP.NET, WPF and Silverlight applications. However easy as it might be is seems to confuse people as I have seen some terrible examples where people make a complete mess of things. Josh Smith did an excellent screen cast for Pixel8 on using MVVM with WPF, you can find it here . Even thought the UI technology used doesn't change the basic MVVM pattern there are some subtle differences, like not easily being able to use ICommand in Silverlight,
The Problem Solver
- Tuesday, April 7, 2009
-
How to rip audio books
So i listen to a lot of audio books, and here's how i create the mp3 of them. Overview we are going to create bite size files about 30 minutes each. http://jthz.com/~lame/ 4) set your encoding bitrate to 64k & stereo, this is a very high quality audio book. To do this double click a track. then label them, and create the id tags. finally we'll attach a picture.
Llewellyn Falco
- Sunday, July 6, 2008
-
How-To Article about Calling a WCF Service from SQLCLR
Ever so often the question is being asked how to call into a WCF service from SQLCLR (.NET The other day I became tired of giving exactly (or thereabout) the same answer for the n:th time, so I decided to croft up some code and write a mini How-To about how to call into a WCF service from SQLCLR. So without any further ado, the How-To article can be found here . I sometimes (not as much as I would like) hang out at some of the user forums where people talk about SQL Server generally and the SQLCLR specifically. NET code running inside
Managed Data
- Sunday, February 8, 2009
|
|
|