Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Manning Special Offer for C# in Depth Readers – Save 50%

    Last Day to Save 50%! Special Offer for C# in Depth Readers Last week we told you about a special offer for C# in Depth readers only. That half off coupon expires today! To save 50% on these closely-related books, just enter sharp50 in the Promotional Code box on checkout at www.manning.com .  Microsoft...
    Posted to Jose R. Guay Paz (Weblog) by Jose Rolando Guay Paz on 04-02-2009, 12:00 AM
    Filed under: SQL Server, C#, Community News, Functional Programming, Entity Framework, Manning, TFS, Offer, Sale
  • Manning Special Offer for ASP.NET MVC in Action Readers – Save 50%

    Last Day to Save 50%! Special Offer for ASP.NET MVC in Action Readers Last week we gave you an update on ASP.NET MVC in Action-- along with a coupon good for 50% off on several closely-related Manning books. That special offer expires today! To save half on the books below, just enter code aspmvc50 in...
    Posted to Jose R. Guay Paz (Weblog) by Jose Rolando Guay Paz on 04-02-2009, 12:00 AM
    Filed under: SQL Server, C#, MVC, ASP.NET, NHibernate, Community News, Functional Programming, Entity Framework, Manning, Offer, Sale
  • Microsoft’s StreamInsight first thoughts

    I spent this weekend toying with Microsoft StreamInsight bits. I have a few blog posts planned for the next few days that tackle very specific CEP patterns but I figure it might make sense to start by highlighting some of the features I think differentiate Microsoft's StreamInsight from other CEP technologies...
    Posted to Jesus Rodriguez's WebLog (Weblog) by gsusx on 08-26-2009, 12:00 AM
    Filed under: WCF, SOA, Oracle, Architecture, .NET Framework, MDM, Microsoft, SQL Server, Concurrent programming, Functional programming, StreamInsight, Complex Event Processing
  • Announcing Tellago DevLabs on CodePlex

    It's been a few weeks since my last blog post mainly due to the fact that it's been an extremely busy month for us at Tellago . We have been heads down working on several fun projects that we are expecting to share with the dev community in the next few weeks. In any case, today I am really happy to...
    Posted to Jesus Rodriguez's WebLog (Weblog) by gsusx on 03-02-2010, 12:00 AM
    Filed under: WCF, BizTalk Server, SharePoint, SOA, Web Services, Architecture, Standards, SSIS, Web Services Interoperability, .NET Framework, MDM, Microsoft, SQL Server, Service Broker, Design Patterns, REST, Federated Identity, Security, Dynamic Languages, Programming Languages, Dublin, Tellago, Concurrent programming, Parallelism, Functional programming, StreamInsight, Complex Event Processing, Business Intelligence, Windows Identity Foundation, Tellago DevLabs
  • Hosting StreamInsight applications using WCF

    One of the fundamental differentiators of Microsoft's StreamInsight compared to other Complex Event Processing (CEP) technologies is its flexible deployment model. In that sense, a StreamInsight solution can be hosted within an application or as a server component. This duality contrasts with most of...
    Posted to Jesus Rodriguez's WebLog (Weblog) by gsusx on 04-15-2010, 12:00 AM
    Filed under: SQL Server, WCF, PowerPivot, Web Services, Parallelism, .NET Framework, Architecture, Complex Event Processing, Concurrent programming, Design Patterns, Functional programming, REST, SOA, StreamInsight, Tellago
  • Understanding LINQ to SQL (2) IQueryable<T>

    [ LINQ via C# series ] The core of LINQ to Objects is IEnumerable<T>: Query methods are designed for IEnumerable<T> as extension methods , like Where(), Select(), etc.; Query methods are designed to be fluent, LINQ to Objects queries can be written in declarative paradigm via method chaining...
    Posted to Dixin's Blog (Weblog) by Dixin on 03-30-2010, 12:00 AM
    Filed under: .NET, C#, SQL Server, Functional Programming, LINQ, LINQ to SQL, LINQ via C# Series
  • Understanding LINQ to SQL (5) Remote And Local Method Call

    [ LINQ via C# series ] Since LINQ to SQL is translating C# methods into SQL, all the C# methods are required to make sense in SQL. According to MSDN : A local method call is one that is executed within the object model. A remote method call is one that LINQ to SQL translates to SQL and transmits to the...
    Posted to Dixin's Blog (Weblog) by Dixin on 04-19-2010, 12:00 AM
    Filed under: .NET, C#, LINQ, SQL Server, TSQL, LINQ via C# Series, LINQ to SQL, Functional Programming
  • Understanding LINQ to SQL (4) Data Retrieving Via Query Methods

    [ LINQ via C# series ] After understanding: object model generating from SQL Server schema query method chaining on IQueryable<T> SQL are translated from expression tree, which is required by IQueryable<T> now it is time to take a deeper look at the detail of SQL Server data CRUD manipulation...
    Posted to Dixin's Blog (Weblog) by Dixin on 04-15-2010, 12:00 AM
    Filed under: .NET, C#, Visual Studio, LINQ, SQL Server, TSQL, LINQ via C# Series, LINQ to SQL, Functional Programming
  • Understanding LINQ to SQL (3) Expression Tree

    [ LINQ via C# series ] In LINQ to Objects, lamda expressions are used everywhere as anonymous method, like Where(): public static IEnumerable <TSource> Where<TSource>( this IEnumerable <TSource> source, Func <TSource, bool > predicate) while in LINQ to SQL, mostly lambda expressions...
    Posted to Dixin's Blog (Weblog) by Dixin on 04-06-2010, 12:00 AM
    Filed under: .NET, C#, Visual Studio, LINQ, SQL Server, TSQL, LINQ via C# Series, LINQ to SQL, Functional Programming
  • Introducing LINQ (1) What Is LINQ

    [ LINQ via C# series ] This LINQ series is from my 10 parts of LINQ via C# talks . And the poster designs for the events are here . What is LINQ Here is the roadmap of .NET and C#: Date .NET Framework CLR C# IDE Introduced Features February 13th, 2002 1.0 1.0 1.0 Visual Studio .NET 2002 Managed Code...
    Posted to Dixin's Blog (Weblog) by Dixin on 11-24-2009, 12:00 AM
    Filed under: .NET, C#, LINQ, XML, SQL Server, LINQ via C# Series, Functional Programming
Page 1 of 2 (11 items) 1 2 Next >