| |
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.
|
11 Articles match "CLR","Silverlight"
| Related DevelopMentor Courses | MORE | | Screening C# Candidates: Let’s Play 20 Questions! Of course, the questions are not meant to be exhaustive and are only scratching the surface of CLR and C# fundamentals. If you’re reading this blog post and want to know where to begin, my first suggestion would be to run, not walk, to nearest bookseller or online bookstore and pick up Jeffrey Richter’s CLR via C# , which is presently in its third edition. Over the past year I was involved in the process of interviewing candidates for both mid and senior level developer positions. Furthermore, I’m looking for a developer with a thirst for knowledge. What kind of type is a string? DevelopMentor Courses - Tuesday, February 28, 2012 Guerrilla.NET (US) Training WPF/SL : Develop cutting-edge UIs with Windows Presentation Foundation and Silverlight including coverage of Silverlight 5.0 assuming Silverlight 5.0 MVVM : Learn advanced WPF / Silverlight design patterns and techniques including MVVM (Model-View-ViewModel). EF : Decouple your entity model from the data using Plain Old CLR Objects (POCOs). iOS : Build multi-touch enabled applications on platforms such as WPF, Silverlight, and Apple's iPhone / iPad. Learn to write code using new.NET class libraries like LINQ and Silverlight. and jQuery. and 5.0 DevelopMentor Courses - Tuesday, March 1, 2011 Guerrilla.NET (UK) Training Create declarative services using workflow that can be deployed as simple text files Decouple your entity model from the data using Plain Old CLR Objects (POCOs). Develop network services with Windows Communication Foundation Develop cutting-edge UIs with Silverlight 4.0 Use data binding to create rich data driven Silverlight applications Use powerful new security models with Windows Identity Foundation Debug.NET application beyond using Visual Studio breakpoints Come and learn to build robust.NET applications! Workflow 4, ASP.NET MVC and Silverlight. couldn't? DevelopMentor Courses - Tuesday, March 1, 2011 |
17 Articles match "CLR","Silverlight"
| The Latest from DevelopMentor | MORE | | Getting started with RavenDB in an ASP.NET MVC application Part of the RavenDB.Server package is a Silverlight client that lets you manage the server and inspect, or even change, the data. Note that the associated metadata contains the CLR type so RavenDB knows how to handle your query and deserialize the data. RavenDB is one of the newer document type databases that is conceptually comparable to MongoDB or CouchDB. One of the nice thing about RavenDB, at least for a.NET developer, is that is has been developed with.NET in mind from the start. And this makes it really easy to get started with. 2: Install-Package RavenDB.Server. 3: //. The Problem Solver - Sunday, November 25, 2012 Getting started with RavenDB in an ASP.NET MVC application Part of the RavenDB.Server package is a Silverlight client that lets you manage the server and inspect, or even change, the data. Note that the associated metadata contains the CLR type so RavenDB knows how to handle your query and deserialize the data. RavenDB is one of the newer document type databases that is conceptually comparable to MongoDB or CouchDB. One of the nice thing about RavenDB, at least for a.NET developer, is that is has been developed with.NET in mind from the start. And this makes it really easy to get started with. 2: Install-Package RavenDB.Server. 3: //. The Problem Solver - Sunday, November 25, 2012 Screening C# Candidates: Let’s Play 20 Questions! Of course, the questions are not meant to be exhaustive and are only scratching the surface of CLR and C# fundamentals. If you’re reading this blog post and want to know where to begin, my first suggestion would be to run, not walk, to nearest bookseller or online bookstore and pick up Jeffrey Richter’s CLR via C# , which is presently in its third edition. Over the past year I was involved in the process of interviewing candidates for both mid and senior level developer positions. Furthermore, I’m looking for a developer with a thirst for knowledge. What kind of type is a string? DevelopMentor Courses - Tuesday, February 28, 2012 | -
| The Best from DevelopMentor | MORE | - Building a Leak-Proof Eventing Model
Here is what that code would look like: // Note: Don’t use this code with Silverlight. However, if you were to try it on Silverlight or Windows Phone, you’ll soon be banging your head against a wall (at least figuratively). Best of all, this approach works across the board with full.NET / WPF, Silverlight and Windows Phone. Technical CLR Delegates EventsOne of the main features of the.NET Framework is to provide automatic memory management via garbage collection. If you do not set these references to null, the GC will not collect them. public class System. Yikes! Tony and Zuzana's World - Tuesday, March 22, 2011 - 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. 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, so I decided to create a small Silverlight sample. The basic structure goes like this: The user interacts with a View, implemented as a Silverlight user control. Tags: NET DevCenter WPF Silverlight 11: {. 13: set. 14: {. The Problem Solver - Tuesday, April 7, 2009 - Paging with the Silverlight RIA services DomainDataSource
Using the declarative DomainDataSource that is part of the upcoming Silverlight 3 RIA services makes it quite easy to work with data. Tags: NET VB DevCenter Silverlight Data Access ASP.NET.All you need to do is add a DomainDataSource control to the the XAML, point it to the generated DomainContext class (in this case NorthwindContext) and tell it which method to use to load the data from the web service(in this case LoadCustomers). Next add a DataGrid to display the data and you are good to go. Adding paging. assume this is just a small bug in the current preview. Enjoy! The Problem Solver - Monday, April 27, 2009 - Type-Safe Two-Way Data Binding with INotifyPropertyChanged
Anyone who’s developed a UI application using Windows Forms, WPF or Silverlight is probably aware that you have to implement the INotifyPropertyChanged interface to get two-way data binding between UI elements and an underlying data source. Technical MVVM SilverlightThe problem is that you have to pass the name of the property as a string when you fire the event from each property setter. In this post I will show you a better way, namely, how you can use lambda expressions instead of strings to pass the property name. You can download the code for this blog post here. null ). Tony and Zuzana's World - Tuesday, January 25, 2011 - Type-Safe Two-Way Data Binding with INotifyPropertyChanged
Anyone who’s developed a UI application using Windows Forms, WPF or Silverlight is probably aware that you have to implement the INotifyPropertyChanged interface to get two-way data binding between UI elements and an underlying data source. Technical MVVM SilverlightThe problem is that you have to pass the name of the property as a string when you fire the event from each property setter. In this post I will show you a better way, namely, how you can use lambda expressions instead of strings to pass the property name. You can download the code for this blog post here. Tony and Zuzana's World - Tuesday, January 25, 2011 - Screening C# Candidates: Let’s Play 20 Questions!
Of course, the questions are not meant to be exhaustive and are only scratching the surface of CLR and C# fundamentals. If you’re reading this blog post and want to know where to begin, my first suggestion would be to run, not walk, to nearest bookseller or online bookstore and pick up Jeffrey Richter’s CLR via C# , which is presently in its third edition. Over the past year I was involved in the process of interviewing candidates for both mid and senior level developer positions. Furthermore, I’m looking for a developer with a thirst for knowledge. What kind of type is a string? DevelopMentor Courses - Tuesday, February 28, 2012 - WPF MVVM Helper Library (WPF + MVVM = testability)
There's been a lot of talk about the Model-View-ViewModel pattern recently and it's usage around the WPF and Silverlight technology stack. xmlns : me ="clr-namespace:TestMvvm". When teaching WPF, I always introduce students to MVVM as part of the Essential WPF class, it's an incredibly useful pattern that really separates the UI from the code behind behavior. One of the things I give the students is a library to do MVVM - I also use it in my consulting work. With all the focus on it lately, I figured maybe it's time to release it to the public. that I tend to use a lot. file -. %>
| | |