| Generating Documentation of Code, functions (4 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi All, Is there something similar to JavaDocs in the .NET world? If so, how do I generate the documentation? TIA Roshan |
|
| And once again WebServices (5 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi folks Once again I need your smart brian to get the confusion in my head cleaned up.... If I call a webservice then the following happens (correct me please if I am not correct): ASP.NET page gets compiled to IL IL gets just in time compiled Object gets created Method invoked Now my question is: 1) The Webservice object, does it gets created for every request or is it shared (So if I am writtin... |
|
| Exposing Existing Code as a Web Service Using SQL Server 2000 (3 replies, VIP) |
| microsoft.public.dotnet.distributed_apps |
| The download link for this particular code sample show an empty page, when I try to click on the 'download code' link. Can you please do something, I really want to take a look at this particular demo. Thanks guys, and keep up the great work. |
|
| Distributed apps with MTS (9 replies, VIP) |
| microsoft.public.dotnet.distributed_apps |
| What about Microsoft transaction server ,will it be still there in the vs.net or not , if not what will be the replacement Thanks |
|
| releasing COM objects from web service (C#) (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hello! How can I release the COM object written in C (ATL) from web service (C#)? Thank u! Irena |
|
| object pooling, maybe (6 replies) |
| microsoft.public.dotnet.distributed_apps |
| Is it possible for multiple clients to execute, simultaneously, function calls on an object to which they all hold references, when the object is already instantiated and in memory on a server? Example: Client A and client B hold references to object Y. Clients A and B execute a method of object Y at the same time. Are the calls processed simultaneously or sequentially by object Y? Could anyone pl... |
|
| Guaranteed Execution (2 replies, VIP) |
| microsoft.public.dotnet.distributed_apps |
| Hello, I am new to the .NET development. So far I havent done any programming, nor have I installed it. Waiting for the release version. I do have a question that relates to a problem in RDS with VS6. I was hoping there was a way around this in .NET. Currently I call business objects to write a disconnected recordset to the database and return some important data. I have been having the problem wi... |
|
| .Net remoting : How can I let inface to class work? (2 replies, VIP) |
| microsoft.public.dotnet.distributed_apps |
| I have a remoting class (type : single call) which passes information back to client. The returned information is of class type, Class R. If I define [Serializable] class R {} and both client and server reference the library assembly, it is fine. But if I define a interface to that class first, let's say public interface IR { } which will host in IR.dll. I build another library R.dll which will re... |
|
| HTML Embedded .NET UserControls for IE (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| I heard from some source that it is possible to embed .NET UserControls in HTML for the IE as it was possible with ActiveX Controls. It should be possible by embed an assembly witch contains a UserControls derived Controls in a HTML page with the following tag: OBJECT classid "MyAssembly.dll#MyNamespace.MyType" height 50 width 100% /OBJECT I tryed this, but my sample does not work. Is there anythi... |
|
| Confusion with COM+ and .NET. Please help with explanation (7 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi guys I am experiencing a bit of confusion at the moment about all the article about .NET and COM components. As far as I know .NET is a new infrastructure basing on windows. .NET apps gets exeucted by a Host that is used to kick off the whole game and then the execution gets done inside the CLR. Now I hear all the time about problem of integrating COM and .NET. Please clearify the following: 1)... |
|
| Dataset + dataadapters (3 replies, VIP) |
| microsoft.public.dotnet.distributed_apps |
| Does anyone have a good, simple example (or have ms published one for Beta 2) on the use of Datasets / DataAdapters (Sql or OLEDB). i have been looking into them and my impression is that there is a hell of a lot to get your head around without any examples ! but it looks good, dunno what you guys think ? |
|
| .Net components specification (3 replies, VIP) |
| microsoft.public.dotnet.distributed_apps |
| Hello! I remember good specification of good old COM. Is it nowadays possible to find a (free) specification(pdf/doc) of .Net component technology somewhere on the Web? Of course, without tons of marketing crap. Just plain facts, stats and detailed explainations about .Net components. Any links? Thank you. |
|
| Exposing methods which involve ADO Records (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi, I'm new to the CLR/webservices world, I have quite a good experience with the COM Techies but finding diffucult to start off with .net world, i have a few questions, i would appricicate any kind of infomration 1. Is there any easy way of publishing my components and their methods as a web service ? 2. Can i still use ADO RecordSet as a parameter in method calls? 3. if i can, where does another... |
|
| Content Management System with .NET and XML (3 replies, VIP) |
| microsoft.public.dotnet.distributed_apps |
| Hi, I don't know if this is the right group to ask, but i'm trying..... we want to develop a content management system for text, graphics, streaming multimedia..... I'm wondering what's the best way to store all the information in XML. For as far as I can see, I see two options: *) store XML files directly on the filesystem and use Index Server to query them. For multimedia files, store metadat in... |
|
| How .NET components will work with COM+/MTS ?? (3 replies) |
| microsoft.public.dotnet.distributed_apps |
| To all, As per say, .NET components doesnt use registry and it stores all its metadata within an assembly.. but then how those components will work under MTS/COM because these tools itself uses registry to locate the component...? Plz answer me on this issue in detail... Badal |
|
| How to use dotNet remoting and COM+ role base security together. (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi, I have a business tier object that runs on a delicated server, and allow clients to make method calls on it via remoting (TcpChannel). I would like to run the business tier object under COM , so I could use role based security and object pooling services. I currently are able to create a dotNet object that accepts method via remoting, and another dotNet object that runs under COM using role ba... |
|
| some issues in multicast delegate (4 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hello, When I found multicate delegate in .net's c#, I was very excited about it, it seems to have generic observation pattern implementation. But there are some big drawback when I did some benchmark. 1. performance really sucks, it is dragfully slow when you have big observation list. list size time via multicastdelegate time via my own 10,000 3,968 ms less than 1 ms 20,000 28,656 ms less than 1... |
|
| How do I in c#... (2 replies, VIP) |
| microsoft.public.dotnet.distributed_apps |
| The following are some "how do I in C#" questions that I was hoping someone out the might be able to answer. Code Snippet or directing me to the api (eg System.win32) packages 1. How do I control the win32 desktop and applications (Internet explorer, MS Word, Excel, Access and any third party etc) programmatically form c#. That is, I need to enabled, hide, disable desktop functionality, for exampl... |
|
| Event, Callbacks or Connection Points using .NET (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi How can I be notifed of an event on a remote machine? I know I can connect to a remote machine using a WebService but once connected, is there a way the remove machine can notify me without me having to poll it. Using DCOM I would have implemented connection points. Is this available in .NET? I can not user a Web Service to connect back to the client unless the client is running IIS. TIA, See a... |
|
| Serialization: ISerailizable or IFormatter or (3 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi All, I would like to understand the difference between ISerailizable or IFormatter or [Serializable]. If I need to create a class that can be serialized should i implement ISerializable or IFormatter or do I just put [Serializable] in the code? TIA |
|
| TcpClient hangs on HTTP GET? (7 replies) |
| microsoft.public.dotnet.distributed_apps |
| The code below hangs inside the DataAvailable wait loop. Any ideas why? using System; using System.Net.Sockets; using System.Text; using System.Threading; class Test { public static void Main(string[] Args) { Console.WriteLine(HttpGet("www.microsoft.com", 80, "/")); } public static String HttpGet(String host, int port, String page) { Console.WriteLine("REQUEST"); TcpClient client new TcpClient(hos... |
|
| a few more socket questions (2 replies, VIP) |
| microsoft.public.dotnet.distributed_apps |
| I need to establish a socket which can send and receive data (hopefully asynchronously). Do I need two sockets to do this (one to send and one to receive) or is one enough? What is the main difference between the tcp and Icmp protocals? What is Icmp? And finally how do you specify a port to connect to (part of the host address)? For example, how would I connect to say something like 209.223.14.8 1... |
|
| callback in remoting. (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| I created a server app & client app, so that multi clients can connect to server and register their object proxy in server. Then server can distribute response back in async. way. it can do either http or tcp (of course, tcp is much faster than http). But the overhead is very high, it is 2 ms/call, versus 0.5 ms/call in standard rpc (in the same testing machine). I tried to find any information re... |
|
| Creating a default exception handler in a component (4 replies, VIP) |
| microsoft.public.dotnet.distributed_apps |
| Does anyone know if it is possible to create a default exception handler for a component? I have created a business facade with many different interfaces and want to catch (and rewrap) unhandled exceptions before they cross the boundary to the UI. I have seen examples which uses: Thread.GetDomain().UnhandledException new UnhandledExceptionEventHandler(HandleUnhandled); but these are always in the ... |
|
| Microsoft.web.UI.webcontrols.treeview (2 replies, VIP) |
| microsoft.public.dotnet.distributed_apps |
| The webcontrol for treeview is really neat and easy to use. However it doesn't work too well within frames. I have a navigation frame and a main frame. The Navigation frame contains the tree that I built using TreeView controls. Upon clicking onto any link in the tree, it will open up the pages in main frame. The page opening works fine, however, the highlighting of the selected the link and the o... |
|