Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / April 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Linq. Select.22 Apr 2008 09:32 GMT7
How do I select 10 random records from a table?
Thanks,
Miguel
While creating shortcut slash changes to backslash22 Apr 2008 07:59 GMT2
Hi, all!
Some weird thing happens...
I'm trying to create a shortcut programmatically in C#. I need to
create a shortcut with the "target" parameter using slash. Actually
system.io.ports.serial22 Apr 2008 05:20 GMT1
I have an application that uses the system.io.ports.serial class to
receive data from a serial device.  The device is sending a data stream
of stx then 15 readable ascii characters then a cr.  My datareceived
event looks like:
error C2061: syntax error : identifier 'ref'22 Apr 2008 03:15 GMT6
So I have this perfectly fine and running app, that uses managed C++
forms.
Problem#1:
[1] I pass a Bitmap reference to a class, hoping to modify it in one
DataSet and BindingSource22 Apr 2008 02:49 GMT1
I'm reading in a book about .NET and here they something that sound wrong
but I'm not abolutely sure.
They say that a DataSet contains methods to update data in the database is
that really correct ?
Service never starts only on Windows 2000 Server22 Apr 2008 00:50 GMT1
A windows service I've created runs on all boxes except Windows 2000
server.
The windows service initializes (i.e., the Service:ServieBase class
gets constructed),
LinqToSql Paging problem (bug?) with Skip and Take21 Apr 2008 22:07 GMT8
I encountered a problem with a query of the following form:
var q2 = from p in Persons.OfType<Cust>
 where p.AccountID == accid
 where !(from x in PersonDistLocationMatch
open a connection to the pool21 Apr 2008 21:48 GMT2
How does this connection pool function actually ?
As I have been told is that when the connection is returned to the pool
the connection to the database is still open. What you do is that you just
return a still open connection to the pool.
Lambda expression in dlinq attribute21 Apr 2008 21:34 GMT6
I need to use lambda expressions or other way to
specify default query for dlinq entity type.
Code below causes compile error shown in comment.
How to fix ?
Determine if Assembly Is Loaded21 Apr 2008 21:11 GMT1
Is there an easier way to determine if a specific assembly is loaded into
the current AppDomain?
I'm thinking that there has to be a way to do it without looping through all
currently loaded assemblies, yet I couldn't find how to do it without
A simple question about DataSet21 Apr 2008 21:06 GMT1
A DataSet is using XML to represent data that is stored locally.
I just wonder how can I look at these XML data that describe the DataSet?
//Tony
Regex: How to find a "<" less than Symbol21 Apr 2008 20:06 GMT3
since < has a meaning in c# for regular expressions and \< says it's
an unrecognized escape sequence, I'm pretty lost parsing html tags
without replacing them first with another character or string.
Does anyone have a hint for me on how to get c# Regex class to find
Extension Methods - first parameter ?21 Apr 2008 20:06 GMT2
Hi, just learning extension methods and the first parameter confuses
me.  I understand using the this keyword to indicate the class we wish
to extend, but is the first parameter also used to catch something
passed ?  Or is is it just to specify the class we wish to extend?
customized propertygrid21 Apr 2008 19:29 GMT8
I thought I could use the property grid to nicly
edit some of my data, however it seems to require each field to be a
property,
wich I didnt realise was implied in the name of it lol.
Regex Question21 Apr 2008 18:36 GMT1
I am coming back to a project and I dont remember what the following
Regex says
I do know it removes all \r\n from the string, but I dont see how.
Can someone explain this one?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.