Sandor Korozsi’s linkblog

  .NET Framework, C#, Smartphone, Pocket PC, Managed DirectX, Game development
DevelopmentMay 30, 2005 15:17
“The Microsoft .NET Framework 2.0 builds on the success of the Microsoft .NET Framework 1.0 and 1.1 to provide the best runtime environment for Web and Microsoft Windows client applications. Microsoft’s compatibility goal for .NET Framework 1.1 applications is that they should work smoothly on the .NET Framework 2.0 except for a set of documented changes. During the Beta 2 release, we have not yet achieved this goal and are seeking feedback on application issues that can be addressed before the release of the .NET Framework 2.0. This document discusses application compatibility scenarios and provides recommendations on best practices for different segments.

Smartphone, Development, Link 10:22

MS released the emulator image in a couple of languages. What surprised me was that the emulator image is available also in Hungarian! That’s good! I hope the Hungarian translation of the WM5.0 will arrive soon too. The translation of the WM2003 to hungarian arrived in last month to my vendor… It is incredible! :-S

“The WM 5.0 Smartphone Software Development Kit (SDK) includes an emulator that uses a virtual machine to run the full WM5.0 Smartphone software independent of your main operating system on the same machine. We’re pleased to release new Emulator Images that allow you to test your applications in all available WM5.0 Smartphone localizations.”

Smartphone, Development, Link 8:39

OpenNETCF Library Released

“This package installs the compiled help contents onto your machine and integrates it with your Visual Studio help collection whether you are using Visual Studio 2003 or 2005 Beta. This is the first standalone release of our documentation and updates will be provided as our code evolves. This edition includes documentation for:-

OpenNETCF Smart Device Framework v1.3
OpenNETCF Application Blocks v1.0
OpenNETCF Desktop Communication
Microsoft.WindowsCE.Forms
Please forward any issues with the documentation to docs@opennetcf.org , thanks!

Peter Foot

On behalf of the OpenNETCF.org Advisory Board”

Smartphone, DevelopmentMay 27, 2005 16:04

“In his recent post Alex Feinman shows how to create XmlDataSource. This is a really great and usefull piece of code that shows how to implement databinding by the means of xml file.

If your your XML data is not that complex and close to the DataSet’s xml serialized schema you can use the Paul Wilson’s Open-Source ADO.NET XML Provider, that implements appropriate .NET Framework Data Provider interfaces and allows accessing and filtering the XML data by way of sql statements. “

Alex’s ported the code for Compact Framework. You can download the source code from here.

Smartphone, Development, Link, Tool 15:56

Alex YakhninXPathReader on .NetCF

“As lucky as we are, Dare Obasanjo and Co., a PM from Microsoft, have just posted another library: XPathReader. And as you can guess, I’ve immediately pulled the code from the article and tried to compile it against .NetCF… The result of the test was that it runs with a few minor changes to the original code!!! And it is more exiting since we get a some XPath functionlity as well. “

Smartphone, LinkMay 26, 2005 9:10

Check this site whether you can.

Smartphone, Development, Link 8:58

OpenNetCF.org has been released its shared-source Bluetooth library for .NET with source, documentation and sample projects

“OpenNETCF.org Bluetooth is a managed Bluetooth networking library for Windows Mobile, Windows CE and Windows XP devices running the Microsoft Bluetooth stack. Supports client and server connections and device discovery using an object model which will be familiar to developers who have used the IrDA and Tcp equivalent. The package contains the full source of the project, a number of sample apps covering the different target platforms and help files which integrate into Visual Studio. You must have either Visual Studio 2003 or Visual Studio 2005 Beta2 to access the help and make full use of the library.”

Smartphone, Development, LinkMay 25, 2005 15:46

Nauman Leghari collected a couple of links about mobile application development, additionally it is categorized: Best of Articles :: Microsoft Smartphone Programming. Thanks a lot! It is a really amazing collection!

DirectX, Development, LinkMay 20, 2005 23:55

TheZBuffer News, Information, Tutorials, Articles and resources for Managed DirectX. Look around there if you want to learn about DX.

Visual Studio, DevelopmentMay 15, 2005 23:35

VSFileFinder is the most useful Visual Studio Addin I ever used. This tool was developed by Jonathan Payne. I can not live without it by now. It started me on the way to implement my first vs.net addin. It is similar to VSFileFinder but I would like to add much more functionality for it.

VSFileFinder is a Visual Studio 2003 and Visual Studo 2005 Add-In that helps you find files quickly in large projects. It can list files from all the project types that Visual Studio supports.

After installing, you will see a new window in the IDE listing all the files in your current solution. By typing just a few letters from any part of a filename, you can quickly narrow down the list of files and open the file you’re interested in.

This can be far quicker than the Solution Explorer or the file open dialog in large projects as files can be spread over many folders and you might only remember part of a file name.

There are options to highlight or exclude files based on the file name so you can quickly get to the files you want.

Once you have installed the add-in, you may like to set up a keyboard short cut for the “VSFileFinder.Connect.ShowVSFileFinder” command so you can use VSFileFinder without moving your hands from the keyboard.”

VSFileFinder add-in

And hear is mine:
File Management Central

I have a lot of idea to build into this tool. The main reason why I started think about writting my own tool was that I have some idea which I haven’t seen in any tools developed yet. For example I implemented an incremental search which searchs only in the list of active document windows. Nobody missed this for years? I wonder. I’m going to add group of files also. This is useful if you would like to deal with a part of the system you are working on, and you don’t want to open all the files all the time when you need them. After you finished the job, you can turn back to an other group of files.

While I’m working on this addin, I will use VSFileFinder, because I like it. I propose it to every developer!