Code it Yourself...

Share

Twitter Facebook

Settings

  • Archives
  • Categories
  • Tags
  • Events
  • About Me

Upgrade xVal.WebForms 0.1 to use xVal.1.0 (Validation Summary Support)

Oct 19, 2009 1 min read dotnetaspnetxval
Recently I found out about xVal.WebForms project at CodePlex.com . Its a good implementation of XVal for ASP.Net WebForms made by John Rummell. I missed Validation Summary support so I upgraded John’s code so it could work with XVal 1.0. I submitted two patches modifying ModelValidator.cs and …

Issue in non Generic Execute Method in DbLinq.Data.Linq.Implementation.QueryProvider

Oct 19, 2009 1 min read dotnet
We’ve been working with DbLinq for a while now, at HexaSystems and recently using it together with Dynamic Linq and SQLite I programed a call to the Count method of a Queryable object as follows: 1public static int Count(this IQueryable source) 2{ 3if (source == null) throw new …
  • ««
  • «
  • 26
  • 27
  • 28
  • 29
  • 30
  • »
  • »»
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