Quantcast
Channel: George Trifonov
Browsing all 10 articles
Browse latest View live

iPad User agent string

Here it is: Mozilla/5.0 (iPad; U; CPU OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B334b Safari/531.21.10 You can test how you page looks like in Apple...

View Article



ODATA WCF Data Services Friendly URLS using Routing

When you creating your first OData WCF Data service common tasks is to give a friendly URL instead of using filename.svc as entry point.You can archive it with URL routing feature in ASP.NET MVC.Just...

View Article

Image may be NSFW.
Clik here to view.

Deploying MVC dependencies to Azure

If you creating web application to be deployed to Windows Azure, you probably noticed that deployment and azure instance initialization may take a while. Any missing reference or break will cause you...

View Article

StorageClient.StorageClientException: The specified blob already exists

Got interesting exception today while trying to upload multiple file blobs to Azure container.   private void UploadFileToBlob(string url, Asset asset,string filepath,string filename) { var container =...

View Article

Improving performance for Windows Azure tables

Original article NET and ADO.NET Data Service Performance Tips for Windows Azure Tables.   Summary: Default .NET HTTP connections is set to 2 Config file: <system.net>...

View Article


LINQ Contains operation is not supported by Azure Table API

  Unfortunately Azure API not supporting Contains LINQ expressions .   Contains Syntax: LINQ public static Product[] GetProducts(Guid[] prodIDs) {    return (from p in GetProducts() where...

View Article

Image may be NSFW.
Clik here to view.

Reseting local Windows Azure storage

I run few days into a problem when I was not able to delete local development storage tables using Windows Azure API and system was throwing me exceptions. The reason of these exceptions I guess was...

View Article

IOC- MEF,UNITY reading of a day

Couple of good readings regarding MEF usage. MEF introduction article – http://www.informit.com/articles/article.aspx?p=1635818 http://brendanforster.com/mef-import-vs-importingconstructor – article...

View Article


A potentially dangerous Request.Path value was detected from the client

I have a Odata service implementation and started getting errors where one of parameters in query has ‘:’. Solution: <system.web> <httpRuntime requestValidationMode="2.0"...

View Article


Image may be NSFW.
Clik here to view.

Windows Azure Media Services – Job Progress in Portal

With latest update of Windows Azure Management Portal you are able to track progress or a Windows Azure Media Services Job submitted through portal. Try it now. There are few filtering options...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images