بشتاید C# IDE Mobile v12.0 محیط برنامه نویسی برای پاکت پی سی

در اين بخش مي‌توانيد درباره برنامه‌ها و نرم‌افزارهاي ويندوز موبايل و ويندوز فون به تبادل نظر بپردازيد

مدیران انجمن: Professional, شوراي نظارت

ارسال پست
Colonel II
Colonel II
نمایه کاربر
پست: 2105
تاریخ عضویت: چهارشنبه ۱۲ بهمن ۱۳۸۴, ۱۱:۴۸ ق.ظ
سپاس‌های ارسالی: 275 بار
سپاس‌های دریافتی: 1290 بار
تماس:

بشتاید C# IDE Mobile v12.0 محیط برنامه نویسی برای پاکت پی سی

پست توسط Professional »

 بشتاید با C# IDE Mobile v12.0 محیط برنامه نویسی را در پاکت پی سی خود تجربه کنید! 

خیلیاز کسانی که رشتشون کامپیوتر یا مرتبط به کامپیوتر هست همیشه رویاشون بودهکه بتونند یک محیط برنامه نویسی ساده رو در گوشیشون داشته باشند.
خیلیها هم قبلا این رو درخواست کرده بودند ولی من فایلش رو گم کرده بودم .بااستافده از این برنامه می تونید #C رو در گوشی تجربه کنید تصویر

 تصویر 

توضیحات:
 : PPC WM5, WM6 - .NET CF v2.0/3.5
Overview:C# IDE Mobile, as its name implies, is a C# Integrated DevelopmentEnvironment which executes on Windows Mobile 5.0 or 6 with .NET CompactFramework 2.
It allows you to write programs using the C# languageand the .NET 2.0 Compact Framework (.NET2CF). The program is parsed andexecuted at runtime (there is no compilation or link required).

Important note:
No.NET SDK IS REQUIRED: Unlike other tools which do "C# Scripting" bywrapping CSC.EXE, C# IDE Mobile doesn't require you to have the .NETSDK (which includes the compilers). It only requires having the .NET2.0 (Compact or not) Framework Redistributable (i.e. the runtime .NET).It isn't a wrapper around the Microsoft CSC.EXE compiler.

Thegoal is mainly to develop code while away from your desktop and be ableto test it. Then you can compile into native PPC applications usingMicrosoft's compilers (with Visual Studio for example).

Here are just some examples of what is possible on your Pocket PC thanks to this:
- Creating applications with graphical user interfaces.
- Creating methods and classes (to better organise your program into smaller functions).
- Using all of the.NET Compact Framework classes.
- Doing file manipulation (.NET as many nice static functions for this).
- Running processes.
- Using .NET2 generics (to create lists, tables, arrays, ...).
- Using C# control structures (loops, conditional, ...).
- ...

Basically,you can write C# code and execute it on your Pocket PC (then you cancompile it later on your desktop to get a native .NET program).

Update Description:
v12.0:
- Added support for multi threading.
- Added support for do/while loop.
- Added support long type.
- Fixed bug with RelationalOp.
- Improved error location (line number).
- Enabled Paint and MouseMove events.

v11.0:
- Included new Windows Forms Designer (yes, you now have a Windows Form designer usable directly on the PPC) developed by Jean (<!-- m -->[External Link Removed for Guests]<!-- m --> ... Editor.htm).
- Added support for compiled User Plugins (DLL instead of css).
- Corrected issue with "Format document".
-Added replacement File Dialog for smartphones on which the default.NET2CF FileDialog DLL is missing (this seems to be the case sometimes).
-Added support for user DLLs: You can now place your own CF DLLs(generated with Visual Studio for example) in the "UserDLLs" folder andcall your functions within them (you can create your API for example ina native CF DLL and call these functions from your C# IDE Mobile code).

v10.0:
- Added "Menu/Edit/Advanced/Format document" to automatically format the C# code in a compact and indented text.
- Added new useful entries in the "Menu/Insert code" menu.
- Corrected problem with indexers on collections when polymorphism is involved.
- Improved support for CSS plugins (when plugin contains multiple windows).
- Corrected problem with some Events.
- Fixed problem with error localisation.
- Added support for multi dimensional arrays (as in "int[,] test=new int[5,4];").

v9.0:
- Fixed issue with declaring size of initialised array (like in "new int[2]{4,6};").
-It is no longer necessary to fully qualify locally declared class names(before you needed to write like "TestNS.MyClass" even if you werealready in "TestNS").
- Fixed bug with logical operators on enum types (for example on button.Anchor = AnchorStyles.Bottom | AnchorStyles.Right).
-Manual casting is now supported. Usually, C# IDE Mobile auto casts whenpossible, but for example, in "int test = (int)AnchorStyles.Bottom"manual cast is necessary. Also, this avoids removing casts required inVS.
- Fixed bug with multiple "if"/"else if"/"else" structures.
- "static" keyword now works for arrays and generics, also fixed a problem with indexed assignments.
- Added support for nested classes (like System.Windows.Forms.ListView+SelectedIndexCollection).
- Added support for double type.
- Improved comment and string parsing (to avoid "//" making a mess in strings). 

لینک دانلود:

Please Login or Register to see this code
یا فایل cab + تعدادی نمونه:

Please Login or Register to see this code
در ضمن برای اجرا نیاز به Net. 3.5 داره:

Please Login or Register to see this code
[ دست نوشته های من: [External Link Removed for Guests]] - [[External Link Removed for Guests]

Every Thing That U Feel,Is Every Thing That I Feel
ارسال پست

بازگشت به “Windown Phone App”