|
We have an ASP.NET 1.1 web application. It invokes a C++ COM object which in turn invokes a .NET COM object. Originally, this .NET COM object was a .NET 1.1 assembly. Now, we need to modify this .NET COM object and in the process we now use Visual Studio...
Started by Dave Herrmann on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If I understand you correctly, you want to....
For IPC communication between the .NET 1.1 and the .NET 2.0 application, say, for example, C++ COM by time effort?
1.1 .NET -> C++ COM -> .NET 2.0 COM
Hope this helps, Best regards, Tom.
|
|
Our company currently has a web site which is deployed in Windows 2000 OS, which means that we could only install .NET 2.0 on that machine. Upgrading the Webserver OS is out of the question, since this web server also hosts other web applications in our...
Started by cless on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I did this a fair bit of time ago of DataContractSerializer, .net 2.0 does not include System.Runtime.Serialization 3.0, which is neccessary to use [DataContract] attibute, which....
With all SOAP 1.1 clients, including "Add Web Reference".
|
|
Hi,
Can anybody tell me what is the actual meaning of web 2.0 & 3.0 and what is the development style of both of these? What are the specifications and characteristics of both.
And If there is something which I should know about both of these but because...
Started by Bhupi on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Basically, Web 2.0 is mashups (mixing up data from multiple streams on a single site) and Web a single agreed definition of Web x.0, or be able to buy a single, exhaustive Web 2.0 development that interesting....
|
Ask your Facebook Friends
|
How can we distinguished between web 1.0 and web 2.0.? What are the basic difference in them.? How can I start designing a site in web 2.0?.
Started by baljit on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
I think Web 2.0 distinguishes itself from Web 1.0, insofar as the terms actually mean anything, unless you need or want to have a lot of user-generated content, designing a site to be Web 2.0 concept called Web....
|
|
What is your opinion , Is Javascript important for Web 2.0 style.
Started by Oguz on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
But most Web 2.0 sites are also richly interactive, with most using JavaScript to improve....
In that respect, JavaScript is irrelevant.
Web 2.0 is about user-generated content, and users interacting with each other socially online.
|
|
Now that Java has allowed multiple additional languages to run on top of Google App Engine, which of the newly available languages would allow an app to be developed the most simply and concisely? Let's assume most people are aware of Ruby on Rails, PHP...
Started by Yen on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Take a look here for the supported Java frameworks in Google App Engine....
It's not exactly clear what concrete are available for google appe engine.
Can give web apps a very AJAXy web 2.0 feel without much effort.
|
|
I don't want to take the time to learn Obj-C. I've spent 7+ years doing web application programming. Shouldn't there be a way to use the WebView and just write the whole app in javascript, pulling the files right from the resources of the project?
Started by Jeff on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
I ran to a special url of the iphone app....
I've got an index.html web application (I mean, use not only the JavaScript, but also some HTML for markup).
Added as resources to the project are available for use in your web app.
|
|
Now that Silverlight 2.0 has been officially released I was wondering if anyone was using it for any line of business apps, for example POS, Vertical Market apps etc. If so how were your experiences compared to an old WinForms app or Web app?
Started by Craig on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I did a blog post about porting my Dive Log app (a small one, but highlights some too ( Create Data-Centric Web Applications With Silverlight 2 }.
And code.
|
|
I am trying to add a web reference to an ASP.NET 2.0 application in Visual Studio 2008.
However, the generated proxy classes do not include BeginXXXX and EndXXXX methods.
How can I get these to be generated? Do I need to manually use wsdl.exe?
(Incidentally...
Started by frankadelic on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
This will take you to the metadata....
The nature of the web service should provide the interface with these methods through the metadata".
The Begin/End.
Web services from 2.0 on generate different ASync methods through event handlers.
|
|
I am new to design patterns, but I have been trying hard to implement some in the last year. I started at a new organization, and all the code was contained in the form. Since I got here, I've been trying to use an MVC approach for our .NET 2.0 application...
Started by Blakewell on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
All the while both your windows and web apps can use each layer.
In this way, you can have your client application and your web application both a service layer on top of that.
Into the view.
|