| Thread | Last Post | Replies |
|
| Parsing to DateTime | 21 Jan 2008 09:30 GMT | 1 |
I have timestamps in this format: 21-01-08 08:09:53:4118488 I want to convert these into DateTime. I can't make DateTime.Parse() behave. Help!
|
| Access to file | 21 Jan 2008 08:29 GMT | 5 |
I have the following situation: -> app1 writes data to a file -> app2 (a service) is notified when the file is changed using the FileSystemWatcher
|
| Reminder System, like Google Calendar | 21 Jan 2008 04:43 GMT | 2 |
I am considering ways to have a web based reminder system that takes a Date and Time and sends emails according to reminder flags in a database. I know how to do all aspects other than the ability to send reminders at specific points throughout the day without user
|
| Dynamic LINQ ITable | 21 Jan 2008 03:24 GMT | 3 |
Problem: We enable our clients to create custom fields they wish to collect. We want to use Dynamic LINQ to query this table (Just one). My initial post and suggestion(s) are here: http://shrinkster.com/tzp So I have a class called "ClientTable". All tables have some common fields ...
|
| Looking for a collection that uses hard disk as storage | 21 Jan 2008 01:18 GMT | 19 |
Anybody knows of any collection where is not stored in memory but using hard disk instead? Thanks
|
| Attributes on interface property not enforced on concrete class | 20 Jan 2008 19:51 GMT | 12 |
I added a property to an interface like this: <code> public interface ISimpleAddress {
|
| Buy Cheap Jeans Hoodies T-shirts Jacket on (www.shoessuperstar.com) | 20 Jan 2008 19:21 GMT | 1 |
Online Shopping Hello http://www.shoessuperstar.com/ Founded in 1998, Shoessuperstar Co., Ltd. has become a professional
|
| General question to other developers... | 20 Jan 2008 18:48 GMT | 44 |
I've been writing in C# for about 4 years now, coming from VB.net and VB6 before that, in which I know I'm not alone. I found learning C#, at least to the extent that I use it in developing database front- ends, to be rather painless. The language and VS ide seemed
|
| Webconfig settings & aspnet_regsql.exe | 20 Jan 2008 18:17 GMT | 2 |
I am using VS 2005 and SQLSERVER 2005. I had run the aspnet_regsql.exe, to use a different db from ASPNET.MDF. I have done that without any problem. I am setting up ASP.NET Configurations. After clicking Web Site -> ASP.NET Configuration -> Security, I get the error msg:
|
| SMS-Texting? | 20 Jan 2008 18:13 GMT | 5 |
Where do I learn to send SMS-Texting messages? What kind of solutions do we have as C# developers using Microsoft? There is so much "mobile" this and that at MSDN I don't know where to start with the latest.
|
| Linq, Datagridviews and Bindingsources | 20 Jan 2008 16:35 GMT | 2 |
I am trying to get to know LINQ in combination with a bindingsource and a datagridview. In the framework we have at work we have created a usercontrol to do filtering via textboxes on a datagridview. Therefore we databind through
|
| Hashtable Question | 20 Jan 2008 16:02 GMT | 2 |
I'm learning C# from a C/C++ background, and I came across an odd problem. I have a hashtable that holds a string and a struct like so: private Hashtable MyTable = new Hashtable();
|
| XML - compare | 20 Jan 2008 14:39 GMT | 5 |
I have two XmlDocument object. In fact this is one xml, but one is from internet, other from data base. I would like to compare this xml’s. I would like to check if this two xml’s in fact is the same.
|
| XML - xmlns | 20 Jan 2008 12:45 GMT | 3 |
I have XmlDocument object. -how to get information, if the XmlObject have default schema (xmlns=”something” in main node) ? -how to get default schema (as a string or other object) ?
|
| xmlserializer and value/reference types | 20 Jan 2008 12:11 GMT | 3 |
Following a suggestion in this newsgroup, I have used xmlserializer to construct a save file. It works extremely well, and reduced a task that I though would take a couple of days to less than an hour, learning time included.
|