Home / ASP.NET Weblogs
All Tags » C# » CLR (RSS)

Browse by Tags

Related Posts

  • Server-side Office Integration -7 (Conclusion)

    Voow, I am almost done. On this Sunday night, at Panera, I have enjoyed writing while listening to the jazz and drinking coups of tea (3, so far). Alright, let's summarize briefly what we have done so far in these series: After giving some intro, In this complete but simple web application, we import...
    Posted to Mecit Atmaca (Weblog) by atmacam on 11-03-2008, 12:00 AM
    Filed under: C#, Design Patterns, SOA, AJAX, WCF, LINQ, Agile, CLR, Biztalk, SQL Server
  • SilverLight Text Formatting

    There are scenarios when you want to Format the bound string value for example you want to display the long names as nadeemIq... or display a different value based on the bound string value & get back the original value. So here is IValueConverter interface which is used to achieve such scenarios...
    Posted to NadeemIqbal's Blog (Weblog) by niqbal on 10-27-2008, 12:00 AM
    Filed under: Windows Forms, C#, .NET, .NET FAQ, CLR, WPF, SilverLight
  • Customizing DataGridView

    You can customize the DataGridView to work the way you want. There are scenarios when default behavior of the DataGridView is not sufficient to fulfill the requirements. For example you want to override the behavior of DataGridView such that when i press enter key on a particular cell the cursor/focus...
    Posted to NadeemIqbal's Blog (Weblog) by niqbal on 07-01-2008, 12:00 AM
    Filed under: Windows Forms, C#, Visual Studio, .NET, .NET FAQ, CLR, DataGridView
  • Extension Methods: A simple example

    If you've been developing software for any significant lenght of time, chances are you have compiled(for want of a better word) a repository of helper functions that have, over time, become valuable to you as you make your way through various applications. Extension Methods allow us to extend our custom...
    Posted to Jaycent Drysdale (Weblog) by jaycent on 02-12-2008, 12:00 AM
    Filed under: C#, .NET, CLR, General Software Development
  • Object Oriented Programming Refresher

    Recently I was challenged by a colleague who asked some very basic questions relating to object orient programming. I know these concepts very well, but sometimes you have to stop and think twice about them, especially if most often than not, you do not implement these concepts in your day to day programming...
    Posted to Jaycent Drysdale (Weblog) by jaycent on 02-07-2008, 12:00 AM
    Filed under: C#, .NET, Commerce Server, CLR, General Software Development, Windows Forms
  • Working with USB to Serial port adapter on .NET

    You can't solve a problem with the same kind of thinking that created it. — Albert Einstein (1879-1955) Yesterday I spent a lot of time trying to get a speed radar to work on my .NET application. Every test was giving us diferent results. We made hundreds of tests, but every time we thought we found...
    Posted to Matias Paterlini (Weblog) by paterlinimatias on 01-16-2008, 12:00 AM
    Filed under: WPF, Orcas, Team System, Vista, Infocard, Commerce Server, WinFX, .NET FAQ, Atlas, Web Services, Agile, CLR, Biztalk, BCL, WCF, Avalon, WWF, AJAX, General Software Development, Windows Forms, Content Management Server, ASP.NET, Visual Basic, C#, Sharepoint, Mobile, IIS, Community News, Crossbow, Visual Studio, .NET, SQL Server
  • Integrating .NET and Erlang using OTP.NET

    Summary: A simple example using OTP.NET to connect a .NET node to an erlang node. I have decided to write this after reading the article on " Integrating Java and Erlang " on ServerSide.com so I highly recommend that you read that article before continuing here as there are many things which are already...
    Posted to Nauman Leghari's Blog (Weblog) by laghari78 on 01-08-2008, 12:00 AM
    Filed under: .NET, OpenSource, C#, Community News, CLR, Erlang
  • Profiling some data structures

    I don't know why but I randomly decided to see how well my SinglyLinkedListCollection<T> fared against the LinkedList<T> collection in System.Collections.Generic. First off, my implementation supports pretty much everything that the MS LinkedList<T> does, that includes full LINQ support...
    Posted to Granville Barnett (Weblog) by gbarnett on 10-13-2007, 12:00 AM
    Filed under: .NET, Data Structures, Algorithms, C#, CLR, DSA
  • Method Tree Visualizer :: Fun with IronPython, Cecil and Netron Graph - Part III

    As I said in the last post, the output from Microsoft GLEE looked but not ideal and as the method tree gets bigger with more relationships, the diagram gets out of control. Disappointed with that, my further search takes me to the Netron Project, which is a diagramming and graph layout toolkit for Microsoft...
    Posted to Nauman Leghari's Blog (Weblog) by laghari78 on 04-03-2007, 12:00 AM
    Filed under: .NET, C#, IronPython, Cecil, Mono, CLR, GLEE
  • Fun with IronPython and Cecil (Part II)

    UPDATE: [ Part III with Netron Project ] By the end of first exercise , we can list through list of method calls in a particular method body. Now, my target will be to take a assemblyname::typename::method as input then recursively iterate through the method lists and generate a nice looking visualization...
    Posted to Nauman Leghari's Blog (Weblog) by laghari78 on 04-02-2007, 12:00 AM
    Filed under: C#, IronPython, Cecil, Mono, CLR
Page 1 of 4 (31 items) 1 2 3 4 Next >