----------------------------------------------------------- Announcement from Managers of BDOTNET
----------------------------------------------------------- Latest n Interesting Blog entries at www.bdotnet.in/blogs Notify icon of windows forms Hi all, Lot of things were running through my mind. i just wanted to put an icon in my system tray. So thought of learning it. Here is that what i learnt. When i was goggling msdn found windows forms control which does what i have expected. The control... I don't hate mozilla, but use IE or else This was the error I got today morning when I opened firefox in my laptop. It looks like some spyware infection. This post explains how to resolve this issue. Basically it's a worm infected through USB drives. When firefox is opened, you will get... Auto-Implemented Properties : LINQ Property provides best way to get and set the value of member fields. It also provides more control while setting and getting value. It means I can check for specific conditions before setting or getting value. For example I can have property like this... Type of smart clients Hi guys, as you all know i have been working on linq and smart client since two weeks. Its really good to work with smart client applications. i have learnt lots of new thinks and this post is the one which gives you a basic knowledge about type of smart... Analysis of a regular expression I haven't blogged anything on regular expressions, i went through some documents, got some good information on regular expression. In this example, "^\d{5}$", it means the string must be exactly five numeric digits. As shown in figure, The... Difference between data access in C# 2.0 and C# 3.0 linq // This is what you'd do from C# 2.0 to access a database. SqlConnection conn = new SqlConnection("Server=.;Database=Northwind;Integrated Security=SSPI"); conn.Open(); string query = "select Country, Count(Country) as number from(select... Organizing Using Statements : Visual Studio 2008 The VS 2008 provides a nice feature to organize unused namespaces in code. You can do following things: 1) Remove unused usings. 2) Sort using 3) Remove and sort This is a nice feature as it helps us to make source code more readable. There are two ways... LINQ Architecture I was searching for some thing in linq, found the architecture of LINQ, thought publish this. OpenCv - Part 1 i was finally able to start off to my very first step into the world of Computer vision programming... well its not that simple and its not that hard... but to think it through its what i call... programming synergy!!! yeah boy! #include <iostream>... Software Architecture I am starting this blog with discussing about Software Architecture, which are nothing but my own experience which I had gained in Software Architecture domain. I will try to answer the following question which came across my mind working as Software... BackgroundWorker Class - Threading made simple BackgroundWorker Class Threading made simple in .Net 2.0 Introduction: It will be always good to show the user about the status or the percentage work complete when we perform a time consuming task. Instead of freezing screen it will be good display... My Experiments with SQL Server Replication Last day, while reclining in my chair, I was thinking what I could put as a blog in our BDOTNET community site. I sincerely wanted to kick start my 'blogging' career. So, I just re-winded my job experience to see if there is anything worthwhile... NOTE: Randomly selected few blog entries from bdotnet.in blog list. ----------------------------------------------------------- Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact