| |
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.
|
10 Articles match "LINQ","Silverlight"
| Related DevelopMentor Courses | MORE | | Screening C# Candidates: Let’s Play 20 Questions! What keyword would you use to define an inline variable in a LINQ query? My short list for the books on various.NET API’s is Programming Entity Framework by Julie Lerman , Programming WCF Services by Juval Lowy , Essential WPF by Chris Anderson , Silverlight 4 in Action by Pete Brown , and Pro ASP.NET MVC by Steve Sanderson. What keyword would you use to define an inline variable in a LINQ query? Over the past year I was involved in the process of interviewing candidates for both mid and senior level developer positions. This is the purpose of the technical phone screen. DevelopMentor Courses - Tuesday, February 28, 2012 Guerrilla.NET (US) Training and LINQ and lambda expressions from C# 3.0. 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). LINQ : Use LINQ to access objects, XML, and SQL relational data MVC : Learn the how build modern web applications using ASP.NET MVC 3.0 iOS : Build multi-touch enabled applications on platforms such as WPF, Silverlight, and Apple's iPhone / iPad. DevelopMentor Courses - Tuesday, March 1, 2011 Guerrilla.NET (UK) Training 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. How do I develop cutting-edge UIs with Silverlight 4.0? Along the way we will look at how LINQ can be used to query and manipulate this data. couldn't? Register now. DevelopMentor Courses - Tuesday, March 1, 2011 |
13 Articles match "LINQ","Silverlight"
| The Latest from DevelopMentor | MORE | | Screening C# Candidates: Let’s Play 20 Questions! What keyword would you use to define an inline variable in a LINQ query? My short list for the books on various.NET API’s is Programming Entity Framework by Julie Lerman , Programming WCF Services by Juval Lowy , Essential WPF by Chris Anderson , Silverlight 4 in Action by Pete Brown , and Pro ASP.NET MVC by Steve Sanderson. What keyword would you use to define an inline variable in a LINQ query? Over the past year I was involved in the process of interviewing candidates for both mid and senior level developer positions. This is the purpose of the technical phone screen. DevelopMentor Courses - Tuesday, February 28, 2012 Digging into WCF REST also threw in a console client project which consumes the WCF REST service and uses LINQ to XML to parse the results. It uses LINQ to XML to parse the result into a list of items. This architectural style comes in handy when you want to increase the reach of your service to clients that may not understand or care about SOAP, such as AJAX or Silverlight, or when you want to simplify the contractual footprint of your service by leveraging the uniform interface of the web and taking advantage of the HTTP protocol for things like security and caching. WCF 3.5 REST White Paper. Tony and Zuzana's World - Saturday, September 10, 2011 11 Killer Open Source Projects I Found with NuGet The Facebook C# SDK helps.Net developers build web, desktop, Silverlight, and Windows Phone 7 applications that integrate with Facebook. NoRM at [link] LINQ, NoSQL and MongoDB , what more could you want? So maybe I'm late to the party, but I recently started playing with NuGet. It's a killer new way to find, install, maintain, and manage references to open source libraries in Visual Studio 2010. Plenty of people have written about it ( Phil Haack and Scott Hanselman for example). Let's just say you should learn about NuGet if you don't know it already. RazorEngine at [link]. Michael C. Kennedy's Weblog - Wednesday, January 19, 2011 | -
| The Best from DevelopMentor | MORE | - Want to download all MIX sessions?
Tags: NET LINQ NetFx3 WCF VB webcast DevCenter WPF IronPython Silverlight ASP.NET. The Problem Solver - Monday, March 30, 2009 - 11 Killer Open Source Projects I Found with NuGet
The Facebook C# SDK helps.Net developers build web, desktop, Silverlight, and Windows Phone 7 applications that integrate with Facebook. NoRM at [link] LINQ, NoSQL and MongoDB , what more could you want? So maybe I'm late to the party, but I recently started playing with NuGet. It's a killer new way to find, install, maintain, and manage references to open source libraries in Visual Studio 2010. Plenty of people have written about it ( Phil Haack and Scott Hanselman for example). Let's just say you should learn about NuGet if you don't know it already. RazorEngine at [link]. Michael C. Kennedy's Weblog - Wednesday, January 19, 2011 - Screening C# Candidates: Let’s Play 20 Questions!
What keyword would you use to define an inline variable in a LINQ query? My short list for the books on various.NET API’s is Programming Entity Framework by Julie Lerman , Programming WCF Services by Juval Lowy , Essential WPF by Chris Anderson , Silverlight 4 in Action by Pete Brown , and Pro ASP.NET MVC by Steve Sanderson. What keyword would you use to define an inline variable in a LINQ query? Over the past year I was involved in the process of interviewing candidates for both mid and senior level developer positions. This is the purpose of the technical phone screen. DevelopMentor Courses - Tuesday, February 28, 2012 - WCF Data Services versus WCF Soap Services
If your client is mainly an AJAX web app, or even a Silverlight rich Internet app, then REST-based services are all you need, and you can benefit from tight coupling with HTTP. All you have to do for a.NET client is simply write a LINQ query, and Data Services will translate it to a URI sent to the service. And WCF RIA Services strives for RAD n-tier development for Silverlight apps, with support for end-to-end data validation and a whole bunch of other goodies. For example, I may want to use a NetMsmqBinding with clients and services that are occasionally connected. Sweet. Tony and Zuzana's World - Tuesday, April 13, 2010 - Call for speakers: 3rd Dutch Code Camp
Visual Studio 2010 VSTS Open Source SharePoint ASP.NET/MVC/Web development/Silverlight Windows 7 iPhone DNN VSTO LINQ SQL Server 2008 Geneva BizTalk Windows Presentation Foundation Windows Communication Foundation Windows Workflow Foundation www.TheProblemSolver.nl Op 21 november 2009 organiseren de SDN, de dotNED User Group en VBcentral.nl samen de derde Nederlandse Code Camp. Een unieke dag, voortkomend uit een unieke samenwerking. Kenmerkend aan deze dag is, dat het een evenement is dóór ontwikkelaars en vóór ontwikkelaars! Ben jij geïnteresseerd om ook een sessie te doen? The Problem Solver - Monday, October 26, 2009 - Digging into WCF REST
also threw in a console client project which consumes the WCF REST service and uses LINQ to XML to parse the results. It uses LINQ to XML to parse the result into a list of items. This architectural style comes in handy when you want to increase the reach of your service to clients that may not understand or care about SOAP, such as AJAX or Silverlight, or when you want to simplify the contractual footprint of your service by leveraging the uniform interface of the web and taking advantage of the HTTP protocol for things like security and caching. WCF 3.5 REST White Paper. Tony and Zuzana's World - Saturday, September 10, 2011 - Join me in Boston to Talk about.NET!
If you want to learn about WCF, WPF, Silverlight, LINQ, Entity Framework, and more there is still time to sign up (note the date may no longer appear on the public calendar). [link]. I'll be in Boston, MA on March 22 to teach an open enrollment course for DevelopMentor. Mention this blog post and you'll receive a discount as well. All content copyright Michael C. Kennedy. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. Michael C. Kennedy's Weblog - Thursday, March 11, 2010 %>
| | |