-

My name is Ash Tewari. I have been developing software for over 10 years. I enjoy interacting with the members of software development community and very interested in sharing perspectives and insights with others. In my free time, I like to experiment with new tools, techniques, technology and concepts. In the process, I sometimes create something useful too !
Pages
-
Recent Posts
- Using Model-View-ViewModel in WPF Applications
- Use Legacy Printer From Windows 7
- Should you get into Silverlight or Flash ?
- Session Recommendations for SoCal Code Camp @ USC
- Using DbUpdater with MySql
- SQL Azure Notes
- Online Backup Solution
- Switched to Thematic
- Is Scrum Bad For Developers ?
- GUI Prototyping Tools
- Create Games From Scratch
- RIA with Silverlight and WCF – Los Angeles .NET Developers Group
- Job Opening – Windows GUI Developer
- Scrum Tools
- ReSharper vs CodeRush + Refactor Pro
-
Recent Comments
- vik on WPF – LINQ to SQL Sample
- tremeur balbous on Scrum Tools
- sezam20 on Scrum Tools
- Scrum Tool on Scrum Tools
- BhaaL on ReSharper vs CodeRush + Refactor Pro
- tewari on Using NHibernate With SQLite in DbUpdater
- Using DbUpdater with MySql on DbUpdater
- tewari on Using NHibernate With SQLite in DbUpdater
- David Ridgway on ReSharper vs CodeRush + Refactor Pro
- Adam Feldman on Scrum Tools
- Pranay on Using NHibernate With SQLite in DbUpdater
- Marion on Scrum Tools
- Breezback on Using NHibernate With SQLite in DbUpdater
- Online Scrum Tool on Scrum Tools
- tewari - Job Opening - Windows GUI Developer on Contact Me
DbUpdater
Version-aware sql schema deployment : DbUpdater (sql server, mysql, sqlite, oracle and more ...) FREE !Topics
.NET AdventureWorks advice C# career change Cheese code CodeCamp Comparison control database DataBinding DbUpdater demo Download free tool job life LINQ ListView log4net mapping MSSQL NHibernate output path presentation relevance RollingFileAppender sample scrum Share Silverlight Spencer sql startup directory tips tool Windows WPF WPF-LINQ xaml xml xpath xsltCategories
Archives
Twitter Updates
-
Notes
Using DbUpdater with MySql
DbUpdater can be used with mysql. Here are the files you need to jumpstart the integration – DbUpdater-MySql.zip 1. You might need to change the path to mysql.exe in mysql-exec.bat. 2. Modify values in mysql-sample-command-line.bat. Make sure mysql.data.dll is placed in GAC or in the same directory as DbUpdater.exe. Connector binaries can be downloaded from here - http://dev.mysql.com/downloads/connector/net/6.1.html (0)Online Backup Solution
Finalized online backup solution : JungleDisk. I can run it on all of my machines without paying extra. I get to keep the ownership of my data – by using my own Amazon S3 storage. Backed up all family photos – all 30 GBs. Feeling good (0)Switched to Thematic
I have switched to Thematic theme on this blog over the weekend. I created a child theme after playing around with the customization hooks. I added a widgetized area below main asides, did some css modifications and created a three column, flexible layout just the way I wanted. I am so glad I switched to Thematic. ThemeShaper forums are very helpful. These articles were just what I needed to get started : How to make a child theme for WordPress and How I used a WordPress Child Theme To Redesign My Blog. (0) BookShelf
Planned books:
-
How I Got Published: Famous Authors Tell You in Their Own Words by Ray White
-
ASP.NET MVC in Action by Jeffrey Palermo, Ben Scheirman, Jimmy Bogard
Current books:
-
Pragmatic Thinking and Learning: Refactor Your Wetware (Pragmatic Programmers) by Andy Hunt
-
Working Effectively with Legacy Code by Michael Feathers
Recent books:
None
-




Create Games From Scratch
My 18 month old son woke me up at 4 in the morning. I got him to go back to sleep, but … and here I am writing.
A few weeks ago, I downloaded Scratch from M.I.T’s website. Scratch is a programming language for kids. You drag/drop and (literally) snap together programming constructs to create games. Within a couple of minutes, I had a diver chasing a ball bouncing around on the screen.
I showed it to my 5 year old son and he watched as I “changed the game” and had the ball chase the mouse cursor and the diver chase the ball. He sat down with me and asked me if I could make it a dog chasing the ball instead. Sure! Then we started customizing further. Make it run faster .. Yeah! Let’s turn him into Clifford – The Big Red Dog … Can he bark ? Sure. Let’s turn it into a basket ball .. I want it red, blue, yellow, … Let’s make a basket ball hoop and have Clifford play basketball … Sure.
It was a quite productive pair programming session
. No TDD yet – he is too young for that kind of stuff
.
I was relieved that I didn’t loose his attention while I was “programming”. Now, my son does have a pretty long attention span for his age, but a lot of credit goes to the designers of Scratch. The entire “artwork” was created within the Scratch application and the “programming” was just a pure joy for my son. And we were just “scratching” the surface there. Explore the possibilities here.
You can download the game here : Clifford-ball.sb. Be careful, sometimes the dog turns upside down. There are some bugs to be fixed
. Where is the debugger ?
Share This
Related posts