Welcome to MSDN Blogs Sign in | Join | Help

June 2005 - Posts

Microsoft SQL Server 2005 Mobile Edition (SQL Server Mobile) maintains two versions of the product side-by-side. The two versions of SQL Server Mobile can coexist on the same computer. This enables a simple and gradual upgrade process. The documentation Read More...
Yet another pretty cool application built with the .NET Compact Framework. http://www.microsoft.com/presspass/features/2005/jun05/06-07BattleBot.mspx Excerpt from the link above: "I'm living proof that developers can use the .NET Compact Framework to Read More...
This is the last post in this mini-series on implementing client side NTLM authentication within a NETCF Version 1.0 application. In this code snippet, the class that performs the actual authentication process is intialized and registered with the AuthenticationManager Read More...
Here is the class that implements IAuthenticationModule and P/Invokes into the native dll created in the previous post. using System; using System.IO; using System.Net; using System.Data; using System.Text; using System.Runtime.InteropServices; namespace Read More...
Here is the c++ code for the native library NTLMAuthEx.cpp, this is compiled into a native dll NTLMAuthEx.dll // NTLMAuthEx.cpp : Defines the entry point for the DLL application. // #include "stdafx.h" #include "security.h" #include "sspi.h" #define SEC_SUCCESS(Status) Read More...
So I recently had to help one of my friends who had some problems calling a web method on a secure web service. He was running on NETCF 1.0 and kept getting a “401, Unauthorized error” even though he supplied the right credentials. It did not take us Read More...
After a long time off from blogging, I have decided to resume. I will try to be more consistent with my posts over the next few months. I attended MEDC and it was very fascinating to see what people are building on the .NET Compact Framework. I met quite Read More...
 
Page view tracker