Click here to Skip to main content
15,887,320 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: AVI library? Pin
erossetto2-Oct-04 18:43
erossetto2-Oct-04 18:43 
GeneralOutlook style datagrid Pin
cocotech28-Sep-04 9:40
cocotech28-Sep-04 9:40 
GeneralRe: Outlook style datagrid Pin
Al Gardner11-Oct-04 11:58
Al Gardner11-Oct-04 11:58 
GeneralIL Runtime Conformance Testing Pin
Joel_Rivendell28-Sep-04 0:33
Joel_Rivendell28-Sep-04 0:33 
GeneralRe: IL Runtime Conformance Testing Pin
leppie28-Sep-04 0:50
leppie28-Sep-04 0:50 
GeneralDataGrid refresh issue Pin
shvartsy27-Sep-04 21:43
shvartsy27-Sep-04 21:43 
GeneralButton Control stoped working after installation of ASP.NET Framework 1.1 SP 1 Pin
Member 20320427-Sep-04 21:28
Member 20320427-Sep-04 21:28 
Questionis it timeout? Pin
zhebincong27-Sep-04 15:41
zhebincong27-Sep-04 15:41 
AnswerRe: is it timeout? Pin
zhebincong28-Sep-04 19:29
zhebincong28-Sep-04 19:29 
GeneralField updation in word document Pin
Anonymous27-Sep-04 11:01
Anonymous27-Sep-04 11:01 
GeneralTCP/IP Connection (over GPRS) - XDA and Desktop Pin
Viv K27-Sep-04 9:02
Viv K27-Sep-04 9:02 
GeneralWeekdays in the a custom language. Pin
Mattias Olgerfelt27-Sep-04 6:10
Mattias Olgerfelt27-Sep-04 6:10 
Generaldebugging VSIP package Pin
conman11027-Sep-04 2:55
conman11027-Sep-04 2:55 
GeneralIs this a bug in .NET Framework Pin
Volvere27-Sep-04 2:48
Volvere27-Sep-04 2:48 
GeneralProgress Bar that moves Pin
sampoo26-Sep-04 8:46
sampoo26-Sep-04 8:46 
GeneralRe: Progress Bar that moves Pin
kayhustle29-Sep-04 6:06
kayhustle29-Sep-04 6:06 
GeneralRe: Progress Bar that moves Pin
sampoo29-Sep-04 7:18
sampoo29-Sep-04 7:18 
GeneralWMI Listing running DLL's Pin
JDOnline25-Sep-04 22:57
JDOnline25-Sep-04 22:57 
GeneralRe: WMI Listing running DLL's Pin
bort19831-Oct-09 17:50
bort19831-Oct-09 17:50 
GeneralDatabase independent programming? (OLEDB or ODBC data Adaptor) Pin
Salil Khedkar23-Sep-04 21:33
Salil Khedkar23-Sep-04 21:33 
GeneralRe: Database independent programming? (OLEDB or ODBC data Adaptor) Pin
Colin Angus Mackay24-Sep-04 2:56
Colin Angus Mackay24-Sep-04 2:56 
GeneralRe: Database independent programming? (OLEDB or ODBC data Adaptor) Pin
Salil Khedkar27-Sep-04 23:40
Salil Khedkar27-Sep-04 23:40 
GeneralDo customers trust Web Services? (It runs on top of IIS, right?) Pin
Salil Khedkar23-Sep-04 21:19
Salil Khedkar23-Sep-04 21:19 
GeneralRe: Do customers trust Web Services? (It runs on top of IIS, right?) Pin
Daniel Turini23-Sep-04 22:09
Daniel Turini23-Sep-04 22:09 
No customer has ever asked me this, but I would answer:
1. What's the alternative? I mean, you have a business need to publish the functionality of some component over the Internet, right? So, if not a Web Service, what would you use? COM+? No, this needs a trusted domain. A custom-made socket? Come on, what makes you think you'll ever code something better than IIS?
2. Web Services (WS) can run on top of any Web Server. WS is just a protocol for receiving/delivering XML over HTTP. It's platform agnostic. If you want, deploy a WS running on Apache or your favorite web server. There's even a module for Apache that allows you to run ASP.NET on it.
3. Your fear is only valid if you don't have a corporate web site. If so, you're already at risk.
4. You're putting a business component on the Internet. You better not trust anyone. You'll be open to attacks. That's a fact. If you have a trusted party and do not want to have all the Internet hassle, choose, e.g., a VPN and use your web server only internally.


Yes, even I am blogging now!
GeneralRe: Do customers trust Web Services? (It runs on top of IIS, right?) Pin
Salil Khedkar24-Sep-04 3:11
Salil Khedkar24-Sep-04 3:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.