From a .NET Geek RSS 2.0
# Thursday, June 05, 2003
For a number of reasons we are not going to bring any Pocket PC applications on line. This bums me out to no end me and the group that worked on this busted A@@ to get the app done and deployed but it's just to late. We should have the apps up and running at PDC and I am sure we will be back next year with some cool apps.
Thursday, June 05, 2003 10:58:00 AM (Pacific Standard Time, UTC-08:00)  #    Comments [0] -

I hate to point out how much of a geek I am but last night sitting in the hotel bar with no network connection I discovered that to do any PPC emulator debugging or communication that you need a network connection. So I needed the Microsoft Loopback adapter in order to be able to work off line. See the MSDN article Using the Emulator in Smart Device Projects for more information.
Thursday, June 05, 2003 4:56:00 AM (Pacific Standard Time, UTC-08:00)  #    Comments [0] -

# Wednesday, June 04, 2003
We created a set of PPC apps to use here at TechEd but we delayed rolling them out until we had some issues with the SQL Server dealt with. So tonight and tomorrow I will be helping anyone who wants to run the PPC apps that were demo'd at the first keynote. Lets hope all goes well, the only issue I think we will have is the load on our local SQL box it's just not a powerful box. Come back to see or come to the CommNet help desk and ask for Woody and we will get you setup.
Wednesday, June 04, 2003 2:47:00 PM (Pacific Standard Time, UTC-08:00)  #    Comments [0] -
CF
Hi all I am working this week at TechEd in Dallas helping to setup and run CommNet the MyMsEvents.com website. That is the web site that lets attendees setup a calendar and lets the managers of the event do session management we also do the on site server setup and maintenance and kiosk software installation. This is an incredible thing we basically setup a large corporate intranet and rip it down in a two week period.

I have had some good lessens learned:
    For SQL Server replication... Make sure the two SQL Serves are at the same sp level

    Test for curricular references in triggers

    Get more sleep!
Wednesday, June 04, 2003 5:44:00 AM (Pacific Standard Time, UTC-08:00)  #    Comments [0] -

# Saturday, May 24, 2003
I got back from a trip to a new customer in Cincinnati wow I now understand that high speed connectivity has a long way to go! I was staying at a hotel that had no network access (other then phone modem). It was like being in the outback or something and to top it off my computer got blinky on the road and Office 2003 beta stopped running on my system so I could not get much done at night. So now I am working all weekend (and this is Memorial Day weekend) wow is my wife pissed!

It was a good trip as far as the new project goes, it looks like there will be some fun to it but the time line is tight. It's a .NET Compact Framework project that will be using SQL CE replication and some FTPed flat files. Lots of data so load time is critical and there is a current application that we are to us as a UI template and some the the screens are going to be a challenge to redesign.

I have been rereading a few books the best one that I suggest for .NET Compact Framework is Microsoft .NET Compact Framework it is one of the best MS Press books of all time that has the label "Core Reference".

Now it's time for me to get back to rebuildding my system...
Saturday, May 24, 2003 1:47:00 PM (Pacific Standard Time, UTC-08:00)  #    Comments [0] -

# Friday, May 16, 2003
I took some time off to recuperate from a minor surgery and now I am back (well I came back Wednesday and been playing catch-up).

Today I realized my most favorite program SpamKiller was not getting updates anymore so I gladly paid $39 for the new version and what do I get... McAfee puked all over my computer! There security center or some name like that was also installed and all to does is tell you that you need to get all there other software. Ok so they want to advertise I figured out how to stop it from running again, I had to remove keys from the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run key in the registry, but this is not something that everyone would know how to do. So then I was ok with the state of but then I restart my system later the same day and I get a popup window telling me of a new e-mail virus and that I need another of there software products! If it happens again I am going to return this darn thing and go back to the old version.
Friday, May 16, 2003 4:08:00 PM (Pacific Standard Time, UTC-08:00)  #    Comments [0] -

# Friday, May 09, 2003
A former student asked what webcasts I had done in the past is here is a quick like, I am not sure it is compleat:
MSDN Webcast: Developing Pocket PC Applications
MSDN Webcast: Best Practices for .NET Development there should be a new one for this topic soon.
I can't find any more I know I have done more I can't remember any more at this time.
Friday, May 09, 2003 3:19:00 PM (Pacific Standard Time, UTC-08:00)  #    Comments [0] -

