Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.

c #

adel_s_1
Beginner
2,149 Views

I want to learn C # programming language where you Start

0 Kudos
24 Replies
TimP
Honored Contributor III
1,660 Views

Many on-line resources, e.g.

https://mva.microsoft.com/en-US/training-courses/c-fundamentals-for-absolute-beginners-8295?l=lQifIGYy_5004984382

I'm not aware of Intel putting many resources into c#, beyond some profiling support in VTune Amplifier.

0 Kudos
Frances_R_Intel
Employee
1,660 Views

This isn't really an Intel Xeon Phi coprocessor question. If you are planning to write code for the coprocessor, including offload code, you will need to use C++ or Fortran for those parts of your program.

0 Kudos
TimP
Honored Contributor III
1,660 Views
There has been no indication that Intel intends to redirect this forum specifically to Xeon phi. As Frances points out, the intended subject of Multi level parallel program is better supported by those compiled languages
0 Kudos
adel_s_1
Beginner
1,660 Views

Thanks for your interest Dear Francis

0 Kudos
adel_s_1
Beginner
1,660 Views

Thanks for your interest Dear Tim Prince

0 Kudos
Bernard
Valued Contributor I
1,660 Views

You can buy also one of many C# programming books.

 

0 Kudos
adel_s_1
Beginner
1,660 Views

 

Thank you for caring Dear iliyapolak

0 Kudos
Bernard
Valued Contributor I
1,660 Views

This book can be of great value for you "Microsoft Visual C# 2013 Step by Step"

0 Kudos
adel_s_1
Beginner
1,660 Views

I am very thankful for your interest, sir iliya polak
I've already downloaded a copy of the
Microsoft Visual C # 2013
Step by Step

0 Kudos
Bernard
Valued Contributor I
1,660 Views

@adel,

You are welcome.

0 Kudos
Derp_K_
New Contributor I
1,660 Views

Interesting topic for beginners

0 Kudos
adel_s_1
Beginner
1,660 Views

Dear K Derp
Thread really interesting and wonderful thing to learn Microsoft Visual C # programming language
Thank you for your interest

0 Kudos
Derp_K_
New Contributor I
1,660 Views

You are welcome

0 Kudos
adel_s_1
Beginner
1,660 Views

Thank you for your help to colleagues
It was the first implementation of Microsoft Visual C # simple project

0 Kudos
adel_s_1
Beginner
1,660 Views

C language Sharp excellent and enjoyable

0 Kudos
adel_s_1
Beginner
1,660 Views

Possible way to link C Sharp with databases sql

0 Kudos
adel_s_1
Beginner
1,660 Views

Why is there no response from the members of the group is

0 Kudos
adel_s_1
Beginner
1,660 Views

In trouble connecting to the database program

C Sharp

  SQL

 

 

0 Kudos
adel_s_1
Beginner
1,660 Views
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
 
namespace ConsoleApplication1
{
    class Program
    {
        static void Main(string[] args)
        {
           // Console.WriteLine("welcom first program");
           
             int x;
             int y;
             DateTime dataDay;
             x = 8;
             y = 7;
             dataDay = DateTime.Now;
             Console.ReadKey();
0 Kudos
Bernard
Valued Contributor I
1,511 Views

I think that you may receive more adequate response and help on the StackOverflow forums.

http://stackoverflow.com/questions/tagged/c%23

P.s

 Few second of googling brought this tutorial:

http://www.codeproject.com/Articles/4416/Beginners-guide-to-accessing-SQL-Server-through-C

0 Kudos
Reply