Browse by Tags

Related Posts

  • IIS7 – ASP.NET on Windows Server 2008 Server Core R2

    " If you are a Server Core fan, and wished you could host ASP.NET websites in Server Core, then feel better, you wish had come true. Windows Server 2008 R2’s Server Core will have .NET Framework which means, ASP.NET too. This is a big news for all those wanted to deploy Server Core, but stopped...
    Posted to Hosam Kamel (Weblog) by HosamKamel on 11-18-2008, 12:00 AM
    Filed under: ASP.NET Tips & Tricks, ASP.NET Deployment, IIS 7.0, Windows, LINQ, WCF, Windows Server 2008 Server Core
  • Entity Framework, LINQ to SQL and Oracle

    Amid the debate about which is better and have more future (two things that not necessarily go together) between LINQ to SQL and Entity Framework, one thing they have in common is the fact that Oracle is in “no comment” mode about both of them. It’s like Oracle would be expecting that the lack of its...
    Posted to .NET at 9.400 ft above sea level (Weblog) by Edgar Sánchez on 11-17-2008, 12:00 AM
    Filed under: Visual Studio 2008, LINQ, Entity Framework
  • Code from My ASP.NET Connections Talks

    I finished up my talks at ASP.NET Connections yesterday and wanted to get the code posted as well as links for the additional topics covered in the Silverlight animation session.  Here they are: Building N-Tier ASP.NET Applications with LINQ Code Silverlight 2 Animations Code SilverlightFX Farseer...
    Posted to Dan Wahlin's WebLog (Weblog) by dwahlin on 11-13-2008, 12:00 AM
    Filed under: ASP.NET, .NET, C#, Silverlight, LINQ, Lambdas
  • Subsonic 3.0

    Have to say im pretty excited about Subsonic 3 having just read Rob Conerys latest post about preview 2 The short video is well worth watching, and the music over it is great too :-) After feeling rather despondent following recent news about LINQ to SQL this is starting to look like a good way forward...
    Posted to Guy Harwood (Weblog) by Guy Harwood on 11-13-2008, 12:00 AM
    Filed under: LINQ, Dev Tools, Subsonic
  • LINQ Tips #7 Create a LINQ to Anything(3)

    Yesterday, we implemented a simple LINQ to Objects pattern. In our post , we overwrote the  data source , if you can remember, all the return value were added a tail as "LINQ". But this seems useless, in the NFlickr project, we need to send the filter to the Flickr service and get the...
    Posted to Technetguy.com/blog (Weblog) by RobertNet on 11-11-2008, 12:00 AM
    Filed under: LINQ, C#
  • LINQ Tips #6 Create a LINQ to Anything(2)

    Yesterday, we sort of created a baby step of a LINQ to anything implementation ; We stopped at the place to implement the interface IQueryProvider, the most important method in this interface for us is IQueryable<TElement> CreateQuery<TElement>(System.Linq.Expressions.Expression expression...
    Posted to Technetguy.com/blog (Weblog) by RobertNet on 11-10-2008, 12:00 AM
    Filed under: LINQ, C#
  • Using the Select LINQ query operator with indexes

    Yesterday, Fred asked me if I could help him to convert C# code to LINQ. The solution may not obvious to find unless you know LINQ well. I will reproduce here the solution I gave Fred. Whether the LINQ version of the code is easier to read than the original one is arguable. The purpose here is more to...
    Posted to Fabrice's weblog (Weblog) by Fabrice Marguerie on 11-10-2008, 12:00 AM
    Filed under: Tips, .NET, LINQ
  • LINQ Tips #5 Creating a LINQ To Anything

    We knew there are at least 3 implementation in .Net 3.5, they are LINQ to Objects, LINQ to XML and LINQ to SQL. I don't believe Microsoft will create different pattern for those. In my current open source project NFlickr , because I have thousands of the fotos at flickr.com , so I don't want to get everything...
    Posted to Technetguy.com/blog (Weblog) by RobertNet on 11-10-2008, 12:00 AM
    Filed under: LINQ, C#
  • LINQ Tips #1--Get a list of interface

    In the most of the case, we can use the LINQ to filter out a list of the object collection. But if we are designing a framework which means we will use the interface talk to each other. The collection has to be the container of a set of interface which will need some tricks to finish this job. The interface...
    Posted to Technetguy.com/blog (Weblog) by RobertNet on 11-10-2008, 12:00 AM
    Filed under: LINQ, C#
  • ASP.NET Dynamic Data Web projects templates

    Since Visual Studio 2008 SP1 you may have noticed 2 projects template for dynamic data: So what is the difference ? Dynamic Data Web Site / Dynamic Data Web Application: Uses a LINQ to SQL model and LinqDataSource controls. Dynamic Data Entities Web Site / Dynamic Data Entities Web Application: Uses...
    Posted to Laurent Duveau (Weblog) by pluginbaby on 11-10-2008, 12:00 AM
    Filed under: ASP.NET, Visual Studio, Web Development, Linq
Page 1 of 56 (554 items) 1 2 3 4 5 Next > ... Last »
Microsoft Communities