Caps converter - convert uppercase to lowercase to normal case to capital case and vise versas
Tech-Today

Caps converter - convert uppercase to lowercase to normal case to capital case and vise versas


Below are the list of tools I use in case converting, they are useful if you are on a printing business and your clients just type on whatever case they want :-)

 Notepad++ - converts uppercase -> lowercase and vice versa
Microsoft word - a feature in the format tab

And what I use 99% of the time:
http://www.convertcase.net/It can convert a paragraph to any of the following: sentence, lower, upper and capitalized case.




- Qualities Of The It Workforce In The Philippines
Small business enterprise would naturally need manpower to start their business rolling. However, the cost of efficient manpower may not be enough to keep the business afloat. As such, it is great news that a small business can start big with outsourcing....

- How To Catch Closing Event Of A Console Application In C#
On application closing we certainly always need to perform a clean up. But on the case of a c# console application there is no clear way to do it. And this is what I came up, to import a function from kernel32.dll, which is SetConsoleCtrlHandler. I'll...

- Mssql Get The Date From Datetime
...

- Dynamic And Or Statements In Entity Framework
What if your where clause is dynamic meaning certain fields only gets filtered when a certain condition is satisfied? The most simply implementation of AND, OR without condition is: entity.Model.Where(p=>p.FieldA==1 AND/OR p.FieldB==2); In sql it's:...

- Sqlce Get Last Insert Id, Convert Sqldecimal To Int32
Platform: Windows Mobile, SqlCE2.0 Problem: You want to get the id of the last query you insert. Solution: Using the @@identity you have to execute your queries like this: SqlCeConnection conn = null; try { conn = new SqlCeConnection(GetConnection());...



Tech-Today








.