ShowUsYour<Blog>

Irregular expressions regularly

Browse by Tags

All Tags » VB.NET (RSS)
Time for the next wave of hashing functions?
As Eli just blogged , it appears as though the vultures are circling some of the current hashing algorithms - MD4, MD5, and now SHA1. This weekend on the Readify in-house tech-list we've been having quite a lengthy in-house discussion about this topic...
Posted: Feb 21 2005, 07:03 PM by digory | with no comments
Filed under: ,
How to setup debugging and deploying from VS.NET to a Windows CE device over ActiveSync
To get the ActiveSync connection you must: Open the ActiveSync program on your development machine Start your Windows CE device Choose File/Get Connected on the ActiveSync program on your development machine while the device is starting. You must have...
Posted: Feb 11 2005, 10:42 AM by digory | with 1 comment(s)
Filed under: ,
COM+ registration and permission errors
If you are using EnterpriseServices (COM+) from a web application you need to make sure that you manually register your components with COM+ when deploying your app. If you don't register your services with COM+ then, when you run your application for...
Posted: Nov 10 2004, 02:36 PM by digory | with no comments
Filed under: , ,
How to study for an MS certification exam
Today the question was asked about techniques used when studying for MS certification exams. I've passed a few of them so, here's my secret ;-) When studying for MS Exams I... First read the books: Web Exam Windows Exam Services Exam The books are great...
Manual Express Downloads are now live
This is great news!!! http://weblogs.asp.net/express/archive/2004/07/09/178691.aspx Thanks for listening :-)
Posted: Jul 10 2004, 10:40 AM by digory | with no comments
Filed under: , , ,
Generics Whitepaper for VB 2005
Just saw a reference to a new Msdn article on Generics in VB on Duncan MacKenzie 's and Paul Vick 's blog: Snipped from Paul's blog... We now also have a generics whitepaper on MSDN , written by the developer who's been implementing a lot of the generics...
Posted: Jul 09 2004, 11:38 PM by digory | with no comments
Filed under: ,
Logged my first bug in the Product Feedback Center
This morning while I was messing around in VWD I noticed that the VB Comment feature had not been implemented. This is where the Product Feedback Center is cool; I logged in and wrote up a defect against the product :-) http://lab.msdn.microsoft.com/productfeedback...
Posted: Jul 05 2004, 09:15 PM by digory | with no comments
Filed under: , ,
Visual Web Developer Express Edition FAQ
Visual Web Developer Express (VWD) is a lightweight tool for building ASP.NET applications and WebServices. What is VWD? http://channel9.msdn.com/ShowPost.aspx?PostID=11639 Where can I get VWD? http://lab.msdn.microsoft.com/express/vwd/default.aspx What...
Lately I've had fun building different kinds of features
I've been fortunate enough to get to play with some interesting technologies of late due to some different types of features that I've been required to deliver. We've got a WinForms client which is a front-end to a BI application and lately we've had...
Posted: Jun 27 2004, 11:39 AM by digory | with no comments
Filed under: , ,
Dynamically running an Assembly in a separate process (with your tail between your legs)
I'm currently building an application updater tool which needs to receive an arbitrary list of assemblies, calculate which one is the bootstrapper and exectute it. I had it in my head that I would need to create an AppDomain and then use reflection to...
Posted: Jun 08 2004, 09:36 AM by digory | with 19 comment(s)
Filed under: ,
More Posts Next page »