magnify
formats

SQL Azure Tools

Published on 2012/05/10 by in SQL

When you have to deal with sql migration from your existing database or your schema file to SQL Azure, you need to be aware the SQL Azure limits and deal with them manually or you can save time by use Azure migration tool.  One of the tools is on codeplex @ http://sqlazuremw.codeplex.com/

 
Tags:
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
No Comments  comments 
formats

Reduce SQL Azure Cost

Published on 2012/05/10 by in SQL

When you build your Azure applications, make sure your Azure applications and your SQL Azure database in the same datacenter.  It will improve the performance as well as Microsoft does not charge bandwidth for the communications within the same datacenter.

 
Tags: , ,
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
No Comments  comments 
formats

Legal Name For Azure Queue Storage

Published on 2012/04/23 by in Programming

One of the common issues when you develop with Azure is the name that you can use for your Azure storage queue.  While it is perfectly fine to use UpperCase letters for blob or table storage, you will get “One of the request inputs is out of range” if you try to use UpperCase letters

Read More…

 
Tags:
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
Comments Off  comments 
formats

Online JSON Viewer

Published on 2012/04/21 by in Programming

While I was working on some service development and I need to test quite a few JSON data objects, I found an online JSON viewer that was quite helpful to convert your JSON string into collapsible nodes like an xml editor and it also reformatted your JSON string into an indented viewable presentation from your

Read More…

 
Tags: ,
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
Comments Off  comments 
formats

Tiling Your Web Page With Arrangeable Div Containers

Published on 2012/04/19 by in Programming

The following technique allows you to fluidly tiling your web page to the width and height of the browser. The idea is to combine CSS layouts and jQuery UI script. The parent container has to be set with some height so that the child container can expand and fill up the parent container (i.e. in

Read More…

 
Tags:
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
Comments Off  comments 
formats

Add New SQL Azure Login And Assign Access

Published on 2012/04/18 by in SQL

I played with SQL Azure and ASP.NET Membership Provider yesterday by trying to create a database in SQL Azure and to create a ASP.NET login for accessing the new membership database.  The online SQL Azure documentation was not really clear how it can be done step by step.  At first, I created a login in

Read More…

 
Tags: ,
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
Comments Off  comments 
formats

PluralSight Courses

Published on 2012/04/06 by in Learning

Feel exuberated after two days digging in PluralSight courses.  Managed to completed 4 courses in HTML5, ASP.NET MVC 3, CSS and Javascript.  Some stuff covered I already knew, but going over PluralSight materials really helped me strengthen my skills and knowledge in these topics.  Visual presentation and demos really have upper hands than books.

 
Tags:
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
Comments Off  comments 
formats

Dissecting Web API Project Template

Published on 2012/04/03 by in Programming

Web API project template is similar to any other ASP.NET MVC project templates, except it is only available with ASP.NET MVC4 framework.  To create a Web API project, you will need to have Visual Studio 2010 and ASP.NET MVC4 framework installed.  You select the ASP.NET MVC 4 for your new project, then select Web API

Read More…

 
Tags:
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
Comments Off  comments 
formats

ASP.NET Web API

Published on 2012/04/02 by in Programming

Heard a lot of great stuff with ASP.NET MVC 4.  One of the new stuff in MVC 4 is Web API.  Just downloaded the new framework today and I am going to play with it.  More to come on the topic of ASP.NET Web API.  For those who does not where to look for, here

Read More…

 
Tags:
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
Comments Off  comments 
© Giavinh Pham. All rights reserved.