C# is a multiparadigm, managed, garbage-collected object-oriented programming language created by Microsoft in parallel with the .NET platform

learn more… | top users | synonyms

-1
votes
0answers
14 views

API for adding Review and photo to here maps

i'm working with windows phone apps and using here places web server data to fetch all my location data and i can't find any documentation about adding review or photo into there... also i recently ...
-1
votes
1answer
67 views

Live share prices for a side project [on hold]

Me and some of my friends would want to start a side project which we will work at our spare time. Here is our criteria 1) A challenging project which will teach us skills which has business value in ...
1
vote
1answer
83 views

service depends on other service - IoC

I have a simple question. Can a service depend on other services in IoC, like here? public class AccountService : IAccountService { private readonly IAttachmentService _attachmentService; ...
-1
votes
0answers
36 views

Cellular/Network SMS integration for Quiz application

As a layman , I tried with google but no success, what i want to do is to make sms poll/quiz type of thing where user can send sms to "7766" and get response like "Welcome to ABC. reply with 1 to get ...
0
votes
5answers
457 views

What is this design pattern called? [on hold]

I have some code: /// <summary> /// Represents Record Locator class /// </summary> public class RecordLocator : IRecordLocator { /// <summary> /// The Record Locator string, ...
0
votes
0answers
73 views

Best Practice Collection For C# [on hold]

Well i have been programming for 5 years until now, but sometimes i feel that there are a lot of things that i might be doing wrong or in an inconvenient way. I mean that how many times we might re ...
-1
votes
0answers
41 views

Storing text file to SQL Database Table in C#.net [on hold]

Can you please help me store a text file which consists of 4 letter words sepperated by space, looks like this: ASDF FGHJ JKLP UTYP etc... in an SQL Server database which has ID of the word ...
3
votes
3answers
377 views

Extension method naming convention [on hold]

We are using some utility methods in our company to simplify programming. So we have following string extension: public static bool IsNoE(this string s) { return string.IsNullOrEmpty(s); } ...
0
votes
3answers
144 views

Multiple remote views of a C# application

I have a C# application (Desktop based application for Windows OS), which I wanted to use from Web browser. The application is a kind of analyzing tool, which takes some input values and performs set ...
-7
votes
0answers
64 views

Need your great help in fixing my code please! [on hold]

Those are the requirements, Design a Nios2 program in C that runs on Altera DE board, The program will, Display BMP fifteen images on external LCD touch screen All images are 24 bit BMP All images ...
0
votes
3answers
221 views

Interfaces vs Base class [duplicate]

I'm strugging to know when to use a base class with Polymorphism or an interface. Providing my object exposes DoThis() then I can't see why it matters if it's an interface of a base class. Please ...
-1
votes
0answers
23 views

MVVM : populate listview when textbox text changed

I am new to MVVM .I have a requirement .I have one textbox and one listview .When the user enter text on textbox the listview got populated with data by filtering through the text. And the user can ...
-5
votes
0answers
39 views

i am beginner in asp .net and c# please help me out for learn it [on hold]

i am working as a SEO and SMO Executive for last 2 years but i want to change my career into ASP .NET development. i am leaving my job for learing ASP .NET. how to start as a beginner ASP .NET and ...
0
votes
2answers
115 views

Recommended way to program a secure, real-time website [on hold]

I would like to start a project where many transactions (could be hundreds) will happen in one minute. These transactions have to be shown in real-time into a user panel and also stored into the ...
0
votes
4answers
137 views

What is the industry norm for naming standard for gui object event handlers in C# [on hold]

Lets say you have a button objects on a form with a click event (c#/.Net). How is the event handler normally named throughout the industry? fooButton_Click fooButtonClick (or if you like ...

15 30 50 per page