| |
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.
|
16 Articles match "Extension","LINQ"
| 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? What keyword brings an extension method into scope? What keyword would you use to define an inline variable in a LINQ query? What keyword brings an extension method into scope? Over the past year I was involved in the process of interviewing candidates for both mid and senior level developer positions. We would bring them in for a face-to-face interview, sometimes with multiple interviewers, only to find out they were unable to answer the most basic technical questions concerning C# and.NET. DevelopMentor Courses - Tuesday, February 28, 2012 Guerrilla.NET (US) Training and LINQ and lambda expressions from C# 3.0. 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 MEF : Leverage Managed Extensibility Framework (MEF),NET 4's built-in dependency management system, to implement DI and IoC seamlessly in your applications. NoSQL : Build insanely fast, data-driven applications with NoSQL, MongoDB, and LINQ. Learn to write code using new.NET class libraries like LINQ and Silverlight. and LINQ and lambda expressions from C# 3.0. and 5.0 DevelopMentor Courses - Tuesday, March 1, 2011 |
22 Articles match "Extension","LINQ"
| The Latest from DevelopMentor | MORE | | Simple WCF SOAP-REST Multi-Project Template To get the new template, all you have to do is fire up Visual Studio, then open up the Extensions Manager from under the Tools menu. Search for “WCF SOAP-REST” in the Online Gallery, then click Download to install the extension. The REST client uses LINQ to XML to parse the response. Download the source code for this post. did it again: another multi-project Visual Studio template – this time for a simple WCF service that exposes both SOAP and REST endpoints. My other REST and SOAP templates are intended as a starting point for more real-world WCF services. Enjoy. DevelopMentor Courses - Monday, June 11, 2012 Screening C# Candidates: Let’s Play 20 Questions! What keyword would you use to define an inline variable in a LINQ query? What keyword brings an extension method into scope? What keyword would you use to define an inline variable in a LINQ query? What keyword brings an extension method into scope? Over the past year I was involved in the process of interviewing candidates for both mid and senior level developer positions. We would bring them in for a face-to-face interview, sometimes with multiple interviewers, only to find out they were unable to answer the most basic technical questions concerning C# and.NET. DevelopMentor Courses - Tuesday, February 28, 2012 | -
| The Best from DevelopMentor | MORE | - Who is Improving LINQ to SQL? Plinqo by Code Smith!
A lot of people have lingering doubts about whether to use LINQ to SQL for real-world applications, especially since Microsoft has left it to languish in favor of the new version of the Entity Framework slated for release with.NET 4.0 Nevertheless, I have a consulting client, Credit Solutions , that uses LINQ to SQL for their line-of-business web application and has had a very favorable experience working with it. In addition you’ll get better performance using LINQ to SQL (we’ll see how EF4 compares when it comes out). and Visual Studio 2010. Tony and Zuzana's World - Tuesday, August 4, 2009 - #DotNed podcast: Bart De Smet over RX (Deel 1 van 2)
Links: Blog: [link] The Reactive Extensions (Rx): [link] Channel9: [link] 101 Rx Samples: [link] Forum: [link] Enjoy! www.dotnetevents.nl.NET LINQ Podcast DotNed dotnetmag RXIn deze podcast spreekt Maurice de Beijer met Bart De Smet over het RX framework. Bart werkt bij Microsoft aan de RX librray en verteld hoe deze ontwikkeling oorspronkelijk is begonnen als een onderdeel van een veel groter cloud programmability project. www.TheProblemSolver.nl The Problem Solver - Wednesday, December 7, 2011 - Who is Improving LINQ to SQL? Plinqo by Code Smith!
A lot of people have lingering doubts about whether to use LINQ to SQL for real-world applications, especially since Microsoft has left it to languish in favor of the new version of the Entity Framework slated for release with.NET 4.0 Nevertheless, I have a consulting client that uses LINQ to SQL for their line-of-business web application and has had a very favorable experience working with it. In addition you’ll get better performance using LINQ to SQL (we’ll see how EF4 compares when it comes out). and Visual Studio 2010. file under a common folder. Tony and Zuzana's World - Tuesday, August 4, 2009 - EF4 compared to NHibernate
Last week while teaching my new LINQ and Entity Framework course I got a question asking me to compare EF4 with NHibernate. Not having worked extensively with NHibernate, I wasn’t in a position to address the question. EF supports LINQ out of the box (NH doesn’t have it yet). It is also more extensible, especially as an open-source product. That said, EF also has extensibility points, as evidenced by the EF Extensions project, which enables processing of multiple result sets from stored procedures. Ayende mentions that NH will add LINQ with version 3.0, Tony and Zuzana's World - Wednesday, January 13, 2010 - Type-Safe Include extension method for Entity Framework
If you’re interested in the Include method in a LINQ to Entities queries to be type-safe, then Joe Ferner has the answer for you in this post: Type-Safe Entity Framework Include: [link]. Entity Framework DevelopMentor Courses - Tuesday, January 24, 2012 - Securing WCF Data Services using WIF
Since WCF Data Services is just a normal WCF service (using the web programming model), all the typical security APIs and extensibility points apply. This gives you the standard WIF integration for all standard HTTP credential types (Basic, Integrated etc…) and the typical extensibility points like ClaimsAuthorizationManager. New up your derived class, set the token and use e.g. LINQ to query the Data Service. This questions comes up every once in a while. That said, depending on your scenario you might have to be a little more creative for REST-style services. www.leastprivilege.com - Monday, February 15, 2010 - Peeling Back the Onion Architecture
classic example is Microsoft’s data access stack, which tends to change every few years (remember the demise of LINQ to SQL?). If, for example, the data access layer is represented by a number of repository interfaces, you can swap out LINQ to SQL with Entity Framework or NHibernate (or your favorite ORM) without breaking other parts of the application. One of my favorites is Ninject , which can be added using the NuGet package manager and has an extension for ASP.NET MVC applications. Download the code for this article. This is where the “Onion Architecture” comes in. Tony and Zuzana's World - Saturday, October 8, 2011 %>
| | |