Skip to main content
franko_camron's user avatar
franko_camron's user avatar
franko_camron's user avatar
franko_camron
  • Member for 14 years, 5 months
  • Last seen this week
  • Alaska, Rnitas
30 votes
6 answers
96k views

Is it possible to cast integer to enum? [duplicate]

12 votes
19 answers
42k views

visual studio 2010 breakpoint no symbols have been loaded

7 votes
3 answers
2k views

What is the best way to read an attribute from an xml string in c#

7 votes
2 answers
27k views

How to make a right join using LINQ to SQL & C#?

5 votes
2 answers
2k views

How to make Settings.settings data persistent

5 votes
4 answers
2k views

.NET's FileSystemWatcher crashes when an exception is raised, throws file is in use for future files

4 votes
1 answer
2k views

(Easy one) Alter xml schema collection on sql server to modify an element's attribute

4 votes
2 answers
12k views

Can I fill a google spreadsheet cell from a webservice Value?

4 votes
1 answer
74 views

Getting specific data from XML column

3 votes
2 answers
5k views

.NET Error Closing serial port BaseStream error is only available when the port is open

3 votes
2 answers
2k views

search on a xdocument using linq

3 votes
7 answers
5k views

How can I pass a linq var datatype to a method? [duplicate]

3 votes
3 answers
2k views

How do I start creating a small compiler for a school project in java or c#

2 votes
3 answers
4k views

How to transform an xml string using a XSLT in C#

2 votes
2 answers
958 views

How to change content based on the page name instead of querystring in asp.net

1 vote
0 answers
752 views

The href value of the Html anchor tag is rendering weird

1 vote
1 answer
881 views

Search for two or more words inside a row in google spreadsheet

1 vote
3 answers
2k views

background worker process and filesystemwatcher error working together

1 vote
2 answers
1k views

How to bind a Telerik GridBoundColumn to an sql server 2008 xml column node using linq to sql

1 vote
1 answer
1k views

what is the cost of updating a clustered column in sql server 2008

1 vote
7 answers
147 views

Is there something like the .NET Dictionary with duplicated keys to fill with a text file?

1 vote
1 answer
51 views

How to find the top number between a range given a value from a table using LINQ

1 vote
2 answers
230 views

Insert leading spaces, then the value to a varchar(10) column

1 vote
1 answer
69 views

asp.net tilde ~ paths not resolving on pages with a master page

0 votes
1 answer
166 views

How can I retrieve unique data from a table with father and son relationship on sql server

0 votes
1 answer
91 views

search and replace text and numbers in Textfile using .NET c#

0 votes
1 answer
143 views

what is the useful or powerful thing about custom attributes for reflection in NET? [duplicate]

0 votes
1 answer
224 views

How can I create an office like Help Window / Form using .NET & C#

0 votes
1 answer
351 views

Where should I add a complex type element in this an XSD Schema

0 votes
2 answers
171 views

Is querystring is faster to read than a cookie?