Browse by Tags
All Tags »
Tech Notes (
RSS)
Sorry, but there are no more tags available to filter with.
I add a web method to existing web service, which return array of arraylist as the result. then everything workes worse, the client can not invoke either of the web method here is a simple code public service1: WebService { public service1() { } [WebMethod...
When encrypting a stream with System.Security.DesCryptoServiceProvider, code sniipt like the following. Byte []EncryedText=Convert.FromBase64String(this.textBox3.Text) ; System.IO.MemoryStream EncryptedStream=new System.IO.MemoryStream(EncryedText); System...
byte[] pk = cer.GetPublicKey(); byte[] m = new byte[pk.Length - 3]; Buffer.BlockCopy(pk, 0, m, 0, m.Length); byte[] e = new byte[3]; Buffer.BlockCopy(pk, m.Length, e, 0, 3); String key = "<RSAKeyValue><Modulus>" + Convert.ToBase64String(m...
SQLXML 3.0 extends the built-in XML capabilities of SQL Server 2000 with technology to create XML Web services from SQL Server stored procedures or server-side XML templates. SQLXML 3.0 also includes extensions to the .NET Framework that provide SQLXML...
Aim: I wanna guarantee that only signed assembly have the access to my class library. SO I make use of the .net StrongNameIdentityPermissionAttribute to protect my assembly. When testing ,I encounter the different public keys of a same public/private...
Tool to go from C to Java: http://www.portinggurus.org/Navigator.asp?link=http://in.tech.yahoo.com/020513/94/1nxuw.html Tool to go from Java to C#: http://www.microsoft.com/downloads/details.aspx?FamilyId=46BEA47E-D47F-4349-9B4F-904B0A973174&displaylang...
The Authorization and Profile Application Block is a reusable code component that builds on the capabilities of the Microsoft .NET Framework to help you perform authorization and access profile information. The Authorization and Profile Application Block...
What is the Indexing Service? Microsoft Indexing Service is a service that provides a means of quickly searching for files on the machine. The most familiar usage of the service is on web servers, where it provides the functionality behind site searches...
With a remoting service running in IIS I can access the session state, user, application, etc using the RemotingService class. What is the best way to pass a session from a console client to the server? I assume this must be done with the HTTP header...
https://www.hunterstone.com/hsstore/products.aspx
Click Start, Run and type "control userpasswords2", and click Ok. Uncheck "Users must enter a user name and password to use this computer" option, and click Ok
From C# to VB.NET http://authors.aspalliance.com/aldotnet/examples/translate.aspx VB.NET to C# http://www.kamalpatel.net/ConvertCSharp2VB.aspx
the photos are not ready now
Public Sub SetCsdnCookie(ByVal c1 As System.Net.CookieContainer) Dim s As String = " buildtime=2004%2D2%2D3+13%3A44%fsadfasd; buildnum=1; test=0; ASPSESSIONIDQASRTDQB=EKPHCECANFKHBJLMNJEDOJDP; ASPSESSIONIDQAQSSCQA=IALDDLCAJNGDPHDLFHOCGPLD; ASPSESSIONIDSCQRSDQA...
VS Whidbey: IDE features for building ASP.NET applications Agenda Design goals Area drill-downs and demos Summary VS “Whidbey” Web Themes Provide the best tool for building ASP.NET applications Project system geared for web development Build the...
Visual Studio code name "Whidbey" (2004) . This release of Visual Studio and the .NET Framework will offer innovations and enhancements to the class libraries, common language runtime (CLR), programming languages, and the integrated development environment...
MSBuild is the [extensible, scalable, transparent] next generation build engine and platform for Visual Studio .NET. Many of our sharpest PMs, developers, testers, and yes, even writers, are feverishly working on this project. more information about MSbuild...