Archive for the '.NET for Domino Devs' Category

Sharepoint is the new Lotus Notes.

Monday, April 28th, 2008

Could their ever be a more flame-worthy title? Yet, what makes Sharepoint the new Notes is not only what is does well, but also what it does not do well.

Those that have read my work over the past few years know that I am an ex-IBM Lotus Notes consultant/developer that has had alot of recent […]

Securing your configuration files in .NET

Wednesday, March 1st, 2006

Having recently debugged a Domino application that stored RDBMS credentials in the Notes.ini file on the server, I was reminded of a very powerful feature that was built in to the .NET 2.0 platform. That is the ability to encrypt portions of an applications “web.config” file.

We all know that the physical security of […]

.Net for Domino Developers Part 6

Monday, February 27th, 2006

When you want consistency in your Domino site design, you use ViewTemplates and SubForms. In .NET you would use Master Pages, which is the topic of this installment in the .NET for Domino Developers series.

We have all done it, creating lots of ViewTemplates for our Domino views, or creating them so they can use the […]

.NET for Domino Developers Part 5

Sunday, January 22nd, 2006

Security, Sessions, and all that jazz
Let me first take the time to curse those things that I shall refer to as “RLC’s” (real life commitments), and their perpetual hold on our progress in this series. I apologize for the delay, so I will keep this installment as short as possible so I can deliver something […]

.NET for Domino Developers Part 4

Monday, January 9th, 2006

A more powerful form and view, and the need for validation.
Like a train wreck you just can’t turn away. If you have followed my disjointed ramblings so far then I hope the remaining installments will be easier to follow than the last. Let’s do a real quick recap of what we have covered:
1. The breadth […]

.NET for Domino Developers Part 3

Monday, January 2nd, 2006

Last pieces of our first form/view
Welcome back intrepid sailors, and let us waste no time on pleasantries. In our last installment we created our first table in MySql, and created the beginnings of our first view and first form. I left you with some homework to finish the view/form, and the first thing we will […]

.NET for Domino Developers Part 2

Thursday, December 22nd, 2005

Beginnings of data and Forms Redux
Hopefully you had a chance to browse through the various design objects that .NET gives you, and I hope you found some cool things. The last installment was nothing more than downloads and playtime with a little background. In this installment we will take some more concrete first steps in […]

.NET for Domino Developers Part 1

Sunday, December 18th, 2005

Downloads, Installs, and your first form…
Inspired by Jake Howlett’s “PHP for Domino Developers Parts 1 thru 6″, I thought I would share some of my experiences in my recent foray into the .NET world. Although I have been a Domino advocate since version 3.1 (1994), and I even worked for Lotus and IBM, my interest […]