If you are having problems with the Emulator in Smart Device Projects you need this MSDN article Using the Emulator in Smart Device Projects
!
Friday, May 09, 2003 8:43:00 AM (Pacific Standard Time, UTC-08:00)  #    Comments [0] -

# Thursday, May 08, 2003
Ok I finished my last latest .NET class I am going to do another class soon check out my ucsd.pewitt.org site for information.

I had shown a avi file that a lot of people liked if you want it here it is! I am sorry if it offends anyone just know it may offend!

Next I had said I had found out that there was a DB2 ADO.NET managed provider. I have no information about it but if you need or want it go for it. Please let me know if you use it.

I also had a request for the wallpaper that I had used in the class so this is it Navy Morning I hope you enjoy it and remember the government may send the people of the military to do things that you don't agree with but they deserve and have earned our support!

To all in my Spring 2003 class thanks! If you have any .NET related questions please let me know, as I have time I will get back to you.
Thursday, May 08, 2003 10:49:00 PM (Pacific Standard Time, UTC-08:00)  #    Comments [0] -

I just finished a WebCast for Microsoft the topic was Best Practices for .NET Development (you can see it at Previously Recorded Webcasts) there were several interesting question.


Q. How do you release as COM object from you .NET generated COM wrapper?
A. Use the Marshal.ReleaseComObject Method.


Q. Is there any naming conventions or guidelines that Microsoft publish?
A. There are guidelines for component developers (Design Guidelines for Class Library Developers) but no coding conventions or guidelines that I am aware of.


There were more questions (they took 45 minuets to answer) I have forgotten most and most were about where the could get the slides (which will be available on www.interknowlogy.com) so unless I remember another interesting that is all.
Thursday, May 08, 2003 1:47:00 PM (Pacific Standard Time, UTC-08:00)  #    Comments [0] -

# Wednesday, May 07, 2003
Last night at the San Diego .NET Developers Group I had said I would share a FTP component that I had modified from a sample I had seen on the web. Well the original sample I started from can be found up on www.csharphelp.com direct link. As the link show this guy Jaimon Mathew translated a class originally written in Java to C#, it was a direct simple translation and it hurt my teeth to use it so I made it much more .NET friendly (in my humble opinion). So if you want a zip file with my class in it click here. I hope you enjoy!
Wednesday, May 07, 2003 8:12:00 PM (Pacific Standard Time, UTC-08:00)  #    Comments [0] -

Well he has done it again, Marquis Howard (the guy I had mentioned) pointed me to this application PocketConsole v1.3 it looks cool I will install it soon and give a report back.
Wednesday, May 07, 2003 12:28:00 PM (Pacific Standard Time, UTC-08:00)  #    Comments [0] -

Ok so now we get in to what this bolg is all about.
A guy I work with sent me a link to a great website that called opennetcf which is for open-source projects targeting the Microsoft .NET Compact Framework. This rocks there are quite a few project up there now and I am sure more to come.
Wednesday, May 07, 2003 12:04:00 PM (Pacific Standard Time, UTC-08:00)  #    Comments [0] -
CF
# Tuesday, May 06, 2003
Well I just got back from the San Diego .NET Developers Group meeting we unfortunately had to meet in a hotel down the street from from our normal meeting place the at Ericsson building.
All went well we had a vendor demo there application and I did a demo of the CommNet Slide deck application, I had a problem with the application but over it seammed to be well recived.
Tuesday, May 06, 2003 9:53:00 PM (Pacific Standard Time, UTC-08:00)  #    Comments [0] -

Archive
<June 2003>
SunMonTueWedThuFriSat
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345
About the author/Disclaimer

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2008
Woody Pewitt
Sign In
View blog authority
Add to Technorati Favorites


I know it's sad...
Statistics
Total Posts: 426
This Year: 50
This Month: 0
This Week: 0
Comments: 128
<%
Themes
Pick a theme:
%>
All Content © 2008, Woody Pewitt
DasBlog theme 'Business' created by Christoph De Baene (delarou)