Archives

Archives / 2004
  • Other side of the table

    I never interviewed anybody for a technical position and currently as one of my team member left our team, I was assigned to hire a asp.net developer position for our team. It is quite a experience as you need to filter the resume based on our requirement. I interviewed three guys so far and still did not find a good fit. Sometimes, I used to think whether I am so picky. But my questions are simple and all I need is a direct answer. This process made me think like how I would act if I am in other side of the table! Today I got to interview one person who played lots of managerial role in various project and only know the basic concepts of asp.net but this position requires serious asp.net skill and so I was not comfortable in asking some of the asp.net specific questions to him (when I know that he is not going to answer)

  • nigritude ultramarine

     

    Wondering what it is? SEO Challenge held a contest for webmasters and site owners to come up with any search optimization technique to get the top spot on Google for a very odd term and Brandon Suit,owner of an online forum won the first place in the first round. It was sponsored by Darkblue and Searchguild.com. As it was rightly put it was a competition to demonstrate how strong a particular search/ranking technique are. Brandon Suit used backlinks - a  technique in which the required words on other people's sites are hyperlinked back to his site.

  • Biztalk vs Business components

    We are trying to evaluate whether we need BizTalk server for our current requirement in the client place and I was reading the “Application architecture for .NET”(patterns and practices) and these are the recommendations.

  • Multistep webform submission

    Here is my requirement.

    I need to collect lots of data from the user for our intranet application and store them in DB only if they provide all the required information. I am planning to use wizard kind of UI where the user has to navigate through each step and enter all the required information and Submit will happen in the last step. I am planning to use Usercontrols in panels in one aspx page for each step to collect inputs.

    Now the question is how do you persist previous step(usercontrols) data til your reach final step for submission.

    1) Session is one option if the size of data is small but in this case, it can be huge
    2) Viewstate is another option but again I am doubtful whether it will persist the data when it is not posted back - that is I will show only one user control at any point of time and hide all the other user controls and so other controls will not be posted back. Otherwise I need to keep track of all the "value entered" usercontrols and keep posting back each one whenever I move to another step!!

    Any other options?

    Thanks
    Ram

  • Exception handling in WinForms

    My current project involves Windows Forms and all my previous experience involves WebForms. One thing I am wondering on Windows Forms is, why don't we have very broad error handling options in Windows Forms as WebForms. For example, we can trap error in ASP.NET in hierarchical way.

  • Make money on Gmail account

    Ever since I blog about my Gmail account, I am getting lots of emails about how to create Gmail account. According to CNET, many beta testers are bidding their Gmail account in Ebay to make quick buck. Some of the bids are as high as US$199!!

  • Failed to enable constraints

    I faced the same problem like others. When you use strongly typed datasets, while loading the data, I enable the constraints and while doing that,it throws me this error.

  • Got my Gmail account

    I signed up my Gmail account today and did the test run. Overall I liked it and here is my findings.

  • Amazon's a9 search engine

    Guess what. Amazon has released their search engine beta verison. It is called a9(which reminds me with Microsoft's new weblog portal channel9.com). Here are the seven reason to use a9.com(according to Amazon.com)

  • Datatable Select Method

     I always use .NET SDK documentation whenever I need any help on syntax/concepts. Today I thought about this weired requirement. Suppose if I want to know the method name of any ADO.NET object which returns a DataTable, what is the easiest way to get the information?

  • Link building

    Recently happened to read this “10 steps to getting links to your site” from Microsoft site. It is an interesting article which talks about “Link building” and “link popularity” which is basically Google's Page Ranking mechanism. As it is explained “Google interprets a link from page A to page B as a vote, by page A, for page B”.

  • Appupdater with third party components

    We have been using the Appupdater for our windows application deployment. We also using Componentone's datagrid controls for our development. Yesterday we downloaded the latest Componentone's  release for our development team and everything was working til we wanted to use the Appupdater to deploy our new version into test server. The application started crashing as it could not find the new componenetone's dll files.

  • Daylight saving - Spring Forward, Fall Back

    Read this article in Wired on the practical difficulties of changing the clock for daylight saving. Though many of the clocks and watches do the sync with WWVB, still there are many devices do not do this sync themselves which makes life difficult in certain situations.

  • longhornblogs

    Robert McLaws is maintaining this Longhorn blogs. So many blogs and how you guys are keeping up? Even with the RSS feed, I am finding it difficult to keep track and can't imagine without RSS!!

  • Usage of Dataview

     I have a datatable which has 10 different columns. I like to have 3 different dataviews with different set of columns for each dataview. Initially I thought Dataview can be considered as “Database View” as we Dataset is considered as in-memory Database. But I was wrong.

  • Need a template for FlexGrid

    I recently joined new client where my work will be more of Windows Form programming. They are using ComponentOne's flexgrid with lots of customization and it looks great. When I started my new screen, I wanted to use same look and feel. Basically I needed a template for flexgrid with all the styles already set. But I was not able to create one as it puts all the style attributes inside the .vb file. I wish we can create a customized one flexgrid control and anybody who wants use can just drag and drop and then add their columns as per their need!!

  • Managing .NET development NAnt

    When I was working with my last client, we developed our intranet site based on DotNetNuke framework and we needed a good building mechanism to make daily build. We tried our best with MS SourceSafe but did not work the way we wanted. Recently read this article by Justin Gehtland from TSS.NET and found very useful. Did anybody tried NAnt in real time multi developer team environment? But we also will have MSBuild from Microsoft in the future.

  • Single Sign-on

    Lately I started seeing one of the project requirements is “Single Sign-on”. Though Single Sign-on is great feature, is it possible in all the cases? Here is my understanding on Single Sign-on.