Archives
-
Sessão Netponto: Entity Framework 7
A minha apresentação sobre Entity Framework 7 feita na 6ª reunião presencial da Netponto em Coimbra está disponível aqui.
-
Entity Framework Pitfalls: Table Valued Functions
As of Entity Framework 6.x, Table Valued Functions are not supported, which is really a pity.
-
Open Source @ Microsoft
This post is based on the presentation I did for Porto Tech Hub 2015, Microsoft ♥ Open Source, slightly revised and augmented.
-
NHibernate Pitfalls: Sharing a Session in Multiple Threads
The NHibernate ISession is not thread-safe, that is, it shouldn’t be shared by multiple threads. The ISessionFactory, however, is thread-safe, and thus it should be used to create ISession instances as needed. Do not worry, creating sessions does not mean that connections to the database are immediately open and kept alive, the ISession implementation only opens database connections when they are necessary and closes them when they cease to be.
-
Lesser-Known NHibernate Features: Statistics
NHibernate makes available a number of statistics about its work; this includes, among others:
-
SharePoint Reference Document Updated
Updated on June 6th.
-
Lesser-Known NHibernate Features: Dynamic Components
NHibernate, unlike others, has lots of ways to map columns from the database to and from classes. Normally, there is a 1:1 relation between columns and properties, but it doesn’t have to be so: there are, for example, components and dynamic components.
-
Windows Live Writer Tricks
As many others, I use Windows Live Writer (WLW) as my main tool for blogging. It has aged a bit over the years and sometimes crashes, but I think it is still the best tool around for this purpose. It will only get better if Scott Hanselman (@shanselman) succeeds in releasing it as open source!