מפגש קבוצת ALM בנושא אוטומציה ב–Visual Studio 2012
בשנתיים האחרונות שאני שומע רק על Coded UI  ב – Visual Studio אבל יש עוד כ”כ הרבה מעבר, במפגש הקרוב אני אדבר על כל יכולות האוטומציה ב – Visual Studio 2012 עבור מפתחים ואנשי אוטומציה. נדבר על Unit Test ויכולת ה – Fakes החדשה שמגיעה עם Visual ... המשך לקרוא>
shair , 05-20-2013 2:06
My Wish List for Windows “Blue”
Many rumors are flying around at this time about the upcoming release of Windows 8.1 (code named “Blue”, which represents a wave of product updates, including Windows Phone and others). I thought I‘d state my hopes for this release, not just ... המשך לקרוא>
pavely , 05-17-2013 17:48
CLR Memory Diagnostics Released
Last week, Microsoft released the new CLR Memory Diagnostics (ClrMD) library, which is a set of APIs for programmatically inspecting a crash dump of a .NET program. To start playing with it, you first need to add the Microsoft.Diagnostics.Runtime ... המשך לקרוא>
Levi Moshe , 05-11-2013 9:14
מאמרים טובים בנושא C#
אני תמיד מחפש חומרים חדשים לקרוא וללמוד דברים שאני עוד לא יודע והיום נפלתי על סדרת מאמרים מעניינת שחידשה לי כמה יכולות שלא הכרתי. המאמרים מתחילים מהבסיס (רצוי לדעת לכתוב קוד - לא חייב להבין אותו) http://tech.pro/tutorial/1172/an-advanced-introduction ... המשך לקרוא>
s_eldad , 05-06-2013 15:24
XAML as DSL
About 3 years ago, when .NET 4 and Visual Studio 2010 were just released, I’ve blogged (part 1, part 2) about the changes that took XAML from its WPF inception to the System.Xaml namespace and System.Xaml.Dll assembly, to be available more generally ... המשך לקרוא>
pavely , 05-05-2013 16:14
Windows Phone 8 Dev Camp
A few hours ago, Ariel Ben Horesh and myself presented two sessions for Windows Phone 8 development at Microsoft offices in Ra’anana (Israel). Thank you all for attending! It was fun – it was the second time I presented with someone else (Ariel ... המשך לקרוא>
pavely , 04-22-2013 15:13
Task and TaskCompletionSource
The Task and Task<T> classes have been around since in .NET 4, and are fairly well known. In .NET 4, the typical usage of a Task is to run some code on a separate thread (by default using the thread pool), as a better alternative to the ... המשך לקרוא>
pavely , 04-12-2013 10:38
מה זה בשבילי <TDD>
מה זה בשבילי TDD המושג TDD הוא כל כך שימושי בעולם התוכנה, לצערי הרב לא תמיד משתמשים בו נכון. בפוסט זה אני רוצה לנסות לתאר טיפה מה זה בשבילי TDD , הדגש הוא בשבילי, אני בטוח שלא כולם יסכימו איתי! TDD Test Driven Development או בעברית פיתוח מונח ... המשך לקרוא>
Lior Israel , 04-12-2013 10:29
Webcasts on Windows Phone 8 development
Recently, I’ve done two sessions on Windows Phone 8 development, that are available on YouTube . If you’re new to Windows Phone, these sessions may help you to get started. The session are in English and are comprised mostly of coding examples ... המשך לקרוא>
pavely , 03-27-2013 9:51
Released: Code Contracts VS2012 Editor Extensions
Code Contracts is an experimental project from Microsoft Research which provides a language-agnostic way to express coding assumptions in .NET programs, thus allowing for improved testability, static verification at compile time and automatic ... המשך לקרוא>
Eran Stiller , 03-24-2013 5:02
Page 1 of 148 (1473 items) 1 2 3 4 5 Next > ... Last »