Code it Yourself...

Share

Twitter Facebook

Settings

  • Archives
  • Categories
  • Tags
  • Events
  • About Me
  1. Home
  2. Tags
  3. nhibernate

NHInsights an OracleManagedDataClientDriver for NHibernate and Application Insights

May 6, 2016 2 min read azuredotnetapplication onsightsnhibernateoracle
NHInsights an OracleManagedDataClientDriver for NHibernate and Application Insights Let’s talk about NHInsightsan OracleManagedDataClientDriver for NHibernate and Application Insights If you use Oracle and NHibernate and you are trying to use Application Insights to diagnose issues with your database calls you will notice that for ASP.NET applications the out-of-the-box dependency monitor …

NHibernate.Linq Issue when a query is executed having the same alias but with different associations paths

May 6, 2010 1 min read dotnetnhibernate
When running a query like the following: 1var query = nhib-Arms.Where(a => a.LeftHand.Thumb.Length == 1 || a.RightHand.Thumb.Length == 1); Thumb alias was always taken as part of the a.LeftHand association path, therefore leading to wrong results. I’ve worked on patch and test to fix this issue, so Thumb alias …
Carlos Mendible
Carlos Mendible
Father | Husband | Sr Cloud Solution Architect | Former Azure & Developer Technologies MVP | Opinions are my own
Microsoft
Madrid. Spain
About Me

Recent Posts

  • AKS: Simulate Spot Node Eviction
  • AKS: Disable local accounts with Terraform
  • Protect your Node.js or .NET API with Azure Active Directory
  • Azure Database for MySQL Flexible Server: Failover Test
  • Azure Cache for Redis: Failover Test

Categories

azure dotnet kubernetes devops management certifications

Tags

aks aspnetcore dapr docker powershell cloud keyvault managedidentity terraform ansible
Copyright: 2021 - Carlos Mendible