| Thread | Last Post | Replies |
|
| LINQ to SQL vs. Stored Procedures (Performance) | 19 Mar 2008 17:35 GMT | 6 |
Hi. I have a performance-related question about LINQ to SQL. If I have a Stored Procedure and a LINQ to SQL command, both which perform the same function (ie - SELECT, INSERT, etc), is the Stored Procedure innately more efficient than the LINQ to SQL command?
|
| Switching on Enum Problem | 19 Mar 2008 15:53 GMT | 3 |
Using .NET 3.5. This does not work, how can I make it switch correctly? Thanks. [Flags]
|
| VISTA upgrade from home to business edition | 19 Mar 2008 14:02 GMT | 1 |
How do I find and complete and upgrade from Vista home to Business Edtion? alobeck@bradmark.com 1-713-621-9346
|
| Sign xml with smartcard | 19 Mar 2008 08:07 GMT | 1 |
I'm trying to use a smartcard to sign a xml document... //xDoc is my xml to sign SignedXml sXml = new SignedXml(xDoc); //cert is a X509Certificate2 from my smartcard.
|
| Implementing the Factory pattern | 19 Mar 2008 03:32 GMT | 5 |
I don't know if it is a FAQ, but I am reading about the Factory pattern on MSDN. I understand the concepts and the structure of the files involved. But when it comes to .NET, how do I implement this pattern? In order to achieve real abstraction do I need to create separate ...
|
| NET Regular Exp patterns work in VB6? | 19 Mar 2008 00:15 GMT | 2 |
Hi, Will .NET Regular Exp patterns work in VB6? ex: reg exp pattern for email in .net \w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)* Will this work if i use it in vb6? Anybody has idea about it. Please comment on this. Thanks, Thiru.S
|
| File reading and possible overflow | 18 Mar 2008 19:51 GMT | 2 |
I'm trying to read an entire file into memory. I've read various articles suggesting how. Regardless of the approach (File.ReadAllBytes(), FileStream.Read(), etc.), it appears that the data is read into a byte array. However, a file's length is of "long" data type and a byte ...
|
| Framework Registers/Stack restoration on exceptions | 18 Mar 2008 19:13 GMT | 4 |
What does the framework for stack/registers restoration when an exception is thrown ? Is there any way to act on the stack before/after framework does it's stack restoration ?
|
| Repost - MVP Needed Please - MailMessage and Authentication | 18 Mar 2008 16:48 GMT | 6 |
I am seeing some truly odd behavior when trying to authenticate against an SMTP server using the System.Net.MailMessage object to send email. In a nutshell, the SMTPClient object is sending this double CRLF pattern before receiving the responses to previous commands, and then ...
|
| some computer langauages | 18 Mar 2008 16:30 GMT | 1 |
http://computer-language-tutorials.blogspot.com http://comp-languages.blogspot.com / for adsense
|
| C:WINDOWS\system32\cmd.exe | 18 Mar 2008 04:54 GMT | 1 |
tHi guys, I have a black box continously flashing on and off the screen freezing everything error message reads
|
| Is Sub Finalize Implicity Created on Classes? | 18 Mar 2008 03:20 GMT | 8 |
Hi. Is Sub Finalize Implicity created at run-time by the CLR, even if you (the programmer) don't explicity create a Sub Finalize method on the class? Thanks
|
| Is it a Copy or the acutal Object | 17 Mar 2008 21:49 GMT | 9 |
I'm uncertain about what Function A (below) receives from Function B, a copy of the dataset or the actual dataset object: Function FunctrionA () As Dataset Dim ds as dataset = FunctionB()
|
| How to show a ABOUT Form???????? | 17 Mar 2008 20:14 GMT | 3 |
How to show a ABOUT Form???????? Hello Everyone: I use C# want to Create a Project. In my project. there are two forms. One is main form, and another is a about form. In the about
|
| () in attribute declaration | 17 Mar 2008 15:40 GMT | 3 |
I have seen attributes, specifically Serializable declared in 2 ways and was wondering if anyone had any insight on the differance if there is any. These 2 ways are [Serializable] and [Serializable()]. Does the addition of the parenthesis do anything? Is this calling a ...
|