db4o Developer Community

db4o open source object database, native to Java and .NET
Welcome to db4o Developer Community Sign in | Join
in Search
More Search Options

Browse by Tags

All Tags » c# » .NET   (RSS)
Showing page 1 of 3 (21 total posts)
  • "Pragmatic Architecture", in book form

    For a couple of years now, I've been going around the world and giving a talk entitled ''Pragmatic Architecture'', talking both about what architecture is (and what architects really do), and ending the talk with my own ''catalog'' of architectural elements and ideas, in an attempt to take some of the mystery and ''cloud'' nature of ...
    Posted to planetdb4o (Weblog) by Anonymous on January 5, 2009
  • 2009 Predictions, 2008 Predictions Revisited

    It's once again that time of year, and in keeping with my tradition, I'll revisit the 2008 predictions to see how close I came before I start waxing prophetic on the coming year. (I'm thinking that maybe the next year--2010's edition--I should actually take a shot at predicting the next decade, but I'm not sure if I'd remember to go back and ...
    Posted to planetdb4o (Weblog) by Anonymous on January 1, 2009
  • Performance on Compact Framework

    Hi people, I've a small db4o database with 2k objects defined like:   public class Modelo {        public String Marca;        public String Nombre;        public String CodigoMarca;        public ...
    Posted to Performance Forum (Forum) by Eduardo Ramirez on December 10, 2008
  • The Myth of Discovery

    It amazes me how insular and inward-facing the software industry is. And how the ''agile'' movement is reaping the benefits of a very simple characteristic. For example, consider Jeff Palermo's essay on ''The Myth of Self-Organizing Teams''. Now, nothing against Jeff, or his post, per se, but it amazes me how our industry believes that ...
    Posted to planetdb4o (Weblog) by Anonymous on December 10, 2008
  • Compatibilidad entre .Net 2.0 y .Net CF 2.0

    Hola a todos, He creado una apliación de escritorio con C#.Net 2.0 para realizar la importación de datos desde una fuente externa a un fichero .yap. Este fichero me lo llevo a otra aplicación hecha con C#.Net CF 2.0 pero no veo ningúno de los objetos guardados por la primera. En la aplicación de CF obtengo todos los objetos con ...
    Posted to Spanish (Forum) by Eduardo Ramirez on December 9, 2008
  • Dustin Campbell on the Future of VB in VS2010

    Dustin Campbell, a self-professed ''IDE guy'', is speaking at the .NET Developer's Association of Redmond this evening, on the future of Visual Basic in Visual Studio 2010, and I feel compelled, based on my earlier ''dissing'' of VB in my thoughts of PDC post, to give VB a little love here. First of all, he notes publicly that the VB and ...
    Posted to planetdb4o (Weblog) by Anonymous on November 25, 2008
  • Fast Reflection for .Net

    Hi, Recently we decided to evaluate how much impact (in performance) reflection represented in db4o. In .Net side we already knew (due to previous experience) that reflection is not as fast as we would like to. At the same time, profiling proved that reflection was not a bottleneck in Java side. So we settled up for trying to replace the ...
    Posted to Product News from the Core Team (Weblog) by Adriano Verona on November 10, 2008
  • db4oProviders Release 1.0 now available

    These are custom ASP.NET 2.0 providers which use db4o as back-end. Beginning with Membership Provider, Role Provider, and Profile Provider. Code is based on MSDN sample code and is unit-tested. Version 1.0 uses db4o 7.4 and C# 3.0. Prior versions of source use db4o version 6.1 and C# 2.0. http://www.codeplex.com/db4oProviders
    Posted to Community Projects (Weblog) by German Viscuso on November 5, 2008
  • Implications of instrumenting assemblies for Transparent Activation / Persistence in db4o - Part I

    As the popular saying  tell us, there's no such thing as free lunch. It is no different for work related subjects. When we introduced Transparent Activation (TA) concept we knew that it could make developer's life easier (by presenting a simpler model for object life cycle): developers would not be required to think about activation depths ...
    Posted to Product News from the Core Team (Weblog) by Adriano Verona on July 14, 2008
  • Smart java to c# conversion for the masses with sharpen

    As of Today our so far internal java to c# conversion utility, sharpen, is being released as free software. As an example of its usage we're going to write a simple contact management application in java and convert it to c#. While it is possible to use sharpen to convert a complete application it is advisable to handle this as an iterative ...
1 2 3 Next >