Search Results

2
votes
1answer
1k views

How do you cast an IEnumerable<t> or IQueryable<t> to an EntitySet<t> ?

In this situation I am trying to perform a data import from an XML file to a database using LINQ to XML and LINQ to SQL. Here's my LINQ data model: public struct Page { …
1
vote
2answers
2k views

How do I build a WPF application where I can drag and drop a user control between windows?

I'm building a simple Todo List application where I want to be able to have multiple lists floating around my desktop that I can label and manage tasks in. The relevant UIElements in my app …
0
votes
2answers
2k views

Why does a WPF BitmapImage object not download an image from a Uri Source in ASP.Net Web Forms?

I'm trying to accomplish the following in ASP.Net: Create a WPF Canvas control Spin up a WPF Image control and a BitmapImage object Set the BitmapImage source to a U …
0
votes
0answers
31 views

Record the correct HTTP content-type of a response in an HttpModule

I want to log site traffic in .Net using an HttpModule. in the HttpContext.EndRequest event handler I'm storing the Response.ContentType property value to the database. On my local dev instance it …
23
votes

Good C# Interview Questions for a Senior Dev Position

I'm a senior developer and been involved in a number of interviews, on both sides, and I've learned a lot about interviewing candidates (but still have a lot to learn!). I've tried a few different …
0
votes

ASP.NET Custom Controls - Composites

You might be able to make use of this technique to make design-time easier: …
0
votes

GetModifiedMembers returns empty array

I know this isn't an answer but I haven't been able to replicate your issue. Using the following code in a console application I get an array of length 1: testdbData …