コンテンツ

■ MA7エントリ作品 その1 動画
Microsoft Demo Showcase Suite 検索キーワード xead lightswitch  プライベートでの公開なので、パブリックでないため?動画を見るためにはMicrosoft Partner Network への登録が必要です。
ダウンロード URI のプレビュー : http://www.demoshowcasesuite.com/Main/PreviewSimulation?demoId=1a13639b-c336-475b-8075-8a0ffa67793a
ダウンロード URI : http://www.demoshowcasesuite.com/Main/DemoDetails?demoId=1a13639b-c336-475b-8075-8a0ffa67793a

■ MA7エントリ作品 その1 URL    https://ma7.mashupaward.jp/works/257?locale=ja

■ MAエントリ作品その1 情報     Xead Azure LightSwitch 販売管理システムα + DataMarketplace, Xead Azure LightSwitch Sales Management System α + DataMarketplace ,
Xead Azure LightSwitch Sales Management System α and DataMarketplace, C:\Users\user1\Documents\Microsoft Demo Showcase\Demo Showcase Projects\ ,https://xeadlightswitch.cloudapp.net/ , http://incomesoft.net/MA7entriedapp.aspx,
LightSwitch ,XEAD conceptware 販売管理 ,LightSwitchはマッシュアップに最適・最強だ!?を証明するためにエントリした。データマートを不細工でもいいからとにかく利用した。仕入れ担当者がデーターマートから得た情報で最高の発注を行えるようにしたかった。まだまだ、不十分な状態でのエントリー。利用方法の概略手順を画像付きで公開。非売品です。,It's perfect for mashups LightSwitch strongest! ? In order to prove that entry. Using just the data mart for just ugly. I wanted to make the highest order with information from personnel data mart purchases. Still, in a state of insufficient entries. Published with pictures of how to use the procedures outlined.Is not for sale. , admin3 , P@ssw0rd, passwordエラーするとロックアウトされます。解除するにはメールで連絡してください,

このサイトの閲覧を続行する (推奨されません)。  がIEで表示される状態でないと利用できません。IE9ではOSによって?表示しない場合があります。対処方は調査中です。⇒

⇒IEで表示されないPCでも、MA7のエントリ受付メールのリンク http://xeadlightswitch.cloudapp.net/ をクリックすると表示できるのはgmail だったから?メールだから?⇒

⇒URLをメールで自分受信させてIE表示する方法は、とりあえずの対処方法としていい?⇒

admin3 , P@ssw0rd login.

incomesoft ,incomesoft ,1 

 azure pass 30 days free に期限切れがあるので、別途 http://ma7dmrdp.cloudapp.net/Default.aspx  の代わりに http://booksriver-tokyo.dyndns.org/UN_NationalAccounts2web/ を用意した。

 

 

 

 

 

 

 

 

 

----------UNDMContext.cs----↓--------------------------------------------------------------

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;

using UNDM.DataUN;
using System.Net;
using System.ComponentModel;


namespace UNDM
{
  [DataObject]
  public class UNDMContext
  {
     private UnitedNationsNationalAccountsContainer context;
    public UNDMContext()
    {
      context = new UnitedNationsNationalAccountsContainer(new Uri("https://api.datamarket.azure.com/UnitedNations/NationalAccounts/"));
      context.Credentials = new NetworkCredential("ma7@live.jp", "iq12QMX4kwyPjlzYPglRABmGsL7nMmzv6JcWqEnykyA=");
    }
 
    [DataObjectMethod(DataObjectMethodType.Select)]
    public IEnumerable GetDataSeries(string name)
    {
      return (from dataseries in context.DataSeries orderby dataseries.Id ascending select dataseries);
    }
  }
}

----------UNDMContext.cs----↑--------------------------------------------------------------


----------UN_NationalAccounts.aspx----↓----------------------------------------------------------------

 

 

■ LightSwitch からのDataMart リンク呼び出しについてはこちら⇒http://systemintegration.web.fc2.com/xeadazurelightswitchma7.html systemintegration.web.fc2.com/xeadazurelightswitchma7.html

 

inserted by FC2 system