Development Practices

iMIS 15 using Membership and Profile Providers

I noticed that the web.config of iMIS 15 has the Membership and Profile providers setup along with the corresponding tables in the database. How much are these providers used in native iMIS? Are these providers that we, as developers, can use? If so, what features are supported and what are not.

Thanks,

Neil

Moving agile processes electronic and virtual

Mike Wethington posted Martin Fowler's article on lessons learned in doing agile with overseas teams. Many of the points struck me as relevant for the problem of telecommuting teams as well:

  • Bring distributed developers onsite for critical first iterations of new projects, to get going
  • Expect to need more documents than with a collocated team: it's the price of being virtual 
  • Extend conference calls with video, especially for project background lectures 
  • Extend instant messaging to group-based messaging, such as with Campfire

Role of Open Source in public sector

Our family made a road trip to west Texas for the Open Source Symposium, held on Saturday April 26 at Angelo State University, in San Angelo. Its mission is to introduce open source to those working in college environments, which was why UT Austin was pleased to have my husband, Adam attend and report back to them. STC Austin's own Janet Swisher presented on how to participate in OS projects.

SQL Function for credit card number decryption in iMIS15 and SQL2005

There is a continuing need for a SQL Function or equivalent to decrypt credit card information from iMIS.

Of course there is an overall security concern, but there still are frequent requirements by customers to have a method to decrypt credit card info, beyond the standard reporting in iMIS.

I have done a little research on this. There is just a little info on it in www.imiscommunity.com.

Turning Off Smart-Quotes in Outlook 2007

I typically find myself typing actual code into many emails, and get annoyed when Outlook replaces my single and double quotes with the curley "smart-quotes"... as this makes cutting/pasting without syntax errors painful. So after a little digging, I found out how to turn smart-quotes off in Outlook 2007:

  1. In the main Outlook window, on the Tools menu, click Options.
  2. In the Options dialog box, click the Mail Format tab, and then click Editor Options.

Development Mode

Hi all,

I was wondering if there is an option to enable E-mail redirecting to a single account to prevent Customers in the database from receiving test E-mails?

Thanks.

Setting up an iMIS 15 Home Page/Dashboard

Does anyone have a way to set up the home page/dashboard for iMIS 15?

I'm not sure how to get to it now that none of the Framework pages are available.

Expression Studio now included with MSDN Subscriptions

Microsoft have just announced that Expression Web and Expression Blend will now be available at no extra charge to all MSDN Premium Subscribers (this includes customers with the "VS Professional with MSDN Premium" subscription). This means many more developers will have these design tools for building ASP.NET, WPF and "WPF/E" solutions.

http://blogs.msdn.com/somasegar/archive/2007/04/03/listening-to-your-fee...

Steve McConnell's latest book

Anyone who has read "Rapid Development" or "Code Complete" by Steve McConnell will know he is an excellent author and writes from a lot of experience in the computer industry.

His latest book is "Software Estimation: Demystifying the Black Art" and is a great read, full of important insights and ideas. McConnell argues that whilst the average software organization can struggle with project costs that run double their original estimates, some of the more sophisticated organizations achieve results with estimation errors as low as 5-10%. However these best-in-class organizations use scientific techniques that are not cost-effective for most software development organizations.