Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
あけましておめでとうございます。 昨年 LINE ボットの UX 新機能としてリッチメニューの拡張が発表されました。概要はこちらをご覧ください。これまで 1 つだけ設定できたリッチメニューが API...
Date: 01/08/2018
Happy New Year! Months ago, LINE released new UX feature, Rich Menus. You can find the overview...
Date: 01/08/2018
Happy holidays! I just added new feature to LINE bot simulator. You can find the simulator...
Date: 12/24/2017
とうとう Microsoft Bot Framework と Azure Bot サービスがいよいよ GA しました!今回から数回で変わった点などを紹介します。今回は Azure Bot...
Date: 12/23/2017
Microsoft はボット開発フレームワークとして Bot Framework (https://dev.botframework.com) を提供しています。主な機能としては...
Date: 12/15/2017
個人的に、開発生産性の向上はとても重要です。よって Visual Studio を使うわけですが、LINE ボット開発における生産性のボトルネックは、テストやデバッグに実機が必要であるという点です。...
Date: 12/14/2017
サーバーレスやボットなどのキーワードがバズってますが、台湾や韓国、日本などアジアでボットというと LINE を思い浮かべる方が多いのではないでしょうか。 この記事では LINE...
Date: 12/14/2017
In my previous article, I explained about LINE simulator. In this article, I explain VSCode...
Date: 12/05/2017
Microsoft offers great bot development framework (https://dev.botframework.com) for bot developers....
Date: 12/04/2017
As a developer, I seriously think about productivity. That’s why I use Visual Studio. (I know you...
Date: 12/04/2017
LINE Messaging API for C# SDKC# 用 LINE Messaging API ライブラリを改めて @pierre3 さんと公開しました。 GitHub:...
Date: 11/12/2017
これまで LINE Messaging API for C# SDK を使ってくださり、ありがとうございます。コミュニティの力を集約させるために、今後 LINE Messaging API for...
Date: 11/11/2017
さっき v1.5 にしたばかりでしたが、別のレポジトリでアドバイスをもらった HttpClient のシングルトン化および Serverless Conf に参加した機会に Azure...
Date: 11/04/2017
先日の LINE Developer Day 2017 での発表を受け、以下の機能をサポートするように LineMessagingAPI.CSharp をサンプルをアップデートしました。...
Date: 11/03/2017
前回に続いて、今回はモジュール 7 と 8 の Deep Dive です。 GitHub モジュール 7:...
Date: 11/02/2017
前回に続いて、今回はモジュール 6 の Deep Dive です。 GitHub:...
Date: 11/02/2017
前回に続いて、今回はモジュール 5 の Deep Dive です。 GitHub:...
Date: 11/02/2017
前回に続いて、今回はモジュール 4 の Deep Dive です。 GitHub:...
Date: 11/02/2017
前回に続いて、今回はモジュール 3 の Deep Dive です。 GitHub:...
Date: 11/02/2017
ハロウィーン楽しんでますか? 今回は Serverless Conf 開催記念ということで、GitHub 上にある Azure Serverless ワークショップの Deep Dive...
Date: 11/02/2017
今回は BotFramework 関連で Bot Connector 経由の通信をローカルでデバッグしてみます。既に展開したボットをクイックにデバッグしたり、BotEmulator...
Date: 11/02/2017
前回の記事ではローカルコミットの修正について説明しました。今回は問題が発生した場合に、いつ、だれがどのコードを書いたのかを調べる方法を見ていきます。...
Date: 10/22/2017
前回の記事ではソリューションをリモートに共有後、コミットを取り消す方法を説明しました。今回はプッシュする前にローカルのコミットを修正する方法を見ていきます。 コミットの修正 : Git 既に...
Date: 10/21/2017
前回の記事では、Visual Studio 2017 によるアイテムの比較を紹介しました。今回はすでにリモートにプッシュ済みのコミットを修正する方法を見ていきます。 リセットと取り消し これまでに...
Date: 10/20/2017
前回の記事では Git でアイテムの比較を行いました。今回は Visual Studio 2017 の機能を見ていきます。 アイテムの比較 : VS Visual Studio 2017 では Git...
Date: 10/19/2017
前回の記事では構成について触れました。今回は Git におけるアイテムの比較について見ていきます。Visual Studio については次回。 アイテムの比較 : Git Git では diff...
Date: 10/18/2017
前回の記事では、Visual Studio 2017 を使ったソリューションの共有を説明しました。今回は Git の構成について見ていきます。Git は構成を変更することで様々な動作を変更出来ます。...
Date: 10/18/2017
前回の記事では Git と GitHub を使ったソリューションの共有を説明しました。今回は Visual Studio と GitHub でのソリューションの共有を見ていきます。 GitHub...
Date: 10/17/2017
前回の記事では、ブランチ切り替え時における作業の一時保存について説明しました。今回は Git を使って手元のソリューションを他の人と共有する方法について見ていきます。共有方法は多くありますが、今回は...
Date: 10/17/2017
前回の記事ではチェリーピックで、他ブランチのコミットを一部適用する方法を説明しました。今回はブランチの切り替え時に作業中のファイル類を一時保存する方法を見ていきます。 Git...
Date: 10/16/2017
前回の記事ではリベースについて説明しました。今回は他のブランチにあるコミットのうち、任意のものだけを反映する方法として、チェリーピックを見ていきます。 チェリーピック : Git まずは Git...
Date: 10/16/2017
前回の記事ではブランチ間のマージを紹介しました。今回は似て非なる機能としてリベースを見ていきます。 リベース : Git リベースはマージと何が違うのでしょうか。例えば dev...
Date: 10/15/2017
前回の記事ではブランチについて紹介しました。今回はブランチの変更を取り入れる、マージについて見ていきます。 マージ : Git...
Date: 10/15/2017
前回の記事ではコミットのリセットについて紹介しました。今回の記事ではブランチを見ていきます。 ブランチ : Git...
Date: 10/15/2017
前回の記事ではコミットによるソリューションの保存を紹介しましたが、今回は保存済のコミットをリセットする方法を紹介します。 リセット : Git Git の reset...
Date: 10/15/2017
前回の記事ではレポジトリの作成を行いました。今回は Visual Studio 2017 でアイテムを追加して、コミットしていきます。 アイテムの追加...
Date: 10/15/2017
Git や Visual Studio 2017 の Git サポートは既に情報が多くある為、自分が書く意味が無いと思いましたが、Visual Studio で Git...
Date: 10/14/2017
In previous article, I explain how to revise local commits afterwards via Git. In this article, I...
Date: 10/13/2017
In previous article, I explained how to undo the commit you shared with others by using “revise”. In...
Date: 10/12/2017
In previous article, I explained how to compare item versions by using Visual Studio 2017. In this...
Date: 10/11/2017
In previous article, I used ‘diff’ command in Git to compare items. In this article, I do the same...
Date: 10/10/2017
In previous article, I explained how to check and change git configuration. In this article, I play...
Date: 10/10/2017
In previous article, I explained GitHub and Visual Studio integration to share your work with...
Date: 10/08/2017
In previous article, I played with remote in Git. In this article, I do the same but using Visual...
Date: 10/07/2017
In previous article, I explain how to temporary save your work by stashing. I think I did enough...
Date: 10/06/2017
In previous article, we see merge and rebase as part of branching related functions. Then I cannot...
Date: 10/03/2017
In previous article, we did merge the changes from different branch. In this article, I dig into...
Date: 10/02/2017
In previous article, we did branching, therefore we do merge in this article, as that’s the main...
Date: 10/01/2017