Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #4K
~2K People Reached
About Me

I am a student, I study C++ but prefer C# and Silverlight.

Interests
Efficient programming
Favorite Tags
Member Avatar for astian

I am sorry if I havent found if there is an obvious solution to my problem or if there is an answer to my question, I promise I looked and searched a lot, all my findings explain the apache cordova file api,but do not resolve my problem. And here it …

0
83
Member Avatar for astian

Hi, I am trying to publish a asp.net - silverlight application. The application has been started as a Silverlight Application project, the solution contains a few projects including a service connection. I am publishing it in file system and trying to host it on a Windows Server 2008 R2 in …

Member Avatar for LastMitch
0
308
Member Avatar for astian

So... I am sorry if I have posted the question at the wrong place, yet I couldnt find a better place. Anyway, my problem is as follows: A week ago, we had to bring back to life some old projects of the firm. The projects are ... not too complex …

Member Avatar for pritaeas
0
649
Member Avatar for astian

Hi, I am writing a Silverlight Bing Maps based application and I am trying to merge two (and more) polygons. The approach I am using at the moment is the following: The geometry for the polygons is stored in a database, and Im writing and reading from it through a …

0
203
Member Avatar for astian

Hi everyone, Ok, Im new to the forum so I hope I've placed the question in the right place, and here it is : I am developing a silverlight application that uses Bing Maps. The Idea behind the application is that to help land owners (farmers , agronomy businessmen) visualize, …

Member Avatar for astian
0
104
Member Avatar for astian

For a few days I was trying to solve a problem with my WCF Service. The thing was that after publishing the reading of the dbf file, which was implemented using oledb or odbc and using microsoft jet and vfpoledb drivers (a few distinct ways each of which not working) …

-1
157
Member Avatar for Mahira Kiani

I have a gridview in one page of website which contains columms of table1 i.e. ID, EMPLOYEE NAME, DESIGNATION and SALARY etc. On the other page thr is a dropdownlist which contains years from 2007 to 2016. if i select any year anothr gridview will appear which contains columns of …

Member Avatar for astian
0
80
Member Avatar for astian

Ok, I think Im missing something Big in programming logic when comes to web applications. Once again Im clueless about how to proceed in the curent situation. I have a Bing Maps application that connects to a WCF Service to read and write to a database. In this application I …

0
112
Member Avatar for gemini88

class Program { static int localVariable = 0; static int PropertyOne { get { return localVariable; } } static void set_PropertyOne(int newValue) { localVariable = newValue; } static void Main(string[] args) { } } **Error: already defines a member called 'set_PropertyOne' with the same parameter type** please give me reason …

Member Avatar for gemini88
0
187
Member Avatar for astian

Hi, again Im hoping to be on the right topic. So here it is: I am publishing a SilverlightApplication that uses a WCF service to read from a database. The application uses Bing Maps to visualize some polygons. The thing is, that after I publish it ONLY on some machines …

0
151