in
tri
home of the trivadians

Nach Ordnungsbegriffen durchsuchen

  • Framework for DB-centric WPF LOB application is here

    After reading a blog post today on the LOB in WPF topic and remembering the countless ones I read before I thought it might be the right time to present the world what I would like to call "the first framework for db-centric line-of-business applications built for WPF": Trivadis Application...
    Erstellt in Tobias Muellers Blog (Weblog) von Anonymous am 10-03-2008
  • C# Acrobatics : Lambdas and Expression Methods as a replacement for NVelocity

    I’ve been very quiet recently. (I’m trying to not be so loud, Scott. ) You see, I’ve been writing a lot of ASP.Net code for a site I’m working on. And, to be honest, I’ve been having a lot of trouble. The source code for .Net has been very helpful, and I’ve learnt...
    Erstellt in Richard's blog (Weblog) von Anonymous am 06-02-2008
  • .net: You got the source, now grab it

    You know the pity: You're once again working on the train and have only a lousy HSDPA or UMTS connection but right a this point in time you would need to debug into the .net source code. You are actually able to get the source code since MSFT released it on 1/16/2008 but in this [...]
    Erstellt in Tobias Muellers Blog (Weblog) von Anonymous am 04-15-2008
  • Easy Data-loading with LINQ-to-SQL and LINQ-to-XML

    .Net 3.5 had some nice tricks in it. LINQ-to-XML was one of them. With the new "X"-types, you can make working with XML really easy. VB.Net 9 takes it one step further, and lets you write XML in your code without strings. "Hey Rich, that’s old news," I hear you say. "And who’s...
    Erstellt in Richard's blog (Weblog) von Anonymous am 03-20-2008
  • Design Guidelines for LINQ

    Have you wondered if and when you should use the new LINQ features in .Net 3.5? Like, where should I put a new extension method? Should I use Func<T> or a custom delegate? How do I best implement a mix-in (extension methods on an interface)? Well, Mircea Trofin has just published a new draft...
    Erstellt in Richard's blog (Weblog) von Anonymous am 03-13-2008
  • ExtensionMethod.net - An Extension Methods Database

    While surfing around tonight, I came across ExtensionMethod.net, a database of useful Extension Methods for C# 3.0 and VB 9. I thought it might be useful, so I added a few of my own extension methods. IComparable<T>.LessThan int.Times int.To There aren’t many there yet, but there are one...
    Erstellt in Richard's blog (Weblog) von Anonymous am 03-03-2008
  • Remove and Sort Those Ugly “using-Statements”

    Visual Studio 2008 has lots of goodies in it, like LINQ syntax, CSS editing, and testing tools. There’s a lesser-known feature which I really appreciate though - the “Remove and Sort Usings” command in the C# editor. You activate the command by placing your cursor over the using statements...
    Erstellt in Richard's blog (Weblog) von Anonymous am 03-03-2008
  • Refactoring C# Series: Aggregation of IEnumerable

    I was recently reading this book about the Ruby programming language, and came across this piece of example code: [1,3,5,7].inject(0) {|sum, element| sum+element} -> 16 [1,3,5,7].inject(1) {|product, element| product*element} -> 105 Inject is a method which acts on an array...
    Erstellt in Richard's blog (Weblog) von Anonymous am 03-02-2008
  • A Pure ASP.Net Grid with Grouping

    One of my favorite bloggers is Matt Berseth. Nearly once a week he comes up with a post where he does something amazing with the standard ASP.Net controls. I usually read his posts in awe. He’s really good. But he’s not only is a good developer, he’s a great writer. Even though his...
    Erstellt in Richard's blog (Weblog) von Anonymous am 03-02-2008
  • The LinqDataSource and the Hidden Viewstate

    Yesterday I thought I’d learn about the LinqDataSource in ASP.Net 3.5, and got an interesting surprise. The new LinqDataSource can also be used with a LINQ-to-SQL model to perform updates. You simply add the DataSource to your page, set the table name, and set EnableUpdate to true. Then, using...
    Erstellt in Richard's blog (Weblog) von Anonymous am 02-21-2008
Seite 1 von 2 (17 Treffer) 1 2 > Weiter
/