Oct 13

Which version of Visual Studio is needed? (I have Visual C# 2005)
Which .NET Framework is needed (I have 3.5)

So do I need more updated versions of those software or do I just have to download a certain program?
Does it come automatically with VS 2008/2010 or will I have to install something else

You would be best working with Visual C# 2008 or 2010 and Framework 3.5 or 4. If you plan on doing complex WPF UI’s then you may also want to look at Microsoft Expression Blend for designing the UI.

Oct 10

how can i display unicode in behind code in wpf
i assumed it would be something like this mytb.Text = "/u0001"
this does now work

ummmm …. what’s wpf?

Oct 5

Curriculum Vitae
Surname Name:
Date of birth:
Address:
Tel(home):
Tel(mob):
E-mail:
Nationality:Sadigov Tural
21 april 1986
Azerbaijan/Baku S.Dadashov st 65/105
+994(012) 510-04-69
+994(055) 473-22-61
tsadigov@hotmail.com
Azerbaijani
Characteristics:
•Ability to analyze analyzing data flow and processes to manage it and find ways to optimize
•Analyzing raw data to get sensible data reports that is useful for decision making.
•Flexibility to perform routine low level processing tasks and then switch to more strategic analysis
•Ability to work independently and as a team member
•Researching user requirements and creating stable and usable architecture to create solutions that fulfill them.

Education:
1.1992-2003 Years secondary school N247
2.2003-2007 bachelour Cooperation University
Faculty: International Economical Relations
3.2007-2009 degree State Economical University
Faculty: International Economical Relations

Languages:
•Azerbaijani
•English (TOEFL IBT 94/120)
•Russian
•Turkish

Programming
•C++
•Delphi
•Oracle
•SQL (Structured Query Language),
•*.NET (rich internet applications, smart client applications)
•*WPF, Silverlight, Expression Blend
•SQL Server 2008

Certificates
•TOEFL IBT 94 out of 120
•WinForms MCTS , MCPD
•WPF MCTS
•SQL2008 Dev MCTS

Work Experience
CompanyDurationDetails
1Central Clinical Hospitals IT department6 monthInternal project written in Delphi, used to manage the flow of goods beginning from warehouse that had to know the minimum stock for every kind of product. The end user, doctors where prescribing diet for patients in the form of menu for each meal for each day of week and based on that information software was giving needed stock amount. It was used to create and format daily, weekly and monthly status reports and is responsible for tracking changes in submitted data, producing ad hoc charts and graphs in support of the Logistics decisions including monthly performance graphs.
2SINAMover 1.5 yearParticipated in a project for Human Resource HR called MSSP that was implemented using Delphi and Oracle.
E-School project using ASP.NET SqlServer
I was responsible for developing the dean’s screen and content sharing. The functionality included data management, optimasing the usage of resources like rooms with different capacity, automatic generation of schedules.

3DamirBank as the head of the “communal payment and money transfer ” division, credit data management9 monthI was making a system for gathering credit monitoring data and afterwards reporting on that data, for getting aggregated values for periods of time or credit history and calculating metrics for the client of interest. I analysed and validated data from multiple sources to support reporting requirements and develop reports and queries to meet reporting deadlines. The reports will be used for business intelligence. System will help the workers to make business decisions including making decision whether to accept application for credit or reject it using knowledge from all branches of the bank which will decrease chances of fraud..
4BestCompCurrent
10 monthCurrently I’m involved in development of document management system in .NET. We are working on v2 of the product that will be very flexible and include many new features like graphical designers for new kinds of documents and information flow diagram, worklfow diagrams.

Professional interests:
Development of large scale, integrated, robust and stable systems. Rich user friendly interface. Human Computer interaction. Achieving testability and designing for scalability from upfront applying best practices for architecting application to make it loosely coupled and maintainable. Application lifecycle management, software project management, IT risk management, analyising, reingenering and optimization of business processes, data mining, data management. Future applications of cloud and surface technologies.

I hereby confirm that all the given information is true.

no

Aug 31

In WPF, is it possible to apply a Converter to the SortDescription of a CollectionViewSource? My ViewModel contains a List<> of a class that contains an enum and a Boolean. My XAML displays a multi-select ListBox, showing the localized names of the enum values using a Converter in the View, and binds each ListBoxItem’s IsSelected to the Boolean in the members of the bound List<>. That’s working. Now I want to sort the ListBox items by those localized enum names, without reordering the List<> in the ViewModel. How can this be done?

I’m not sure it can be done directly. The brute force and ignorance way I would tackle it with is to populate another list and sort that (or indeed populate a sorted list).

Aug 13

help me to get a book , pls

If you are looking for help with Windows Presentation Foundation, try looking at these books available at Amazon. http://ow.ly/2j6UQ

Aug 9

I’m searching for the name of the control in WPF or WinForms that encompasses a window within an application, like how you can close a workbook in excel without closing excel.

Does anyone know what this is? DockPanel? Grid? Canvas?

I think its TabControl

Aug 6

Need to know my salary band (min to max) in Singapore?
Experience:6 - 7 years
Profession: Senior Software Engineer
Expertise:WinForm/WPF development
Origin:India
Expecting answer in Singapore Dollars.
Thanks in advance.

This is not the right section to ask this question choose another one.

Jun 17

I am currently studying computing at sixth form and am learning C#. I was wondering weather I would be better off diving straight into WPF or use windows forms, then progress into WPF in the future.

(I have also had some experience in pascal/Delphi)

Thanks in advance
Robert.

Hi,
:D

WPF - since everybody and their dog is developing systems for the www. You’ll find doing any form a breeze, and once you know how to do WPF forms, you’ll be able to do Windows Forms.

na

Jun 14

I’m trying to add a numericupdown control to a WPF document but am having a hard time trying to find out how to integrate the two. Can someone help me?
Matt- I know it’s not good, but it’s a required assignment for my C# class.

Don’t integrate the two; if it’s even possible, it’s a kludgy solution. Try:

May 26

I know i can google them… but i would really appreciate if some one could just give me a jist…

windows presentation foundation
WPF is the latest in desktop app development in .Net. It features markup based layout much like asp.net. The markup language is XAML. It provides a new way to develop desktop applications keeping UI and logic separate.
windows communication services
WCF is used to communicate between different applications with stuff like services. It is much like web services, but is much more robust and configuration enabled. WCF web services can be configured to act like asmx webservices, or use json or something else. Anything that represents a service can benefit from WCF, such as web services, windows services etc.

« Previous Entries Next Entries »