New Site

The New (Beta from now) Microsoft Windows Server 208 R2, IIS 7.5 and the .Net Framework 4.0! I decided that my next main site will run on these platforms to ensure that updates to new techs and be able to learn this ahead of time. Oh I missed already my WPF days when I was …

long time no see blog…

29 days since the last time I something wrote here. It has been kinda busy for me these past weeks and there had been a lot of changes in my personal and professional life (i admit that this could be something historical for me). As much as I would like to write it down here, …

Update table using sub select in LINQ with titlecase

I’m not much on SQL and db so it took me 2 days to solved my problem converting sub select set update sql to LINQ. NOTE:This is not LINQ to SQL! its pure Object to LINQ only. DataTable dtbl = dvPractitioners.Table; TextInfo titlecase = new CultureInfo("en-US", false).TextInfo;   string searchExempt = "old Word~NEW WORD~Optional dropdownlist …