Browse by Tags - dotnet.org.za
in

dotnet.org.za

South African .NET Developer Portal
All Tags » LINQ » WPF (RSS)

Browse by Tags

  • Building OBAs with WPF, WCF, and LINQ

    One thing is for sure, using Visual Studio Tools for Office in the new Visual Studio 2008 environment has become much easier and a lot more effective. We have a number of frameworks that not only make our lives as developers easier but it also allows us to create even more powerful solutions. Besides...
    Posted to Zlatan's Blog [MVP SharePoint] (Weblog) by Zlatan on 02-07-2008
  • Bind LINQ and WPF

    The following sample code shows how to bind a LINQ query to a WPF control only using C#. listBox1.ItemsSource = dataContext.Members; DataTemplate template = new DataTemplate(); FrameworkElementFactory factory = new FrameworkElementFactory(typeof(StackPanel)); template.VisualTree = factory; FrameworkElementFactory...
    Posted to Rudi Grobler (Weblog) by rudi on 05-13-2007
  • LINQ

    Last night I attended a very informative talk hosted by sadeveloper.net. Armand explained in detail how LINQ works. Some very interesting subjects was touched on (ie. Lambda expressions, Anonymous types, Extension methods, etc.). The only subject that wasn't touched on was binding to WPF controls...
    Posted to Rudi Grobler (Weblog) by rudi on 05-10-2007
Page 1 of 1 (3 items)
Powered by Community Server (Commercial Edition), by Telligent Systems