Skip to content

Magenaut

  • Home
  • Topics
    • Notes
    • Tutorial
    • Bug fixing
    • Extension
    • Server
  • Q&A
  • Privacy Policy
  • About

wcf

What is the best way to download file from server

September 3, 2022 by Magenaut

I have interesting task which requires me to download a dynamically generated file from a server (ASP.NET) to the client. On the client side it is just JavaScript (jQuery) and the client is able to generate a lot of parameters to customize how the data is exported.

Categories ASP.NET, Q&A Tags asp.net, javascript, wcf Leave a comment

Making a WCF Web Service work with GET requests

September 3, 2022 by Magenaut

Background
I have created ASMX web services in the past and have been able to access the service from the web browser and Ajax GET requests using the address convention:
MyService.asmx/MyMethod?Param=xxx

Categories ASP.NET, Q&A Tags asp.net, rest, wcf, web-services Leave a comment

WCF on IIS8; *.svc handler mapping doesn’t work

September 2, 2022 by Magenaut

I’m trying to get a WCF service running in IIS8 on Windows Server 2012 build 8400.

Categories ASP.NET, Q&A Tags asp.net, iis-8, iis-8.5, wcf Leave a comment

Understanding WCF Windows Authentication

September 2, 2022 by Magenaut

I have a service with windows authentication. Using the following code, I can get the Windows Identity of the user who (by using the client) consumes the service.

Categories ASP.NET, Q&A Tags .net, asp.net, c#, wcf, windows-authentication Leave a comment

how to generate a unique token which expires after 24 hours?

September 2, 2022 by Magenaut

I have a WCF Webservice which checks if the user is valid.

Categories ASP.NET, Q&A Tags asp.net, authentication, c#, token, wcf Leave a comment

Wcf-The maximum message size quota for incoming messages (65536) has been exceeded?

September 2, 2022 by Magenaut

The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element.

Categories ASP.NET, Q&A Tags asp.net, wcf Leave a comment

Pattern for calling WCF service using async/await

September 2, 2022 by Magenaut

I generated a proxy with task-based operations.

Categories ASP.NET, Q&A Tags .net, asp.net, async-await, c#, wcf Leave a comment

Make ASP.NET WCF convert dictionary to JSON, omitting “Key” & “Value” tags

September 2, 2022 by Magenaut

Here’s my dilemma. I’m using a RESTful ASP.NET service, trying to get a function to return a JSON string in this format:

Categories ASP.NET, Q&A Tags asp.net, c#, json, rest, wcf Leave a comment

How can I pass a username/password in the header to a SOAP WCF Service

September 2, 2022 by Magenaut

I’m trying to consume a third-party web service
https://staging.identitymanagement.lexisnexis.com/identity-proofing/services/identityProofingServiceWS/v2?wsdl

Categories ASP.NET, Q&A Tags asp.net, c#, soap, wcf, web-services Leave a comment

HTTP-Push (Comet/Reverse Ajax)using Silverlight to Javascript bridge?

September 2, 2022 by Magenaut

Is it a good idea to use PollingDuplexHttpBinding with Silverlight in conjunction with the function RegisterScriptableObject to achieve Comet-style javascript functionality?
(see tutorial)

Categories ASP.NET, Q&A Tags asp.net, comet, javascript, pollingduplexhttpbinding, wcf Leave a comment
Older posts
Newer posts
← Previous Page1 Page2 Page3 … Page10 Next →
  1. michealSmith07 on Is there a way to dynamically refresh the less command?August 21, 2022

    That is a very nice post. I like this post.

  2. anonymous on Fix libwacom9 dependency issue when upgrade DebianJune 27, 2022

    saved my day!! Thanks for the help…

  3. sreedhar on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    Thanks its working

  4. saintnick on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    remove libwacom2 worked for me as well

  5. ranafoul on Fix libwacom9 dependency issue when upgrade DebianApril 22, 2022

    apt remove libwacom2 helped on kali 2022.01. gr8

.net ajax asp.net asp.net-core asp.net-mvc asp.net-mvc-3 asp.net-mvc-4 asp.net-web-api bash c# command-line css custom-post-types custom-taxonomy dataframe dictionary django entity-framework functions gridview html iis javascript jquery json linux list matplotlib numpy pandas php plugin-development plugins posts python python-2.7 python-3.x security shell shell-script sql string vb.net webforms wp-query

© 2026 Magenaut • Built with GeneratePress