C#

1. http://okwakatta.net/code/log03.html StackTrace st = new StackTrace(true); for (int i = 1; i < st.FrameCount; i++) { StackFrame sf = st.GetFrame(i); sf.GetMethod(); sf.GetMethod().ReflectedType; sf.GetFileName(); sf.GetFileLineNumber();…

[test]

C#

テストシナリオ http://symfoware.blog68.fc2.com/blog-entry-1062.htmlAssert http://symfoware.blog68.fc2.com/blog-entry-1063.html日付フォーマット http://symfoware.blog68.fc2.com/blog-entry-1057.htmlDLL使用 http://symfoware.blog68.fc2.com/blog…

[roslyn]

C#

git clone https://git01.codeplex.com/roslyn Microsoft Visual Studio Express 2013 for Windows Desktop http://www.microsoft.com/ja-jp/download/details.aspx?id=40787blog http://ufcpp.wordpress.com/

Infinite stratos 最高!

C#

[XElement] http://msdn.microsoft.com/ja-jp/library/system.xml.linq.xelement(v=vs.110).aspx[Task] http://msdn.microsoft.com/ja-jp/library/system.threading.tasks.task.run(v=vs.110).aspx public static void EightFirst() { XNamespace ns = "http…

Flare の使用方法 http://www.crystal-creation.com/web-appli/technical-information/programming/flash/tool/flare.htm .Net Reflector の使用方法 http://www.crystal-creation.com/software/technical-information/programming/dotnet/tool/net-reflecto…

C# 入門

C#

CodeProject(サンプル) http://www.codeproject.com/ DotNet(サンプル) http://dobon.net/vb/dotnet/index.html @IT (TIPS) http://www.atmarkit.co.jp/fdotnet/extremecs/index/index.html http://www.atmarkit.co.jp/fdotnet/dotnettips/index/index.html …