26 April 2010 0 Comments

Porting SugarCRM to Windows Azure Platform

Recently, I’ve been helping SugarCRM to port their flagship PHP application to Windows Azure Platform. Here’s the slide deck we jointly prepared with SugarCRM Chief Architect Majed Itani for SugarCON ‘10 that summarizes the solution architecture and the learnings from this exercise. This is a rare example when our “partner engagement” work as Microsoft DPE architects is shared with the public – in most cases it’s the partner ISV that controls the solution architecture and doesn’t disclose any details until the corresponding product actually ships, if at all

13 April 2010 0 Comments

Merhaba

Bu köşede, Microsoft Türkiye ’nin yardımları ile bir yazı dizisi, veya güncel adı ile  “blog” başlatma adımını attık. Maksadımız, Microsoft içerisinde değişik rollerde yıllardır yurt dışında yaşayan bizlerin sesini Türkiye’de, Türkçe duyurmak ve anayurda az da olsa bu şekilde birşeyler geri vermek.

13 April 2010 0 Comments

Register now for the Visual Studio 2010 Launch event

  Join us for a free, in-person event you won’t want to miss Join a select group of developers for an event near you and get hands-on experience with Microsoft ® Visual Studio ® 2010. Learn about the rich application platforms that Microsoft Visual Studio 2010 supports, including Windows ® 7, the Web, SharePoint ® 2010, Windows Azure ™ , and Windows Phone 7 Series. Visual Studio 2010 is packed with new and enhanced features that simplify the entire development process from design to deployment.

13 April 2010 0 Comments

Get the EDT realation of particular table

static void getFieldRel(Args _args) {     int i = 1;     DictField dictField;     DictRelation DR = new DictRelation(Tablenum(InventTable));     DictTable Dict = new DictTable(Tablenum(InventTable));     DictTable Formref; ;     while(i <= Dict.fieldCnt())     {         if(DR.loadFieldRelation(dict.fieldCnt2Id(i)))         {         Formref = new DictTable(DR.loadFieldRelation(dict.fieldCnt2Id(i)));         info(“Table Name ” + Formref.name());         }         i +=1;     } pause; }

11 April 2010 0 Comments

ShareCamp 2010 – die beste Idee des Jahres

Es hat mit einer eher experimentellen Idee angefangen: Ein BarCamp speziell für Interessierte im SharePoint-Umfeld. Michael Greth und Christian Glessner sind’s trotzdem angegangen

10 April 2010 0 Comments

Partner Roundtable om System Center Service Manager eftermiddag den 10 maj

Nästa Partner Roundtable med våra tekniska konsulter handlar om Microsoft CRM, detta är fullbokat. Inbjudan till  Partner Roundtable om System Center Service Manager går ut i veckan som kommer

Tags: , , , , , , ,
9 April 2010 0 Comments

before and after layout flow

A recurring concept in the i18n community is the layout flow of allvisual widgets. For example, a magnitude bar may grow from the leftto the right while in the en-us locale, but in the ar-su locale the bar wouldgrow from the right to the left.

9 April 2010 0 Comments

i vs. I

i just started this blog and my wife replies to me: you are always so gramatically correct and you write your “i” that way? I was surprised..

9 April 2010 0 Comments

BPOS demos coming

With such a big commitment from Microsoft to the Cloud there are a number of new demos and content being created to showcase the BPOS offering.  For all partners involved in Business Productivity solutions you’ll want to stay tuned and get the new demos coming later next week.  If you’re looking for BPOS content today check out this Online Services Quickstart site – https://www.quickstartonlineservices.com/Pages/Default.aspx

8 April 2010 0 Comments

Sascha Wolter als Gastredner auf der xtopia[kompakt] in Köln

Hallo Freunde, nur noch 1,5 Wochen dann geht die xtopia wieder auf Deutschlandreise.

7 April 2010 0 Comments

Fire Drills: Practice Restoring a Database

Restoring a database is an essential part of any DBA’s job running Teamcenter. If you cannot restore a database, you will almost certainly lose your job. Thus, the topic of restoring a database seems well worth digging into more deeply.

4 April 2010 0 Comments

Visual Studio 2010 日本語版の開発も最終段階へ

  ここのところSmall Basicの記事ばかり書いていましたが、本職の方はVisual Studio 2010 ですので、もっとVisual Studio 2010 の記事を増やさねば、と思っています。     現在、Visual Studio 2010 日本語版の開発は最終段階へ入っています。   最終段階になると特に忙しくなるのがテスティングチームとリリースチームです。     テスティングチームは、製品版となるビルドに問題がないことを検証するために忙しく、我々リリースチームは製品出荷にまつわる様々なマネージメント業務が忙しくなります。     この時期、開発者はどうかと言いますと、多くの開発者は既に次期バージョンに向かって仕事をしています。   もっともそれは当然と言えば当然のことで、逆にもしも製品出荷の最終段階でも開発者が忙しいということは、つまり最終段階であってもバグが多くてバグ修正にてんてこ舞い、ということになってしまいますから、それではそもそも最終段階とは言えません。     もちろん、製品開発の最終段階になってバグが見つかり、修正するために開発者が「重大な修正」をすることはあります。   そういうときには開発者にのしかかるプレッシャーも大きくなったりもします。       いずれにしても、Visual Studio 2010 を皆様の前にお披露目できる日も、もうそんなに遠くはない予定です。   ぜひ楽しみに、お待ちいただければと思います。