| Thread | Last Post | Replies |
|
| A question about reflection and custom attribute | 13 Aug 2006 00:17 GMT | 1 |
Do you think it's possible to add a custom attribute to a method at runtime ? if yes, how ? I can't find a way to implement it. Thanks.
|
| How to unescape HTML string? | 12 Aug 2006 20:40 GMT | 1 |
I have a simple question, is there an easy way in .NET to unescape HTML characters? for example I have a string "Siebel Analytics Sr Consultant-"Partner w/ Deloitte & have
|
| How to maintain user.config settings when upgrading? | 12 Aug 2006 18:37 GMT | 3 |
I have a basic question about managing user.config settings: In my C# app, I save the user's preferences to the config file. But each time I release a new build of the app, something in .NET creates a new folder (named for the build number) in Documents And Settings. The
|
| FileShare parameter in filestream creation | 12 Aug 2006 16:42 GMT | 7 |
Can anyone explain the differences between FileShare.None and FileShare.ReadWrite in filestreams using C#.NET windows application? Thanks, Murali.
|
| Atomic transactoions vs Compensation | 12 Aug 2006 10:46 GMT | 1 |
If we cannot implement atomic transactions we need to implement compensating methods and processes ?? Why?? Does compensating here mean simple error handling and a manual mechanism to roll back the state of a process?? I read abt compensation in BizTalk, is it simialr ??
|
| Layer boundary?? | 12 Aug 2006 03:31 GMT | 1 |
We know that there are layers in our application design (presentstion, business & data) but what exactly is a layer boundary??
 Signature Regards
|
| DataGridView Programmatic Sort | 11 Aug 2006 15:43 GMT | 1 |
The facts : 1) I've got a forms application that has a datagridview. 2) The datagridview is bound at runtime to a datatable object. The problem :
|
| Event not firing | 11 Aug 2006 15:14 GMT | 5 |
I've got the following code for a datagridview : private void grdMain_MouseDown(object sender, System.Windows.Forms.MouseEventArgs e) {
|
| Using TCP/IP KeepAlive in C# | 11 Aug 2006 08:15 GMT | 6 |
I have been trying to make NetSocket.SetSocketOption work for TCP/IP KeepAlive I have tried the following code public virtual void SetKeepAlive (ulong keepalive_time, ulong keepalive_interval) {
|
| Can you verify AppDomain when assemly loads? | 11 Aug 2006 07:56 GMT | 9 |
I was wondering if there any security mechanisms in the framework which enables me to identify the appdomain which my dll is being loaded into? For ex. if I want to make sure that the appdomain was created by a program from our company.
|
| unable to start debugging on the web server, access denied | 11 Aug 2006 07:30 GMT | 3 |
I've just installed visual studio.net 2003 and get access denied when I try to debug my vb.net project. I've read all the mdsn articles and serched google about how to configure the browser and corrupted web.config file and all that. I'm logged in as administrator. This is a ...
|
| Showing the private key stored in a pfx file | 11 Aug 2006 02:53 GMT | 18 |
I already asked the following question in microsoft.public.dotnet.security but I found out that that group isn't an MSDN Managed Newsgroup. I show the public and private key stored in a pfx file. The public key is the same every time I run the program, but the private key isn't.
|
| How to use the AppDomainSetup.SetConfigurationBytes | 11 Aug 2006 01:19 GMT | 1 |
I wrote a unit test for load an App.Config file from a string: public const string Config = "<configurationx>" + " <appSettings>" +
|
| Creating a video manipulation program with .NET? | 10 Aug 2006 21:31 GMT | 2 |
I want to create a little video manipulation app. in .NET. It has to load/play/save video and do some basic image manipulation. I want to avoid commercial (ie. not free) libraries. Does anyone have links to information to get me started? I'm very familiar with .NET/C# but ...
|
| Code documentation practices | 10 Aug 2006 20:59 GMT | 2 |
Our company is growing rapidly and I have been hiring people to help me out with our ASP.NET development. I like to put in place some code documentation standards. I've been reading a little on what is required for documentating and it breaks down into two parts.
|