PC Review


Reply
Thread Tools Rating: Thread Rating: 1 votes, 1.00 average.

Create an XLIFF editor using C# and .Net 3.5 technologies.

 
 
NishWishs
Guest
Posts: n/a
 
      16th Nov 2009
can any one please tell me how to do this one even any example or
links to do will be appreciated
Create an XLIFF editor using C# and .Net 3.5 technologies.

Requirements:

The tool should be able to perform the following:

* Open an existing XLIFF file
* Save the modified XLIFF file
* Display the Id (read only)
* Display the un-translated text (read only)
* Display and edit the translated text (read/write)
o Changing the text should automatically change the state to
translated
* Display and edit the translation state as a Boolean (is
translated – read/write). XLIFF supports multiple states; this tool
only cares about translated and needs-translation.
* Allow filtering the displayed data by (filtering will take place
when the Apply Filters buttons is clicked):
o Id
o Un-translated text sub-string
o Translated text sub-string
o Filtered state



Suggested UI:

Your browser may not support display of this image.

Input:

Use this sample XLIFF file to test the tool.

Your browser may not support display of this image.

Output:

The output should be a VS 2008 project and source that meets the above
requirements. The code should be written in C# and make use of .Net
3.5 technologies including WPF.

Suggestions:

Determine a load strategy – XmlDocument, LinqToXML, etc

Try to use XAML for displaying the data.

Use Data Binding where appropriate. Bind Dependency Properties for
the UI controls in XAML to the data.

Use a ValueConverter to convert the XLIFF state to a boolean
 
Reply With Quote
 
 
 
 
Alexey Smirnov
Guest
Posts: n/a
 
      17th Nov 2009
On Nov 17, 12:55*am, NishWishs <nishanththu...@gmail.com> wrote:
> can any one please tell me how to do this one even any example or
> links to do will be appreciated
> Create an XLIFF editor using C# and .Net 3.5 technologies.
>
> Requirements:
>
> The tool should be able to perform the following:
>
> * * * Open an existing XLIFF file
> * * * Save the modified XLIFF file
> * * * Display the Id (read only)
> * * * Display the un-translated text (read only)
> * * * Display and edit the translated text (read/write)
> * * * * * o Changing the text should automatically change the state to
> translated
> * * * Display and edit the translation state as a Boolean (is
> translated – read/write). *XLIFF supports multiple states; this tool
> only cares about translated and needs-translation.
> * * * Allow filtering the displayed data by (filtering will take place
> when the Apply Filters buttons is clicked):
> * * * * * o Id
> * * * * * o Un-translated text sub-string
> * * * * * o Translated text sub-string
> * * * * * o Filtered state
>
> Suggested UI:
>
> Your browser may not support display of this image.
>
> Input:
>
> Use this sample XLIFF file to test the tool.
>
> Your browser may not support display of this image.
>
> Output:
>
> The output should be a VS 2008 project and source that meets the above
> requirements. *The code should be written in C# and make use of .Net
> 3.5 technologies including WPF.
>
> Suggestions:
>
> Determine a load strategy – XmlDocument, LinqToXML, etc
>
> Try to use XAML for displaying the data.
>
> Use Data Binding where appropriate. *Bind Dependency Properties for
> the UI controls in XAML to the data.
>
> Use a ValueConverter to convert the XLIFF state to a boolean


WPF on ASP.NET? I think you are in the wrong group...
 
Reply With Quote
 
NishWishs
Guest
Posts: n/a
 
      17th Nov 2009
On Nov 17, 5:30*am, Alexey Smirnov <alexey.smir...@gmail.com> wrote:
> On Nov 17, 12:55*am, NishWishs <nishanththu...@gmail.com> wrote:
>
>
>
> > can any one please tell me how to do this one even any example or
> > links to do will be appreciated
> > Create an XLIFF editor using C# and .Net 3.5 technologies.

>
> > Requirements:

>
> > The tool should be able to perform the following:

>
> > * * * Open an existing XLIFF file
> > * * * Save the modified XLIFF file
> > * * * Display the Id (read only)
> > * * * Display the un-translated text (read only)
> > * * * Display and edit the translated text (read/write)
> > * * * * * o Changing the text should automatically change thestate to
> > translated
> > * * * Display and edit the translation state as a Boolean (is
> > translated – read/write). *XLIFF supports multiple states; this tool
> > only cares about translated and needs-translation.
> > * * * Allow filtering the displayed data by (filtering will take place
> > when the Apply Filters buttons is clicked):
> > * * * * * o Id
> > * * * * * o Un-translated text sub-string
> > * * * * * o Translated text sub-string
> > * * * * * o Filtered state

