Home
|
All Posts
|
RSS
|
Popular Tags
|
Sign in
|
Join
|
Help
in
Current Tags
(Entire Site)
DEV
Embedded
ENG
HPC
http://AsyncOp.com
ITPRO
multicore
multiprocessing
TECH
VIDEO
WCF 4.0
Interview @ Intel IDF
Hi All, This is the interview I gave Intel last month at the Intel Developers Forum in San Francisco. http://software.intel.com/en-us/videos/black-belt-developer-asaf-shelly-at-idf-2011/ It has a few hints to future innovations. Asaf
10-15-2011 22:59
by
AsafShelly
to
Asaf Shelly
תגים:
Parallel Computing
,
DEV
,
OFFTOPIC
,
Embedded
,
VIDEO
Softtalkblog Interviewed Me
Here is the link: http://softtalkblog.com/2011/04/26/programmer-profile-asaf-shelly/ If you are reading this in the UK or Germany and interested in Parallel Computing then you are welcome to join the event for networking and technical discussions with Intel's representatives and myself
04-26-2011 14:09
by
AsafShelly
to
Asaf Shelly
תגים:
Parallel Computing
,
multiprocessing
,
multicore
,
DEV
,
OFFTOPIC
,
ITPRO
,
HPC
Asynchronous programing in C#
Recently Microsoft presented a glimpse to the C# 5 by presenting the Visual Studio Async CTP . This new feature allows you to develop asynchronous applications in a very simple way. In the past when you called to an asynchronous method you had to split your code to several segments the code before the async call, the code after the async call completed successfully and the code after the async call failed. Using the visual studio Async feature you do not need to do so anymore. The code of the application...
11-21-2010 22:47
by
hagb
to
Hagit Badash
תגים:
TECH
,
ENG
,
OFFTOPIC
,
Parallel Computing
,
DEV
הקוד והמצגות של הבית הפתוח WCF 4.0 ו- PLINQ זמין להורדה.
הקוד והמצגות של הבית הפתוח שהיה ביום רביעי וחמישי ויהיה ביום ראשון, זמין להורדה . תודה לכל ה- 200+ שנרשמו והגיעו.
08-07-2009 19:19
by
Vardi
to
I Love C#
תגים:
OFFTOPIC
,
WCF 4.0
,
Parallel Computing
בית פתוח בנושא WCF 4.0 & Parallel Computing
דוט נט 4.0 מתקרב ובא (גרסת בטא 1, כבר שוחררה). ולכן החלטתי שהגיע הזמן לעשות בית פתוח :-). במפגש, ניתן סקירה מעמיקה על WCF 4.0 ו- Parallel Computing, טכנולוגיות שהולכות להיות אבן פינה בפרויקטים מבוססים דוט-נט 4.0. קהל יעד: מפתחים וראשי צוותים בסביבת .Net עם ידע מוקדם ב- WCF. רמה: גבוהה! לוח זמנים: 8:30 – 9:00 התכנסות 9:00 – 10:30 What's new in WCF 4.0 מה חדש ב- WCF 4.0 ששווה לחכות לו בקוצר רוח. בחלק זה של ההרצאה נעבור על כל החידושים שפורסמו ונראה איך זה יכול לשפר את הקוד הנוחכי שלכם. 10:30 – 11...
07-12-2009 7:13
by
Vardi
to
I Love C#
תגים:
DEV
,
OFFTOPIC
,
WCF 4.0
,
Parallel Computing
Online Community
Hi All, As you already know I have been pushing forward a community for parallel computing and multicore. This includes open days lectures etc. Since many of us are too busy to meet I have also created an online community that you can join: http://multicore.ning.com/ Happy Holidays, Asaf
10-18-2008 18:05
by
AsafShelly
to
Asaf Shelly
תגים:
Parallel Computing
,
multiprocessing
,
multicore
,
http://AsyncOp.com
,
DEV
,
OFFTOPIC
Super Smart Pointer - Sample Code
In continuance to my last post about memory allocations from mapped files http://blogs.microsoft.co.il/blogs/asafshelly/archive/2008/09/07/super-smart-pointer.aspx (and because Lior asked for it :) Here is the sample that I used to test the timing: Includes: #include "stdafx.h" #include <WINDOWS.H> #include <conio.h> #define PAUSE { puts("Ready"); getch(); } Interface: class AllocBuff { public: virtual bool New(int bytes) { return(NULL); } virtual bool Delete() { return...
09-11-2008 10:14
by
AsafShelly
to
Asaf Shelly
תגים:
Parallel Computing
,
multiprocessing
,
multicore
,
http://AsyncOp.com
,
DEV
,
OFFTOPIC
Page 1 of 1 (7 items)