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.

98 Articles match "LINQ"

  • The Latest from DevelopMentor

    98 Results found
    Showing page 1 of 10   Next >

  • Reblogged: What should I learn to get started in.NET and web development?
    LINQ (simple focus on LINQ to objects). '[ Note : I am reblogging this post which originally was posted to the LearningLine blog. Hope you all find it useful here as well]. recently had a conversation with someone who is looking to make a fresh start and become a developer (coming from other IT positions). The question they had was: What should I learn to get started in.NET and web development? Now this question was starting from a position of “I’d like to get started with.NET and the web. How do I do that?” That’s another blog post. :). jQuery basics.
    Michael C. Kennedy's Weblog - Monday, May 6, 2013
  • A Roundup of MongoDB Management Tools
    LINQPad lets you interactively query databases in a modern query language: LINQ. Filed under: NoSQL Tagged: LINQ , NoSQL , Open Source. NoSQL LINQ Open Source 'I’ve been working with MongoDB for a long time now. Back in the early days, there really were no management tools analogous to RDBMS tools (e.g. SQL Server Management Studio ). Since then, things have changed significantly. It’s time to look around and see what management / monitoring tooling is around these days for MongoDB. The news is good. link]. Admin GUI). Multiple shells. Multiple results. link].
    Michael C. Kennedy's Weblog - Monday, April 22, 2013
  • Optimistic concurrency in MongoDB using.NET and C#
    All you do is call save and access entities via LINQ queries. 'This article demonstrates a technique and supporting library for adding optimistic concurrency control to NoSQL databases and MongoDB in particular. Quickly, what is optimistic concurrency control? Ideally, all databases that allow concurrent access or disconnected access need to implement some form of  concurrency control. This usually comes in two flavors: Pessimistic concurrency control. Optimistic concurrency control. Pessimistic concurrency control is usually used when working heavily within transactions. Edit in memory.
    Michael C. Kennedy's Weblog - Monday, April 8, 2013
  • Querying RavenDB databases
    If you prefer the full LINQ syntax that is no problem as it produced exactly the same result±. If you try this you might notice one big difference from EntityFramework or in memory LINQ queries. As we have seen in previous blog posts getting data from a RavenDB database is easy. Either use the IDocumentSession.Query () function to load a series of documents or the IDocumentSession.Load () function to load a document using its identity. However sometimes we want more control over what we want to load. As with any query this is easy to correct. 1: public ActionResult Index(). 11: }.
    The Problem Solver - Monday, December 17, 2012
  • Maurice de Beijer: Querying RavenDB databases
    If you prefer the full LINQ syntax that is no problem as it produced exactly the same result±. If you try this you might notice one big difference from EntityFramework or in memory LINQ queries. As we have seen in previous blog posts getting data from a RavenDB database is easy. Either use the IDocumentSession.Query () function to load a series of documents or the IDocumentSession.Load () function to load a document using its identity. However sometimes we want more control over what we want to load. As with any query this is easy to correct. 1: public ActionResult Index(). 11: }.
    The Problem Solver - Monday, December 17, 2012
  • Attend my sessions at DevWeek 2013 in London
    Then we’ll learn how to leverage MongoDB (a popular NoSQL DB) to build.NET applications using LINQ as the data access language. From there we will build out a.NET application using LINQ and MongoDB in a series of interactive demos using Visual Studio 2012 and C#. Want to see some of the topics covered in my blog presented live and in-person? Make your way to London in March 2013 to DevWeek ! I’ll be presenting 4 sessions covering NoSQL, ASP.NET MVC, and Cloud (Auzre and AWS mostly). Details below. Sessions : Building Rich Input Forms in ASP.NET MVC. Applied NoSQL in.NET.
    Michael C. Kennedy's Weblog - Tuesday, December 4, 2012
  • Understanding Map - Reduce
    In fact you could easily rewrite this into a LINQ query like this: 1: private static IEnumerable Map(IEnumerable orders). And in fact that is all there is to a Map process, it is just a LINQ select clause. So just as with the Map process we could easily rewrite this as a LINQ group by query like this: 1: private static IEnumerable Reduce(IEnumerable input). So where the Map process is just a LINQ select the Reduce process is just a LINQ group by with the additional collection that the input type is also the output type. Simple right? Again pretty simple right?
    The Problem Solver - Monday, December 3, 2012
  • Understanding Map - Reduce
    In fact you could easily rewrite this into a LINQ query like this: 1: private static IEnumerable Map(IEnumerable orders). And in fact that is all there is to a Map process, it is just a LINQ select clause. So just as with the Map process we could easily rewrite this as a LINQ group by query like this: 1: private static IEnumerable Reduce(IEnumerable input). So where the Map process is just a LINQ select the Reduce process is just a LINQ group by with the additional collection that the input type is also the output type. Simple right? Again pretty simple right?
    The Problem Solver - Monday, December 3, 2012
  • Join Me at Guerrilla.NET in November
    LINQ and Entity Framework 5. Applied NoSQL with LINQ, and MongoDB. Filed under: DevelopMentor Tagged: NET , ASP.NET , Azure , Cloud , Debugging , DevelopMentor , jQuery , LINQ , MVC , NoSQL. DevelopMentor.NET ASP.NET Azure Cloud Debugging jQuery LINQ MVC NoSQLJust a quick announcement for an developer upcoming event I’ll be participating in… Early November I’ll be co-teaching DevelopMentor’s biggest.NET developer event of the year in Los Angeles: Guerrilla.NET. hope to see you there! Feel free to contact me with any questions. mkennedy.
    Michael C. Kennedy's Weblog - Tuesday, September 25, 2012
  • Simple WCF SOAP-REST Multi-Project Template
    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. However, what I often need is a starting point for building a “proof-of-concept” service in order to explore various configuration options and scenarios. Search for “WCF SOAP-REST” in the Online Gallery, then click Download to install the extension. Enjoy.
    DevelopMentor Courses - Monday, June 11, 2012
<< 1 2 3 ... 9 10 >>
%>