Sign up

lennybacon.com

Not verified No WebSub updates No Webmention updates Valid

Recent content on lennybacon.com

Generator
Hugo -- gohugo.io
Public lists
HWC DUS

lennybacon.com Valid

Internet file select and upload Dialog

I finished my “Internet file select and upload Dialog”. A HttpHandler and a WebControl.

lennybacon.com Valid

Our Usergroup Site is online

It is based on dasBlog! but Jörg and i are going to extend it a bit to fit our requirements. The first thing i did was to add the Vfl-NiederRhein Design ;-) http://www.vfl-niederrhein.net/

lennybacon.com Valid

DevDays 2004 Neuss

Wednesday i visited the DevDays 2004. I took the complete security track except from Joergs presentation. I really enjoyed it but it was sad that i could not see Christian Weyer and Ralf Westphal in action - next time. I also took some photos. The Screen Frank Fisher and Christian Weyer Christian Weyer, Jörg Freiberger, Ralf Westphal, Frank Prengel and Markus Baulig Michael Willers, Bernd Marquardt and Dariusz Parys

lennybacon.com Valid

Moved - offline

I moved (only a few miles - still Wuppertal) and I’m still waiting for telephone and internet :-( So I have a lot of time for coding a few HttpHandlers and Controls I wanted to build a long time ago. I’m having fun with C#.

lennybacon.com Valid

Chris is blogging!

And uses the wonderfull URL http://www.himmelherrgottsakramentzefixhallelujascheissglumpatverreckts.com/

lennybacon.com Valid

OleDb, Decimal and DBConcurrencyException

I had some trouble with a WebForm, including a OleDbDataAdapter, a DataSet and uses the OleDbCommandBuilder to publish the CommandText property to the DataAdapter, that tries to update five Decimal columns in a Access database. No matter what I did, the Update method of the DataAdapter threw a DBConcurrencyException. After googling a few minutes I found someting about the ODBC/JET data type limit. So I changed the Decimal to a Double and now all works fine.

lennybacon.com Valid

Testing BlogJet

I just have installed BlogJet. It seems to fit my needs to blog from the desktop.

lennybacon.com Valid

Time to move

A lot of server moves happend in the last few days. AspHeute.com, DotNetGerman.com (where my blog lives) and CodeProject.com just to name a few. I hope this will speed up my life a bit.

lennybacon.com Valid

Thanks to Chris - My blog is...

fast, faster … wow.

lennybacon.com Valid

Chris Maunder - Whats up with CodeProject.com

CodeProject.com used to be one of my favorite sites. R.I.P or what is going on. :-(

lennybacon.com Valid

HttpApplication Events and the use of Application, Session, User, Request & Response

I just wanted to write this down somewhere to keep it in mind but it may be useful for others to. protected void Application_Start(Object sender, EventArgs e) { //Application //Request } protected void Session_Start(Object sender, EventArgs e) { //Application //Request //User...

lennybacon.com Valid

1/3 MCAD.NET or passed 70-315

I just passed the 70-315 exam (Developing and Implementing Web Applications with Microsoft Visual C# .NET and Microsoft Visual Studio .NET).

lennybacon.com Valid

Articles & Talks

Denn Sie wissen nicht was sie tun - Impersonisation Impersonisation: Wen, wann und wie authentifizieren Mit Impersonation lässt sich Code im Kontext eines definierten Benutzers ausführen. Wer damit arbeitet, sollte genau wissen, was er tut, um icht das Gegenteil dessen zu erreichen, was er eigentlich bezweckte. DOTNET Pro Return to Sender - Email Adressen validieren E-Mail-Adressen validieren? Ein alter Hut! Aber testet Ihre Routine auch, ob beim Domain Name Service ein entsprechender Mailserver registriert ist?

lennybacon.com Valid

Michael Fanning about New Version Of FxCop

Michael Fanning blogs about the next version of FxCop.

lennybacon.com Valid

Thoemmi about the third place

Check http://thomasfreudenberg.com/blog/archive/2004/01/22/321.aspx

lennybacon.com Valid

OleDb + DataSet

Just a small code sample to show how to access an access database file with OleDb and the DataSet class. Just hacked together and not for production use. <%@ Page language="C#" %> <script runat="server"> private void Page_Load(object sender, System.EventArgs e) { System.Data.OleDb.OleDbConnection _conn = new System.Data.OleDb.OleDbConnection(); _conn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;" + "DataSource=D:\WebRoot\data\data.mdb"; System.Data.OleDb.OleDbCommand _cmd = _conn.CreateCommand(); _cmd.CommandType = System.Data.CommandType.Text; _cmd.CommandText = "SELECT Name FROM Users WHERE ID=1"; System.Data.OleDb.OleDbDataAdapter _adapter = new System.

lennybacon.com Valid

OleDb + DataReader

Just a small code sample to show how to access an access database file with OleDb and the DataReader class. Just hacked together and not for production use. <%@ Page language="C#" %> <script runat="server"> private void Page_Load(object sender, System.EventArgs e) { System.Data.OleDb.OleDbConnection _conn = new System.Data.OleDb.OleDbConnection(); _conn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;" + "DataSource=D:\WebRoot\data\data.mdb"; System.Data.OleDb.OleDbCommand _cmd = _conn.CreateCommand(); _cmd.CommandType = System.Data.CommandType.Text; _cmd.CommandText = "SELECT Name FROM Users WHERE ID=1"; _conn.Open(); System.Data.OleDb.OleDbDataReader _reader = cmd.

lennybacon.com Valid

Merry X-Mas - I'm offline...

Merry X-Mas to all out there. I’ll be offline the next days as I think the most of us are. So if I won’t be back in this year, I wish a happy new one and we’ll see us in 2004.

lennybacon.com Valid

70-320

I just started reading “Developing XML Web Services and Server Components with Microsoft Visual C# .NET and the Microsoft .NET Framework” by Amit and Priti Kalani. According to what Peter Provost it gives a few good tips and a complete overview of what I can expect in this exam.

lennybacon.com Valid

About making mistakes ...

Eric Sink: Make all the non-fatal mistakes that you can — don’t make any of the fatal ones… Read more…

lennybacon.com Valid

Automatic globalization of the Label control

The PreRender event of the Label control allows to attach a method that can translate the value of the Text property. Connected with a resource or a database and used in a custom base class for Page or in a server control it’s very easy to localize a website. override protected void OnInit(EventArgs e) { ctrl.PreRender += new System.EventHandler(Translator.TranslateLabel); ...

lennybacon.com Valid

Upgrades

Yes! 1.5 dasBlog running. Looks good, runs fast. Thanks Chris.

lennybacon.com Valid

Wishlist

I downloaded the Max Payne 2 Trailer and the Need for Speed Underground Demo and both are definitely on my wishlist for x-mas.

lennybacon.com Valid

I hate spam!

this is what my webmail account just told me: [6229 Nachrichten](1.481.224,57 kB von 10.000,00 kB / 14.812,25%) It will take a while till the page is loaded so i start writing this…

lennybacon.com Valid

yes, upload through class that inherits IHttpHandler

I just wrote an upload through class that inherits IHttpHandler. Joerg tried to help me (thx) but I had to get it by trying myself. I’ll post what i wrote in the next days, when I finished the rest of the code and the documentation.

lennybacon.com Valid

Writing on Articles > writing on Blog

I’m writing a few articles and (as blogged before) code a lot on the new project, while building a few controls I always wanted to build. In other words I’m busy.

lennybacon.com Valid

Good links for X-Mas at Help.NET

The next MSDN Webcasts … http://weblogs.asp.net/pleloup/posts/40048.aspx

lennybacon.com Valid

Chris's Link to Avalon Performance Tips and Tricks

Chris Sells Markus Mielke, a PM doing performance for the Avalon team, lists some pointers on perf in the PDC build of Longhorn and […]

lennybacon.com Valid

I switched to dasBlog

I’m happy to write my first entry to my new blog. I thank Chris and Alex and send some greetings to my girl (“love u”), Clemens(“it works”), Jörg, Bart, Föns, Thoemmi and all the other guys around.