all groups > dotnet general > november 2006 > threads for tuesday november 14
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
newbie: projects and solutions
Posted by R.A.M. at 11/14/2006 7:14:43 PM
Hello,
(Sorry for my English...)
I am learning .NET 2.0. Could you explain me please the difference between
solutions and projects. What are the solutions used for?
/RAM/
... more >>
Your preferred RSS syndication library?
Posted by clintonG at 11/14/2006 6:14:33 PM
Several syndication libraries have been developed for use by ASP.NET
applications. Your preferred library would be what? And why?
--
<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
MAP http://wikimapia.o... more >>
help - string.Format syntax
Posted by matt NO[at]SPAM mailinator.com at 11/14/2006 3:45:24 PM
hello,
i am accustomed to using the string.Format method in this way:
string foo = string.Format("The formula is {0} * {1}", inputOne,
inputTwo);
but now i am trying to do one where i need squigley brackets in the
string, like so:
crystalWhere = string.Format("{v_ChangeHistory.... more >>
Save treeView as XML ???
Posted by serge calderara at 11/14/2006 12:05:01 PM
Dear all,
I have a treeView control which is build with different parent and childs
node objects. I try to find out an easy and proper way to save that nodes
architecture in a XML file.
Then reading back that XML file will rebuild the same treenode structure.
Does anyone have any idea ... more >>
Custom Dialog Box as PropertyGrid Editor
Posted by Ron M. Newman at 11/14/2006 11:39:49 AM
Hi,
Simple imaginary problem:
1) I have a class with three integers in it.
2) An object of this class is a member of a class I will submit to a
propertygrid
3) I want to have a custom dialog box to edit this structure
4) I want this dialog box to be launched from the "..." custom editor b... more >>
The VS2005 ToolBox is big slow jug of lard (not literally, I'm speaking metaphorically)
Posted by Jules Winfield at 11/14/2006 11:32:46 AM
I'm using VS2005. I have a solution consisting of twelve projects. All
projects are console/service apps except for one which is a WinForms app.
There are no web projects. I'd say that I'm at around 125k-150k lines of
code in total.
My development machine has 2gigs of physical RAM, a hypert... more >>
Websites crashing
Posted by SK at 11/14/2006 10:39:28 AM
Hello
My company develops as well as hosts .NET applications. The
applications have been developed using .NET framework 1.1 and C#.
We recently moved the websites from a Win2K/IIS 5.0 environment to a
Windows 2003/IIS 6.0 environment. IIS is running in the worker process
isloation mode. The ... more >>
Check for Duplicate Appointment Times
Posted by geo039 at 11/14/2006 8:36:36 AM
I have a simple application that takes user input by text and time
selected by date time picker. It displays the appt description in one
list box and the time in another list box. I need a simple function
that checks the times for duplicates. I want to check for a duplicate
before it writes to t... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
BLOBS and VB.NET
Posted by lord.zoltar NO[at]SPAM gmail.com at 11/14/2006 8:03:07 AM
Hello,
I am trying to store an object into a database as a binary object. The
database is SQL Server 2005, the progamming language is VB.NET 2005.
I've read that the way to do this is to input a hexadecimal
representation of the object. What I don't know is an easy way to
generate this represen... more >>
Managed Thread to Win32 Thread
Posted by niclester NO[at]SPAM gmail.com at 11/14/2006 5:36:13 AM
Hello,
I am trying to obtain a safe correlation between a managed thread and a
WIn32 thread. I need to be able to gather run time statistics on
particular running threads using WMI or System.Diagnostics classes.
Apparently in dot net 2, the AppDomain.GetCurrentThreadId method is
obsolete..
... more >>
One to many relationship in OOP
Posted by Nemisis at 11/14/2006 3:34:55 AM
hi everyone,
hope u r all ok, and looking forward to xmas, well the xmas holidays!!
lol
In my backend database i have a table that has a foreign key column in
it.
Is it best practice that when i load my object from the table, to also
load the foreign key object as part of the parent obje... more >>
Large Application development ideas
Posted by Jenbo at 11/14/2006 1:38:24 AM
Hi all, I am looking for some ideas or pointers for an application i am
currently looking into. I have a management .net web app that is using
sql server as the back-end for config data for users etc. I then wanted
to have a service running on users pcs to check the sql server for
config data, b... more >>
Property label
Posted by Charles Bazi at 11/14/2006 12:00:00 AM
Hi,
I'm using databing with some classes, and I would like to know if
there's a way to define some sort of description Attribute for a property.
I have this Porperty:
public string ItemsInStock{
get { return _ItemsInStock;}
set {_ItemsInStock = value;} }
My problem, when DataBindi... more >>
|