| Thread | Last Post | Replies |
|
| WCF, Typed Datasets and DataContracts | 26 Apr 2008 18:33 GMT | 4 |
I'm new to this WCF world, and have attempted to create a WCF service which takes a typed dataset as its data contract. I know this isn't always put forward for interopability, but I'm working in a pure .Net environment (.Net 3.0) and VS2005.
|
| ht reference a global syncronized sortedlist in a class | 26 Apr 2008 18:31 GMT | 1 |
1 - namespace myNS 2 - {internal class clsClass 3 - { 4 - SortedList mySL1 = new SortedList();
|
| Windows Presentation Foundation | 26 Apr 2008 15:26 GMT | 1 |
What is the relationship between WPF and ASP.NET ? Is that WPF going to replace WinForm based desktop applications? But for web application, it is a different story? I am going to develop a web project, ocz I'd like it to be supported by most
|
| XMLCompiledTransform unexpected behaviour | 26 Apr 2008 12:59 GMT | 1 |
I have some unknown problem with xmlcompiled transform class of asp.net 2.0 it's not giving the results I expected. In asp.net 1.1 version it was giving good results with xmltransofrm class for the same xml file and xslt file.
|
| ClickOnce alternative | 26 Apr 2008 09:58 GMT | 3 |
What is a good alternative to clickonce that allows partial or delta updates to the application. ie if only one dll changes, then the update should only download that particular dll.
|
| vb equivalent | 26 Apr 2008 05:01 GMT | 3 |
hey all, in vb you have overloads Public Overloads Sub how would you say that in csharp?
|
| Auto-Generation of Code from UML Model | 26 Apr 2008 00:07 GMT | 2 |
I was wondering what tools people are using to generate code from UML models in .NET? I know that there is a class designer in VS which is great (since it is effectively another view of the code, so always remains in synch
|
| netMsmqBinding | 25 Apr 2008 21:55 GMT | 2 |
I'm trying to run a simple WCF demo app that uses netMsmqBinding. When starting the host, I get the exception: 'Unable to load DLL 'mqrt.dll': A dynamic link library (DLL) initialization routine failed'
|
| DirectX SDKs - where have the c# sources gone? | 25 Apr 2008 19:49 GMT | 3 |
I wanted to have a go at following a directx / csharp tutorial (msdn blogs - http://blogs.msdn.com/coding4fun/archive/2006/11/02/938703.aspx) I got the latest SDK, March 2008. It has no C# sources at all. What's the deal there? Do I have to go back in time to get the ones
|
| Don't understand delegates | 25 Apr 2008 19:34 GMT | 6 |
I've read every example i could find on the subject and still couldn't figure out its proper usage. What's the point of delegates, why can't I just invoke the method directly???
|
| Business days | 25 Apr 2008 19:26 GMT | 2 |
Hi, is there a method in C# that calculates the number of business days between given dates, like networkdays in Excel? Thank you!
|
| Call richtextbox from class | 25 Apr 2008 18:28 GMT | 1 |
I have a class that Form1 calls to do some work. I would like to report back progress from the class to a richtextbox, will call it m_report, on the form. Like in the class, Form1.m_report.Text= "Calculating variable 10";
|
| weird behavior with static int | 25 Apr 2008 16:51 GMT | 4 |
GetNextSequenceNumber2 worked for me in a different class.. but now it does not work.. it does not increment.. will it not get incremented after the return? private static int GetNextSequenceNumber1()
|
| NEW WEB 2.0 MAKES YOU RICH! | 25 Apr 2008 16:10 GMT | 1 |
I found this new FULL INTERNET UPGRADE technology that is about to upgrade THE ENTIRE INTERNET to Web 2.0 standards and IT'S FREE! Plus, they are giving away ONE MILLION DOLLARS to spread the word about it - and you can get a share for helping - NO COST!
|
| Notification of Logon and Logoff | 25 Apr 2008 15:52 GMT | 1 |
I'm trying to write a service that will sit on the domain controller (or, if this proves to be impossible, to be rolled to all connecting Windows machines). It needs to get notification of each logon and logoff, capturing username &
|