Video Streaming in ASP.NET using MVC4
I need to design an application which can stream 50MB of video in enterprise level, means atleast 1000 users will be viewing same video simultaneously.I am new for this concept, so any kind of solution...
View ArticleChange the default KeyEncryptionAlgorithm of EnvelopedCms.Encrypt Method
When i'm using the EnvelopedCms.Encrypt() Method the KeyEncryptionAlgorithm used by default is rsaesOaep (OID 1.2.840.113549.1.1.7).But i have to use rsaEncryption (OID 1.2.840.113549.1.1.1), because...
View ArticleSMTPClient doesn't work with some servers using AUTH login
The issue I am having is that authentication fails when attempting to authenticate using the AUTH login protocol.First, here is my code: Public Function SendMail() As Boolean Dim tMsg As...
View ArticleUdpClient with multiple threads using ReceiveAsync get the same buffer
Hello,First let me give you the premise that I am working under... I am hoping to have multiple receive threads to make sure that I am pulling data off the port as quickly as possible and am hoping to...
View ArticleBLE GattCharacteristic notification events received out of order
Hello all, When using the GattCharacteristic.ValueChanged to receive notification from a high thoughput BLE device I am receiving the events out of order. I can confirm the notifications are coming in...
View ArticleHow to send a Client Certificate to a SSL host from a ASP.NET v4.0 host using...
My ASP.NET application has to get information from another host over a SSL connection and pass a provided Client certificate as well. Works from my development machine when added to the certificate...
View ArticlePrincipalContext Class does not work for a the global catalog.
The PrincipalContext Class works great when doing a lookup in a single domain, but fails in a forest of domains. Is there a better class to use for the global catalog?Certified Geek
View ArticleWhich design patten i should use while building API to convert from Word to PDF
Hi all,I would like to build one API which will convert document to PDF which design patten in c# I should use so that it will be scalable and secure.Abhijit Desai
View ArticleHow to convert .msg to .eml
Hi,Can anybody tell me how to convert a .msg file to .eml file. I could save a MailItem object as a msg file, but I need it to be .eml file. Is there a free 3rd party util or in built util ?
View ArticleKey encryption algorithm
Is it possible to specify key encryption algorithm algorithm when encrypting using EnvelopedCms class? The default algorithm is RSA OAEP, and it is not supported by smart card middleware we are using.
View ArticleEvent Unsubscription in Prism5
Hello... We've recently updated to Prism5 (from 4.1), since then we're having a Problem with unsubscription Events. We're using MVVM for our UI's witch a placed in PrimModules. Each ViewModel is based...
View ArticleDoes .Net 3.5 or .Net 4.0 support Format16bppGrayScale TIFFS
I've read a lot of articles that say that Format16bppGrayScale is not supported in .NET 2.0 (and confirmed this), however there are "suggestions" that it will work in .Net 3.5 + I have a byte[] array...
View ArticleMutex WaitOne(timeout) - what is a good way to arrive at a good timeout interval
Hi,I have implemented a mutex without a timeout. My understanding of a mutex with timeout, let's say 100 milliseconds, the thread will be blocked for this time, if the code block finishes before the...
View ArticleMax pool size reached in c# code
I have a console application where i want to use threads. In the thread i am opening connection where at some point of time it breaks with the error "The timeout period elapsed prior to obtaining a...
View ArticleImplementation of IList with fixed number of items
Hi, I was looking for a good implementation of IList. The MSDN reference link https://msdn.microsoft.com/en-us/library/system.collections.ilist%28v=vs.110%29.aspx has a member declaration of 8 items...
View ArticleInstantiate a class and assign it to an interface variable
http://stackoverflow.com/questions/1176416/implementing-ilist-interfaceI as looking at the implementation of the IList interface using the above linke. The private member of the class has been declared...
View ArticleEject CD-Rom on Button Click
HelloI am developing a vb.net application which have a buuton , i want when user clicks on Button the My pc's CD-ROM will be ejected...How can i dot this........
View ArticleSystem.speech
Hi All,I am using system.speech on my code, The process not ends after speak the builder, website process not ends and shown the messages which written on the pageWindows8 OS, Let me know where I did...
View ArticleFile Conversion text to XML
I need to convert a text file to XML, and could use some advice as to how to do this. The text file is not uniformed and no field headers or tags. I presume that I need to make a template based on key...
View Article