{{theTime}}

Search This Blog

Total Pageviews

Iphone ViewPort width

To view the GWT apps in iphone, the viewport width has to set to 320 in header tag.


Read http://code.google.com/webtoolkit/articles/gwt-iphone.html for more details

No comments:

Generate Models from SQL Server using Entity Framework Core

To generate models from SQL Server database tables using Entity Framework (EF) in .NET, you can follow the Database-First approach with Ent...