¡@

Home 

c# Programming Glossary: proprietary

Is there a JSON Web Token (JWT) example in C#?

http://stackoverflow.com/questions/10055158/is-there-a-json-web-token-jwt-example-in-c

JWT concept. Is this really so new and possibly a Google proprietary system The java sample which is the closest I could manage to..

Getting ServiceStack to retain type information

http://stackoverflow.com/questions/10750571/getting-servicestack-to-retain-type-information

inheritance to work in JSON Serializers they need to emit proprietary extensions to the JSON wireformat to include this type info..

How can one simplify network byte-order conversion from a BinaryReader?

http://stackoverflow.com/questions/123918/how-can-one-simplify-network-byte-order-conversion-from-a-binaryreader

endian format. I have a C# application connecting to a proprietary networking library on the server side. The server side sends..

Block Control+Alt+Delete

http://stackoverflow.com/questions/1660106/block-controlaltdelete

I've seen 3 applications doing this but they're all proprietary so I have no way of knowing how it was done. Thanks Evans c#..

Best Practice for Exception Handling in a Windows Forms Application?

http://stackoverflow.com/questions/183589/best-practice-for-exception-handling-in-a-windows-forms-application

should not be exposed to end users as they often contain proprietary or otherwise valuable data but rather usually logged with administrators..

Single-assembly multi-language Windows Forms deployment (ILMerge and satellite assemblies / localization) - possible?

http://stackoverflow.com/questions/1952638/single-assembly-multi-language-windows-forms-deployment-ilmerge-and-satellite-a

that bothered me with ILMerge was that it is an additional proprietary Microsoft tool not installed by default with Visual Studio and..

Why must “stride” in the System.Drawing.Bitmap constructor be a multiple of 4?

http://stackoverflow.com/questions/2185944/why-must-stride-in-the-system-drawing-bitmap-constructor-be-a-multiple-of-4

4 I am writing an application that requires me to take a proprietary bitmap format an MVTec Halcon HImage and convert it into a System.Drawing.Bitmap.. convert it into a System.Drawing.Bitmap in C#. The only proprietary functions given to me to help me do this involve me writing..

Learning C#, ASP.NET 3.5 - what order should I learn in / what to skip?

http://stackoverflow.com/questions/282086/learning-c-asp-net-3-5-what-order-should-i-learn-in-what-to-skip

The document format needs to be adaptable to different proprietary formats although they are fundamentally the same. The app will..

SOAP client in .NET - references or examples?

http://stackoverflow.com/questions/3100458/soap-client-in-net-references-or-examples

note that the server side is implemented in PHP on Unix so proprietary solutions from Microsoft are out of the question on the server..

Compiling Quantlib via SWIG for C#

http://stackoverflow.com/questions/3334011/compiling-quantlib-via-swig-for-c-sharp

library of financial functions using QuantLib and a proprietary closed source library which will probably be made available..

Memory Mapped Files .NET

http://stackoverflow.com/questions/357170/memory-mapped-files-net

I have a project and it needs to access a large amount of proprietary data in ASP.NET. This was done on the Linux PHP by loading the..

Connecting over internet to WCF service using wsDualHttpBinding times out

http://stackoverflow.com/questions/4526284/connecting-over-internet-to-wcf-service-using-wsdualhttpbinding-times-out

and NetTcpBinding are WCF only Microsoft only proprietary connection schemes you're not losing much in the way of interoperability...

Is it possible to make the WcfTestClient work for custom transport channels?

http://stackoverflow.com/questions/484717/is-it-possible-to-make-the-wcftestclient-work-for-custom-transport-channels

daemons that expose nothing but traditional sockets and proprietary protocols. I am only interested in verifying that transport..

How do I convert Word files to PDF programmatically?

http://stackoverflow.com/questions/607669/how-do-i-convert-word-files-to-pdf-programmatically

to convert .doc files to .pdf files but they're all of the proprietary type 2 000 a license or thereabouts. Does anyone know of any..

Sending and receiving UDP packets between two programs on the same computer

http://stackoverflow.com/questions/687868/sending-and-receiving-udp-packets-between-two-programs-on-the-same-computer

two computers. The program that generates these packets is proprietary but I'm working on the receiver program myself with C# using.. UdpClient udpServer new UdpClient localpt This is what the proprietary see question sender would do nothing special The following 3..

How can I prevent BufferManager / PooledBufferManager in my WCF client app from wasting memory?

http://stackoverflow.com/questions/7252417/how-can-i-prevent-buffermanager-pooledbuffermanager-in-my-wcf-client-app-from

WinDbg yields the following I sanitized the names of our proprietary classes to 'MyServiceX' etc. 0 000 x86 gcroot nostacks 193e1000..

How to write a scalable Tcp/Ip based server

http://stackoverflow.com/questions/869744/how-to-write-a-scalable-tcp-ip-based-server

complicated. I used my own method and created a sort of proprietary protocol to do this. I left it out but if you request I can..

C# PasswordDeriveBytes Confusion

http://stackoverflow.com/questions/9231754/c-sharp-passwordderivebytes-confusion

. Even if it was not buggy you should avoid undocumented proprietary extensions to standards or you might never be able to decrypt..