Welcome to Geeks Portal Sign in | Join | Help
in
 
 

Browse by Tags

  • On Activator.CreateInstance...

    When you use .NET Activator.CreateInstance to create a new object of a certain type, make sure you reference the Project / DLL that contain the type definition or load it manually somehow to an AppDomain . Otherwise your call will fail. Say you have the following solution: Solution Foo Project Bar1 IUser...
    Posted to Incoherent Rambling (Weblog) by Jimmy Chandra on 04-16-2008
  • How Do I Serialize / Deserialize Tidbits...

    How do I serialize / deserialize between (XML Schema) XSD:Duration from and to .NET TimeSpan? Apparently, there is no obvious way to do this like you could when dealing with DateTime object conversion to and from XSD:DateTime. With DateTime you can do something like so: 1: //Serialize DateTime object...
    Posted to Incoherent Rambling (Weblog) by Jimmy Chandra on 04-14-2008
  • Failed to install .NET Framework 2.0

    Tadi siang asisten bos laptopnya minta diinstall .NET Framework 2.0 (hanya runtime bukan SDK) karena ada aplikasi yang menggunakan .NET Framework. Namun entah kenapa selalu saja failed saat installer baru mulai dan muncul pesan: "Error opening installation log file. Verify that the specified log...
    Posted to <paulus /> (Weblog) by paulus on 03-25-2008
  • Parallel Performance: Optimize Managed Code For Multi-Core Machines

    Multi-processor machines are now becoming standard while the speed increases of single processors have slowed down. The key to performance improvements is therefore to run a program on multiple processors in parallel. Unfortunately, it is still very hard to write algorithms that actually take advantage...
    Posted to Wely (Weblog) by very_wel on 03-03-2008
  • Last Present for my company

    I have been working in IT Directorate Binus (was ATL) for around 2 years. This coming March 6 th would be my last day in ATL. Two weeks ago, I was invited by one of the project manager to deliver some internal training about .net etc. The training consists of 5 days. The first 3 day is for the staff...
    Posted to Wely (Weblog) by very_wel on 02-28-2008
  • Community Server and Show

    Slideshow and Video streaming based on Silver light technology is seem cool, and how if we integrated it with Community Server a framework for web application that already have many cool features. Genova is just name for integration between rich media like Video and Slideshow. Integration is not only...
    Posted to Ridi Ferdiana (Weblog) by ridi on 02-09-2008
  • I’m going to {Visual Studio 2008 Launch}

    Regarding to this post , I am very interested to going to VS 2008 Launch. See my blog's header Currently, I am just playing with some LINQ queries and LINQ to SQL O/RM. That's very cool. I can't wait to do real development with this new "baby" tool .
    Posted to Wely (Weblog) by very_wel on 01-30-2008
  • Who says C# 3.0 could only run with .NET 3.5!!!

    Visual Studio 2008, .NET 3.5, C# 3.0, VB 9.0, ASP.NET 3.5, etc… One of the goals of these Microsoft's development program is try to loosen the tie of framework, language and tools or IDE. In other word, flexibility and backward compatibility is important. Maybe most developers have already known...
    Posted to Wely (Weblog) by very_wel on 01-24-2008
  • Playing Around with Anonymous Type, Extension Method, LINQ, and Generic

    I was reading this particular entry from AlexJ's blog, in which he discussed how to use anonymous type returned from one function in another function. I strongly recommend you read it first before reading any further. Basically, most people would think that there is no easy way to return a strongly...
    Posted to Incoherent Rambling (Weblog) by Jimmy Chandra on 01-20-2008
  • Visual Studio 2008 Training Kit

    Visual Studio 2008 and .NET Framework 3.5 Training Kit containing Labs, Demos and PPTs Overview The Visual Studio 2008 and .NET Framework 3.5 Training Kit includes presentations, hands-on labs, and demos. This content is designed to help you learn how to utilize the Visual Studio 2008 features and a...
    Posted to Wely (Weblog) by very_wel on 12-18-2007
Page 1 of 11 (105 items) 1 2 3 4 5 Next > ... Last »
 
 
Powered by Community Server (Commercial Edition), by Telligent Systems
Copyright © INDC, 2006. All rights reserved.