consoleart.wordpress.com
November | 2009 | Consoleart's Blog
https://consoleart.wordpress.com/2009/11
Archive for November, 2009. Build and Publish .NET with MSBUILD with Powershell – Part 1. November 24, 2009. This post will explain the process of automating your build / publish (web or windows) with windows Powershell and MSBUILD. 2) VS 2008 – The sample that i will provide will depend upon a windows application and a web application. 3) Powershell – ease of scripting, next generation script for windows, search for Windows Powershell to learn more. Before you Start(I mean : prerequisites). 5) I Tunes o...
consoleart.wordpress.com
June | 2009 | Consoleart's Blog
https://consoleart.wordpress.com/2009/06
Archive for June, 2009. Fruits, Flowers and Sea! June 26, 2009. Camera Version – Canon – i have replaced my earlier pic with this new one. One of my earlier sketches. June 25, 2009. This one is my favorite. Copied from real life – redrawn by me. June 24, 2009. Some of my random sketches. June 24, 2009. All sketches were done with Stedler pencils…. Natraj – Thai Crown version. June 24, 2009. A sketch of a model…AKA Washing Powder Nirma! Small scale IT companies. June 23, 2009. June 6, 2009.
consoleart.wordpress.com
August | 2010 | Consoleart's Blog
https://consoleart.wordpress.com/2010/08
Archive for August, 2010. August 9, 2010. You can take this post seriously if you want to). Defn: Inheritance is the method of copying the content of your friend (or a bit of paper) during your exams and modifying it so that you can get reasonably more marks than him….seriously…. So with our copying example we will dwell into the concept…. The method by which an inferior(child) being is copying(derive) from a superior(parent) being is called as a inheritance or Copying in our case…. August 9, 2010. These...
consoleart.wordpress.com
June | 2008 | Consoleart's Blog
https://consoleart.wordpress.com/2008/06
Archive for June, 2008. Linux at my workplace. June 5, 2008. I have been trying hard to put a linux server on my workplace to hold SVN, which is our source repos. finally i got a IBM Server 256 MB RAM…i am so excited to install linux – Ubuntu server on it to start up with and show to my management the power of open source…current activities that iam so desperate to do. 8211; move my source control from w2k3 server to Linux…. 8211; change my database system to linux based. Configure SVN using windows.
consoleart.wordpress.com
Android SDK – Emulator – on MAC | Consoleart's Blog
https://consoleart.wordpress.com/2010/12/09/android-sdk-emulator-on-mac
Android SDK – Emulator – on MAC. Android SDK – Emulator – on MAC. December 9, 2010. Ok, now that i have my first app built in android, i want to give it to my client for a demo who does not have a android PAD, (or yet to have one)…so they have to use the emulator which comes with android SDK to install the APP and show it running like its an android device…. The steps are pretty much simple. 1) install android SDK(google has enuf details for it). 3) copy the APK file to a particular folder (say Desktop).
consoleart.wordpress.com
January | 2010 | Consoleart's Blog
https://consoleart.wordpress.com/2010/01
Archive for January, 2010. Nizhalgal – Pon Maalai Pozudhu. January 16, 2010. Eh oh um lalalla. Idhu Oru Pon Malai Pozudhuuu. Vaana magal naanu giral. Idhu Oru Pon Malai Pozudhu. Eh oh um umumum. Airayam nizalagal jalam idum. Rathiri vasalili kolam idum. Vaanam iravuku paalam idum. Paadu paravaigal thaalam idum. Idhu Oru Pon Malai Pozudhuuu. Vaaanam aenaku oru bodhi maram. Naalum aenaku adhu seidhi tharum. Oru naal ulagam neidhi paerum. Thirunaal nigazum theidhi varum. Kelvigala velvigalai naan seivaen.
consoleart.wordpress.com
EntitySet DefinitionQuery InsertFunction issue | Consoleart's Blog
https://consoleart.wordpress.com/2012/07/01/entityset-definitionquery-insertfunction-issue
EntitySet DefinitionQuery InsertFunction issue. EntitySet DefinitionQuery InsertFunction issue. July 1, 2012. I got this error when trying to insert values to DB. Unable to update the EntitySet ” because it has a DefiningQuery and no InsertFunction element exists in the ModificationFunctionMapping element to support the current operation. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). Scott gu’s Blog.
consoleart.wordpress.com
Azure – Remote desktop – Not a genuine copy of windows | Consoleart's Blog
https://consoleart.wordpress.com/2011/04/28/azure-remote-desktop-not-a-genuine-copy-of-windows
Azure – Remote desktop – Not a genuine copy of windows. Azure – Remote desktop – Not a genuine copy of windows. April 28, 2011. I have enabled RD option on my Web role instance and logged into the server using Remote Desktop. Was surprised to see the message “this copy of windows is not genuine” Not sure why this message was been displayed on the data center server. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public).
consoleart.wordpress.com
Install APK file from command Prompt | Consoleart's Blog
https://consoleart.wordpress.com/2010/12/08/install-apk-file-from-command-prompt
Install APK file from command Prompt. Install APK file from command Prompt. December 8, 2010. I have now finished with my POC and want to install it in my android emulator outside of Eclipse. Here are the steps. Execute the emulator so that it starts and is ready to install new programs. You need to run the emulator.exe under the android SDK Tools folder). 2) open the command prompt (in your PC and not in the emulator) and type. Abd install c: myProject.apx. This will install the APK file in the emulator.