| Thread | Last Post | Replies |
|
| try..catch catch the error only running inside of VS.NET | 11 Mar 2008 16:35 GMT | 2 |
VS 2008 target .NET 3.5, release mode. One windows form application project with 2 forms: First form with a button with the next code: try
|
| Linq DataContext Designer:Association to a derived class? | 11 Mar 2008 16:30 GMT | 4 |
Most of the Linq discussion seems to occurr here, there's no Linq specific discussion area and I didn't get any responses from the IDE area. Hopefully there's a knowledgeable person here. The following would be my example classes being created in the DataContext
|
| web development | 11 Mar 2008 15:38 GMT | 3 |
developing a website just like www.alibaba.com. can any one please help me out and explain what are the essential requirements? where do i start? what are the platform requirements? very important. what are the platform requirements for ensuring safety? starting from
|
| Which framework to use for c#? | 11 Mar 2008 14:34 GMT | 4 |
Which framework or set of technologies would you use to build an enterprise bookkeeping application? Application must use business objects, UI will be developed as a client application using Windows Forms and WPF, and later a web UI will be added.
|
| .net c# console glitch | 11 Mar 2008 12:54 GMT | 8 |
dear sir/madam, AS I START TO DEBUG ANY PROGRAM IN C# CONSOLE, PC GETS RESTART. PLZ HELP ME OUT. Thanks in Advance.
|
| Is asp.net 3.5 in release stage? what about vs.net 2008? | 11 Mar 2008 10:35 GMT | 4 |
I am a little confused as to all these new technologies or addons the asp.net team is pumping out. 1. is asp.net 3.5 production ready? 2. is vs.net 2008 being sold? (i downloaded the trial today)
|
| Linq across oracle, access? | 11 Mar 2008 10:29 GMT | 7 |
Is linq just for Sql Server or can you use if for Oracle, Access etc
|
| I need an insight into 'Static' | 11 Mar 2008 10:18 GMT | 3 |
I am trying to understand why this works ... using (Process ProcRegEdit = Process .Start("REGEDIT.EXE", "/s C:\\Ajay\\VS2005\\C#\\REGISTRY\\ajay.reg")) {
|
| Regex question | 11 Mar 2008 09:39 GMT | 2 |
I have the following regex: (?:(?<Title>.+)??(?<Remix>(?:\([^\)]+\)|\[[^\]]+\]))|(?<Title>.+)) This matches title
|
| newbie on multiple threading | 11 Mar 2008 09:04 GMT | 2 |
I have a WinForm application, when the Form load, I would like to create 2 worker threads that will load data from different SQL tables and populate 2 ListBoxes on the form. Here is what I wantto do: change the cursor to hourglass when the first
|
| VS2003 - VS2005 | 11 Mar 2008 08:39 GMT | 7 |
I wrote a C# Windows app using VS2003 to read selected text files and write the data to 3 tables in an Access database. After "upgrading" to VS2005, I tried to add a feature and rebuild - what a can of worms. At this point, the solution builds and runs, but if I open or restore ...
|
| DbConnection, DbDataReader and DbCommand | 11 Mar 2008 03:10 GMT | 2 |
I have a datasource and I want to connect to it like ADO.Net and build my own DbConnection and stuff. But I don't want to build my own SQL-parser. Does someone have a good idea to use SQL and implement it with my own DataReader? Or are there some good tutorials to build your own ...
|
| Making Definitions | 11 Mar 2008 02:16 GMT | 15 |
I am trying to make a definition like FormView.Insert. I have figured out how to make an eNum, but they seem to be attached to a subclass in VS2005. I have a class that displays three images of three size and I am hoping to make an ImageSize.Small, ImageSize.Medium, ImageSize ...
|
| DateTime wrapper serialization | 11 Mar 2008 02:00 GMT | 1 |
I am trying to figure out how DateTime handles its serialization. I can see it derives from ISerialization. I am basically trying to wrap a DateTime in another struct and have it serialize like DateTime does. i can't seem to get past the "XMLAttribute/XMLText can't be used on ...
|
| Wanted: minimal Northwind LINQ example | 11 Mar 2008 00:52 GMT | 6 |
I'm trying to follow Luca Bolognese's example from http://www.microsoft.com/emea/msdn/spotlight/sessionh.aspx?videoid=716 but the following code works for him but not me. VS2008 says there is no System.Data.Linq!
|