>
> > Suggested UI:

>
> > Your browser may not support display of this image.

>
> > Input:

>
> > Use this sample XLIFF file to test the tool.

>
> > Your browser may not support display of this image.

>
> > Output:

>
> > The output should be a VS 2008 project and source that meets the above
> > requirements. *The code should be written in C# and make use of .Net
> > 3.5 technologies including WPF.

>
> > Suggestions:

>
> > Determine a load strategy – XmlDocument, LinqToXML, etc

>
> > Try to use XAML for displaying the data.

>
> > Use Data Binding where appropriate. *Bind Dependency Properties for
> > the UI controls in XAML to the data.

>
> > Use a ValueConverter to convert the XLIFF state to a boolean

>
> WPF on ASP.NET? I think you are in the wrong group...


Dude Y DId u say Like that , can u please tell me how can i do this,
it was given to me in a processed of interview
 
Reply With Quote
 
Alexey Smirnov
Guest
Posts: n/a
 
      17th Nov 2009
On Nov 17, 10:41*pm, NishWishs <nishanththu...@gmail.com> wrote:
> On Nov 17, 5:30*am, Alexey Smirnov <alexey.smir...@gmail.com> wrote:
>
>
>
>
>
> > On Nov 17, 12:55*am, NishWishs <nishanththu...@gmail.com> wrote:

>
> > > can any one please tell me how to do this one even any example or
> > > links to do will be appreciated
> > > Create an XLIFF editor using C# and .Net 3.5 technologies.

>
> > > Requirements:

>
> > > The tool should be able to perform the following:

>
> > > * * * Open an existing XLIFF file
> > > * * * Save the modified XLIFF file
> > > * * * Display the Id (read only)
> > > * * * Display the un-translated text (read only)
> > > * * * Display and edit the translated text (read/write)
> > > * * * * * o Changing the text should automatically change the state to
> > > translated
> > > * * * Display and edit the translation state as a Boolean (is
> > > translated – read/write). *XLIFF supports multiple states; this tool
> > > only cares about translated and needs-translation.
> > > * * * Allow filtering the displayed data by (filtering will take place
> > > when the Apply Filters buttons is clicked):
> > > * * * * * o Id
> > > * * * * * o Un-translated text sub-string
> > > * * * * * o Translated text sub-string
> > > * * * * * o Filtered state

>
> > > Suggested UI:

>
> > > Your browser may not support display of this image.

>
> > > Input:

>
> > > Use this sample XLIFF file to test the tool.

>
> > > Your browser may not support display of this image.

>
> > > Output:

>
> > > The output should be a VS 2008 project and source that meets the above
> > > requirements. *The code should be written in C# and make use of .Net
> > > 3.5 technologies including WPF.

>
> > > Suggestions:

>
> > > Determine a load strategy – XmlDocument, LinqToXML, etc

>
> > > Try to use XAML for displaying the data.

>
> > > Use Data Binding where appropriate. *Bind Dependency Properties for
> > > the UI controls in XAML to the data.

>
> > > Use a ValueConverter to convert the XLIFF state to a boolean

>
> > WPF on ASP.NET? I think you are in the wrong group...

>
> Dude Y DId u say Like that , can u please tell me how can i do this,
> it was given to me in a processed of interview- Hide quoted text -
>
> - Show quoted text -


again, your question is not about asp.net.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Can I use asp.net editor to create a vbs? Alexey Smirnov Microsoft ASP .NET 1 30th Nov 2009 09:13 PM
create a clsCustomContextMenus class in the VBA editor =?Utf-8?B?TWlyaQ==?= Microsoft Outlook VBA Programming 1 22nd Nov 2007 10:42 AM
Create an editor as XmlSpy with C# Groide Microsoft C# .NET 2 7th Jul 2005 09:25 AM
How to create custom editor for VS.NET? Julia Microsoft Dot NET Framework 2 23rd Oct 2004 12:55 PM
How do I create a new editor for IE6? Topgeeza Windows XP Internet Explorer 2 9th Dec 2003 09:00 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:39 AM.