Help with a software to develop application

AI Thread Summary
The discussion centers around a user seeking guidance on developing an application using a software that provides C# samples, despite not being familiar with the language. Respondents emphasize the importance of clarifying the type of application and preferred programming language for effective assistance. They suggest starting with simple projects and learning C# if that is the chosen language. There is skepticism about the user's intentions, with some participants questioning whether the inquiry is genuine or merely promotional. Overall, the conversation highlights the need for foundational knowledge in programming and the value of starting with manageable tasks.
Sceptical492
Messages
1
Reaction score
0
Hi,

I want to develop an application. For this purpose I found a site that deals with this kind of topic. Information is given about a software called (link and name deleted) have you heard about it? There are samples proiveded but they are in C# and I am not familiar with that programming language. Could you please tell me a way how should I start the development?

Thanks in advance.
 
Last edited by a moderator:
Technology news on Phys.org
Name and link are not helpful. You have to explain what kind of application you want to write, and what language you want to use.

That is assuming you are really looking for help and not just spamming forum with a link.
 
Sceptical492 said:
There are samples proiveded but they are in C# and I am not familiar with that programming language. Could you please tell me a way how should I start the development?

Learning C# would be a good place to start if that's the language you are going to use.
 
Sceptical492 said:
Hi,

I want to develop an application. For this purpose I found a site that deals with this kind of topic. Information is given about a software called (link and name deleted) have you heard about it? There are samples proiveded but they are in C# and I am not familiar with that programming language. Could you please tell me a way how should I start the development?

Thanks in advance.

Hey Sceptical492 and welcome to the forums.

The first thing is that since you probably haven't done much software development, you will have to keep your projects simple. You can always do later development that builds on your previous work, but when you start out, keep the tasks simple.

It's also a good idea if your project is complicated, to use freely available code as a basis for learning and extension unless you end up wanting to make your code commercially available in which you will have to either purchase the rights to other code or develop everything from scratch.
 
I don't know...I tend to be with Borek on this one...I think the OP is just plugging.

Until Sceptical comes back and posts again reassuring us of his/her position, I wouldn't bother with this thread.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top