The techie in me RSS 2.0
 Sunday, January 10, 2010

When you are working with Active Directory the following may be useful,

Import and export directory objects – CSVDE & LDIFDE
ex: from the command prompt try CSVDE -f C:\Exportfile.csv
more help is available in this KB article.

Another useful utility while working with Active directory and LDAP(Light Weight Directory Access Protocol) is ADSI Edit (adsiedit.msc). Nice link if you want to know in detail.

Also found this interesting link with attributes and its description for AD Users. see here. And check this script to list all User object attributes in active directory schema.

Sunday, January 10, 2010 10:23:00 PM (GMT Standard Time, UTC+00:00)  #    Comments [0] -
Coding
 Friday, December 04, 2009

ADO.NET data provider for Oracle is dying. ADO.NET team has decided to kill(deprecate) it in .NET 4.0. How sad isn’t it? Read more about the story on ADO.NET team blog

Though sometimes I feel its unnecessary to have a duplicate copy of Oracle data provider. Most of the people use ODP.NET or some other third party client. Nice comparison here (and that is why people don’t use .NET Oracle client :))

One very bad thing I noticed about these providers is both of them need Oracle client installed. For the MS provider(System.Data.OracleClient) the minimum requirement is Oracle 8i Release 3 (8.1.7) Client or later. Check the requirement in detail here System Requirements (Oracle).
For the ODP.NET Oracle client version 9.2 or later.

Its not always possible to install a large application like Oracle client in some scenario, so there is an alternative without installing the Oracle client, use Oracle Database Instant Client. Just put Oracle Instant Client in the same folder as your executable file.

-Rujith

Friday, December 04, 2009 3:58:00 PM (GMT Standard Time, UTC+00:00)  #    Comments [0] -
Coding | Database
 Monday, November 23, 2009

Nine Options for Managing Persistent User State in Your ASP.NET Application… one of the basic things to learn when you start ASP.NET training… :) I am forgetting simple things…

 

so the methods are

  1. Application
  2. Cookies
  3. Form Post / Hidden Form Field
  4. Query String
  5. Session
  6. New State Containers in ASP.NET
  7. Cache
  8. Context
  9. ViewState
  10. Web.config and Machine.config Files
  11. Profile (ASP.NET 2.0) ??

more details are on MSDN

 

Monday, November 23, 2009 6:13:17 PM (GMT Standard Time, UTC+00:00)  #    Comments [0] -
Everything

Found this interesting post here

I am sure all of us (s/w fellows) must have come across so called ‘distributed team’… nice point to note…

-Rujith

Technorati Tags:

Monday, November 23, 2009 1:32:00 AM (GMT Standard Time, UTC+00:00)  #    Comments [0] -
Everything
 Tuesday, November 10, 2009

See how you can things more complicated… click here

 

and how you can make things simpler… here

Tuesday, November 10, 2009 2:58:17 PM (GMT Standard Time, UTC+00:00)  #    Comments [0] -
WCF
 Saturday, September 26, 2009

For my new project I had to create a plan, I guess all the project managers need one… and the best way to represent the plan is in Gantt chart. So that your boss will know when each milestone will be achieved in the timeline.
I searched in the web for free Gantt chart tools and couldn’t find any good ones, and we didn't had budget to buy one.

Then I decided to use the almighty excel to create one. It was very easy to create one, excel support charts, what else you need. Excel is really powerful isn't it..I remember when I used to share accommodation with my friends I used excel spreadsheet to calculate our common expenses, though some of them argue there is mistake in the formula they are paying more :)

So to cut the crap out, the Excel Project Plan Gantt chart is available here for download. In short the features include
1. Gantt chart of the project plan
2. Need only minimal inputs(project start date, tasks and task estimates)
3. The formula takes care of Weekends(NOT holidays) while calculating dates.
3. Fully customizable. you are free to change the formula to suit your purpose. you can even convert it into an excel template Gantt chart if you like.

Rest you can see yourself in the spreadsheet.

Please feel free to leave your comments and suggestions in this blog.

Some of the references I have used are below

1. Using Excel to Create a Gantt Chart by Michele McDonough
http://www.brighthub.com/office/project-management/articles/3418.aspx

2. and of course office online excel help

Excel spreadsheet Project plan with Gantt Chart can be Download here

 

-Rujith

Saturday, September 26, 2009 6:29:00 PM (GMT Standard Time, UTC+00:00)  #    Comments [0] -
Office
About me
Name : Rujith Anand
Occupation : Eating, drinking, sleeping and Yes ofcourse coding.
Location : Reading, UK
Archive
<January 2010>
SunMonTueWedThuFriSat
272829303112
3456789
10111213141516
17181920212223
24252627282930
31123456
Blogs I read
Disclaimer

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

© Copyright 2010
Rujith Anand

Statistics
Follow me on Twitter
All Content © 2010, Rujith Anand