| Thread | Last Post | Replies |
|
| use crystal enterprise server or not? | 17 Feb 2007 00:23 GMT | 3 |
We need to decide on the architecture for the reporting system using .net 2.0 (C#) There are 2 options for the arechitecture. The first one involves using crystal enterprise server that would host all the reports, and
|
| XAML: FontSize="12pt"; C#: ? | 16 Feb 2007 23:05 GMT | 1 |
I want to take the FontSize from a System.drawing.Font type and turn that into a System.Windows.Controls FontSize. (Actually, I'd like to take the whole font over, but I didn't see any standard converter.) The former is a float and the latter a double. In XAML, though, you
|
| How to develop class library? | 16 Feb 2007 22:50 GMT | 16 |
What would be the best way to develop a class library? I am planing to develop a couple of classes, needed in our company enviroment. These classe will be later used in several projects.
|
| Frames vs Table layout | 16 Feb 2007 22:48 GMT | 5 |
I am writing program/framework to server a web site dynamically based on stored web page data with C#, .net1.1 What is the preferred means of controlling page layout, frames or table(s) ?
|
| Yet another Reflection / Interface Question | 16 Feb 2007 22:44 GMT | 8 |
I know this has to be answered in the archives somewhere, but the search results are just confusing me more :-( Anyways, I authored a control library that contains an Interface definition and then some usercontrols that implement that interface.
|
| A question about design! | 16 Feb 2007 22:27 GMT | 2 |
Assume we have a steelwork with a lot of different working places. Just to mention some we have a rolling mill, we have casting and heating and then many many more. Is it possible to say something about the design. Is it advisable to have
|
| Bear with me! | 16 Feb 2007 21:36 GMT | 1 |
In C# I can easily produce a dialog box to amass a slew of input data from the user but how should I convey this data to my Application? Should I declare it as static data in the Form1 class, even though it has nothing to do with Form1, and try to access it from code elsewhere, ...
|
| Data Source for mdb connection | 16 Feb 2007 21:33 GMT | 4 |
Would like to replace Data Source mdb location and name with a string variable. For example: where I have @"Data Source = c:\mydirectory\mydatabase.mdb;" +
|
| Singleton on server | 16 Feb 2007 21:18 GMT | 9 |
I hope, I misunderstood some basics here and it is easy to solve.. I need a singleton object running on server which can be used(write and read) by different client interfaces - for example there is webservice that simply transfer calls to this object and there is a
|
| HTTP implementatin bug? | 16 Feb 2007 21:16 GMT | 1 |
If a web server HTTP response is in chunked encoding, CLR client invocation on HttpWebResponse.Close will not return until the whole page is downloaded. If the page is huge, it looks the thread is stuck in HttpWebResponse.Close. An example URL is http://wx.msn.com.
|
| Newbie question: How do I initialize an array | 16 Feb 2007 20:50 GMT | 3 |
I need an array to be used by one method in a class. I can do this three ways. 1. Put the array in the method. This seems like the best place, since it is used only by the method. But it occurs to me that the
|
| data size in webBrowser component help... | 16 Feb 2007 20:41 GMT | 2 |
Is there a way to know the size of the page loaded into a webbrowser component? like: webBrowser1.sizeofpageloaded ?
|
| Defaultvalue | 16 Feb 2007 20:39 GMT | 2 |
This code set an employee's salary to £20,000 by default. I'd like to set this at runtime, i.e. let the variable _recommendSalary be the default value. public class Employee
|
| Not retrieving values | 16 Feb 2007 19:04 GMT | 10 |
I am facing a very peculiar problem, I am executing a stored procedure residing in the Sybase database. When I do execute the Stored Procedure from SQL Advantage I can retrexecve the values, but when I execute the same from the .net code (VS.net 2003 C sharp) with the
|
| Help with strong naming .net dlls | 16 Feb 2007 19:00 GMT | 7 |
I am trying to use a particular dll bought from a company that has a strong name. As a consequence had to give a strong name to all the dlls involved in the project. Im also using the following microsoft application block dlls
|