• 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 …

  • Firefox drag drop text shortcut

    As it is not new for everyone about my new accidental discovery of a firefox browser’s “super shortcut”. Sometime last week when I was chatting with my co-worker and he message me of a certain unknown website(which is not in the url form) and for my laziness I don’t want to search this in Google …

  • Practical Extraction and Report Language/Common Gateway Interface

    Simply known as PERL and CGI respectively. I decided to change my priorities in studying “Web based apps” from ASPX to Perl and CGI scripting because of the flexibility, powerfulness of this language. Also what is good about it is that I can work in different O.S platforms and I can work also both in …

Switch to our mobile site