DCSIMG
C# - Arik Poznanski's Blog

Arik Poznanski's Blog

It CAN be done with .NET

News

MVP

MCC

CodeProject MVP

MCPD

MCTS

Subscribe to my blog by email

Arik Poznanski LinkedIn Profile

Email: arik.com at gmail dot com
or, use this form

Locations of visitors to this page


Sela Group

Sela Canada

DZone MVB

Links

Official Blogs

WPF / SL Blogs

Developers Blogs

Browse by Tags

All Tags » C# (RSS)
I’m a Microsoft MVP!
I've recently received an email from Microsoft notifying me I've been awarded Microsoft MVP in Visual C# ! I’d like to thank Microsoft and specifically Guy Burstein for his guidance and excellent advice on finding ways to help the developers community. Also, a special thanks is in order for my managers at Sela Group : David Bassa, Caro Segal and Ishai Ram for giving me the time to invest in the developers community. Lastly, I'd like to thank you, my blog readers. Now that I got this out...
Posted: Oct 02 2011, 06:25 PM by arik | with 9 comment(s)
תגים:, , , ,
Windows 8: What's New?
Got back from Build conference . Since I expect many people will ask me "So, what's new?" and since the answer is rather complex, I figured I should try to write a post about it, so here goes…   General Information Windows 7 sold (i.e. legal copies) over 450,000,000 copies since it was released. Windows 7 bypassed Windows XP in world usage. Windows 8 will be used primary for tablets and other touch-based devices. Windows 8 can run on Intel-based processors or ARM -based processors...
New C# Forum for the Israeli Developers Community
Following are some blog news: New Israeli C# Forum I'm proud to present a new MSDN forum in Hebrew for the C# developers community in Israel, managed by yours truly. The forum is available on the following link: http://social.msdn.microsoft.com/Forums/he-il/VisualCsharpil To all those nice developers who keep asking me C# related questions by mail, I strongly urge you to post your C# related questions on this forum. NOT because I don't enjoy it! On contrary, I love to help you and would even...
Using Windows Phone As Windows 7 Accelerometer Sensor
I just had a cool idea! (actually I had it like 6 month ago, but bear with me). My idea involves mixing some of the features in Windows 7 with some of the features in Windows Phone 7, to create a glorious mix!   Windows 7 One of the new features in Windows 7 is the Sensor API which provides a standard interface for accessing sensors of various types, like accelerometer , etc.. I wrote in the past about how you can consume this API from a C# application using Windows API Code Pack .   Windows...
Spelling and Grammar Checking Plugin for Windows Live Writer
Introduction In my previous post I’ve presented “ After the Deadline ”, a spelling and grammar checking web service and my . NET wrapper library . This library allows you to integrate spell and grammar checking in your .NET application. The library was written in C# using .NET 4. Also, back in this post , I’ve presented how one can use a .NET 4 DLL from a .NET 2 executable. All of this was just preparations for writing my own grammar checker plugin for Windows Live Writer . Now, I know what you’re...
C# Library for Grammar and Spell Checking
Introduction I recently had the idea to create a plug-in for Windows Live Writer that will provide grammar checks in addition to the built-in spell checks. As I’ve showed before, creating plug-ins for Windows Live Writer is easy, the problem was to get the code for doing the grammar checking. I’ve found this wonderful site named “ After the Deadline ” that provides a web based API for both grammar and spell checking, free for non-commercial use! The site also provides several wrapper libraries for...
How To Use a .NET 4 Based DLL From .NET 2 Based Application?
Introduction The official answer is you can’t. Even with the In-Process Side by Side execution (SxS) feature, introduced in .NET 4. The SxS feature was intended to be used when COM is involved. For example, if you got an application that loads plugins, like outlook, and it loads 2 COM plugins, one is using .NET 4 and the other is using .NET 2.0 then it will load two versions of the CLR into the process using the new SxS feature. What if I simply have a .NET 2 application or DLL that needs to access...
Sela Haifa Open House: Windows 7 features and Multi-Touch Session – Slide Deck and Demos
Today (24.05.2011) I’ve delivered two sessions about “ Using Windows 7 Features in .NET applications ” in Sela Haifa Open House which was presented in Philips building in Haifa. Dear Philips (and other) developers, I had a great time presenting today's Windows 7 sessions. Thank you for coming!   In the sessions I talked about how to use new Windows 7 features like the new Taskbar, sensors API, the Ribbon control supplied with Windows 7, Application restart and Recovery and plenty of Multi...
.NET User Group: Windows 7 features and Multi-Touch Session – Slide Deck and Demos
Yesterday (18.05.2011) I’ve delivered two sessions about “ Using Windows 7 Features in .NET applications ” in the Israeli .NET User Group, at Microsoft offices in Ra’anana. I want to thank all the attendees who came to hear the sessions, I truly enjoyed it. In the sessions I talked about how to use new Windows 7 features like the new Taskbar, sensors API, the Ribbon control supplied with Windows 7, Application restart and Recovery and plenty of Multi-Touch. We’ve seen numerous examples in C++ Win32...
Coming session: Using Windows 7 Features in .NET Applications, at Sela Haifa in Israel
In case you missed one of my previous Windows 7 sessions, here is your chance to catch it. On May 24th I’ll be giving two sessions about “ Using Windows 7 Features in .NET Applications ”, as part of Sela Haifa Open House . On the first session “ The 7 Show: From XP to Win 7 ” we will talk about new features in Windows 7 that will modernize your application. We will learn how to work with the new Taskbar, how to work with Sensors, how to use the Ribbon interface and more. The session will be rich...
Coming session: Using Windows 7 Features in .NET Applications, at .NET User Group in Israel
On May 18th I’ll be giving two sessions about “ Using Windows 7 Features in .NET Applications ”, as part of the monthly .NET User Group sessions, in Microsoft offices, Ra’anana, Israel. On the first session “ The 7 Show: From XP to Win 7 ” we will talk about new features in Windows 7 that will modernize your application. We will learn how to work with the new Taskbar, how to work with Sensors, how to use the Ribbon interface and more. The session will be rich with examples in .NET, WPF and WinForms...
MSDN Event: Windows 7 features and Multi-Touch Session - Slide Deck and Demos
Last Thursday (07.04.2011) I’ve delivered an MSDN session about  “ Using Windows 7 Features in .NET applications ” at Microsoft Ra’anana. I want to thank all the attendees who came to hear the session, I truly enjoyed it. In the session I talked about how to use new Windows 7 features like the new Taskbar, sensors API, the Ribbon control supplied with Windows 7, Application restart and Recovery and plenty of Multi-Touch. We’ve seen numerous examples in C++ Win32, C# WinForms, C# WPF and C# Silverlight...
WPF Single Instance Application – Update
Back in this post I’ve presented some code that make sure you only have one instance of your application. As I’ve said before, I didn’t wrote this code, I just presented it since I came across it in a Microsoft reference application and didn’t want this gem to remain hidden. Microsoft recently released a Windows 7 Recipe named “ Windows 7 Taskbar Single Instance ”, which despite its taskbar-related name is simply a revised implementation of the single instance feature in both .NET and C++. There...
Coming session: Using Windows 7 Features in .NET Applications, in Microsoft Israel
Next Thursday, 07.04.2011, I’ll be giving two sessions about “ Using Windows 7 Features in .NET Applications ”, in Microsoft offices, Ra’anana, Israel. On the first session “ The 7 Show: From XP to Win 7 ” we will talk about new features in Windows 7 that will modernize your application. We will learn how to work with the new Taskbar, how to work with Sensors, how to use the Ribbon interface and more. The session will be rich with examples in .NET, WPF and WinForms. On the second session “ Touch...
Beginner’s Guide for Programming in C# - Hebrew
I've recently published a series of posts in Hebrew on the great site www.webmaster.org.il The posts can be used as a beginner's guide for programming in C#. Following are the links for the different posts: C# Guide - Part 01 – Installation C# Guide - Part 02 - First Program C# Guide - Part 03 - Input Output C# Guide - Part 04 - Basic Variables C# Guide - Part 05 - Arithmetic Operators C# Guide - Part 06 - Boolean Operators C# Guide - Part 07 - Binary Operators C# Guide - Part 08 - If Statement...
More Posts Next page »