Suresh Behera

The Microsoft .Net Junkies

News

Blogroll

Reading

Posted: by

Comments

Eric Sun said:

How did you apply? I want to join too.
# September 19, 2003 6:00 PM

SBC said:

welcome aboard Suresh... looking forward to reading your posts.
# September 20, 2003 5:44 AM

Suresh[MVP,India] said:

Thannks a lot Eric,just send a mail to asp.net blog team you will get your useidf and passowrd,

Best of luck,Looking forward to make more tecnologies friend.

Thanks and regards,

Suresh
[Microsoft MVP | MCAD.NET(CM) | MCSD.NET(CM)]
# September 20, 2003 11:02 AM

Don said:

Hey man... screw them, you had a good night and wanted to share it with everyone...

They were probibly home watching star trek while you were out having fun! ;)
# September 21, 2003 4:16 AM

SBC said:

Suresh - let us know more about your findings with BizTalk 2K4 Server. It's supposedly quite a feature-loaded product.
# September 21, 2003 6:17 AM

Dave Burke said:

Enjoyed the post! I think, however, that drinking and blogging do not mix. Have fun with BizTalk!
# September 21, 2003 6:47 AM

Tim Marman said:

I think I blog best when I'm drunk :)
# September 25, 2003 2:27 AM

Stephane Rodriguez said:


I think you should put less faith in marketing papers.

"Save an entire workbook in the XML Spreadsheet (XMLSS) format. "

This is simply not true. Where are your charts gone? Or may be charts are not of enough importance to be regarded part of workbooks, right?

This also shows you haven't actually tested the link/technique you refer to, since whenever you do so you get prompted with a box saying "shapes, embedded objects and charts won't be exported".

Belive me when I say it's of importance to use appropriate words. This can count in weeks or even months of reinventing the wheel and writing your own export only because Excel doesn't do what the marketing papers pretend.

# October 7, 2003 4:26 PM

Rajiv R said:

welcome aboard the world of bloggers! :)
# October 8, 2003 4:34 PM

Ashutosh Nilkanth said:

A nice collection of information Suresh. I would just like to add on that its not only Sun (Java) who seems inspired by Microsoft (.NET), its vice versa too. Although I'm not a Java programmer myself, but I do know that the .NET framework architecture, some of its classes, namespaces and even the MSIL (ByteCode in Java) are just some of the core concepts in .NET which have been inspired by Java. Isn't it?
# October 14, 2003 8:01 PM

Shane Bauer said:

Very nice post, Suresh. I'm not much of a Java guy, but I am a .NET guy and I honestly like the .NET framework a lot better. I've looked at both, and can honestly say I've picked the correct one.
# October 14, 2003 8:53 PM

Marcus said:

Nice post yeah... I like .NET too but... one of things that i don't like is the lose of code control.
With java i coltrol all source, i know where and why things happens. With .NET i sometimes losed my mind asking myself What's happening n why?

But i think it's a logical evolution to the future "selfmanaged" development enviroments... dont you?
# October 14, 2003 10:04 PM

suresh@mvps.org said:

Thanks for replying the post..Your somehow correct ashutosh,That is why the competation will came on mind.Few days before i read article by Tarun Anand,Who say the internal of JVM and beoyond in it.

# October 14, 2003 10:57 PM

SBC said:

# October 15, 2003 11:01 PM

Tameem Ansari said:

Keep the SPIRIT high ;)
# October 28, 2003 3:06 PM

james ray said:

Does the actual schema file exist? Do you know where to download the file? I have yet to find this file. I have used it, but where is it.

James.ray@infinoen.com
# October 31, 2003 11:40 PM

Martin said:

Whats this in C#?
# November 24, 2003 1:00 PM

Suresh said:

This works for C# also.
# November 24, 2003 8:05 PM

vijay vaghela said:

hi,
myself vijay vaghela - new vb-sql developers,
i apply your above code but i have problem when i selected multiple tables more than 3 then it display error message "outof script range" , i show the excel properties- Tools menu in Option in General set default worksheet = 3, when i change the value of worksheet , it run successfully, can i not change the value of no.of excel worksheet in single book,
# December 3, 2003 12:02 PM

Greg Duncan said:

Nice list... thank you for taking the time to blog it...
# December 12, 2003 7:47 PM

Ashutosh Nilkanth said:

Thanks for the tip. Not so sure about the orange color text ;)
# December 13, 2003 8:59 PM

Lorenzo Barbieri said:

I've used several times DIME and WS-Attachments to transfer files between different systems.
I've used both MSSOAP 3.0 and WSE 1.0 without any problems, apart some initial configuration trouble, easily solved carefully reading the docs.
# December 13, 2003 10:08 PM

Rob Chartier said:

# December 13, 2003 11:11 PM

julie lerman said:

Careful though with a dependency on DIME. It is really on it's way out.
# December 14, 2003 12:19 AM

Robert McLaws said:

Dude, the Orange has go to go.
# December 14, 2003 3:18 AM

Suresh said:

# December 20, 2003 4:16 AM

TrackBack said:

# December 24, 2003 4:47 AM

Phil Weber said:

Hi, Suresh: I appreciate the sentiment, but your ASCII art has broken the main feed in my RSS reader; I won't be able to read this feed until your post has scrolled off the main page.

I'm posting this mainly so that others will think twice before posting non-XML content to the main feed. Thanks! :-)
# January 1, 2004 11:32 PM

OmegaSupreme said:

Happy new year, thats some nice ASCII ;)
# January 1, 2004 11:52 PM

Doug Thews said:

My colleagues and I wrote a book for Wrox dedicated to the subject of ASP.NET performance. If you've read it, I'd appreciate your input and how it stacks up against the other information out there.

http://www.amazon.com/exec/obidos/tg/detail/-/1861007558/104-1110670-6257509?v=glance
# January 10, 2004 9:04 AM

nauman said:

Hello every one I have used the powerpoint object libraray but i am unable to use its UI on my win form because I am unable to find its activex plzzz guide me regarding this......

plzz let me know on this email
doublevision_17@yahoo.com
# January 19, 2004 4:41 PM

Frans Bouma said:

If this kind of texts are in a 'comparison article' the article is pretty worthless:

"Java: Compiles the source code to Java bytecode, which by itself is not a language."
This is not true. .NET compiles to byte code as well, the assemblies you run are not ascii texts interpreted by ilasm. They contain bytecodes which are interpreted by the JIT + CLR. Same with Java. You can dissassemble Java bytecode and see the assembly instructions as well, add assembly and assemble the .class file again.

So although the bytecodes of.NET have a name, IL, it doesn't mean the java lookalike bytecodes are not a 'language' :)

This also is somewhat misleading:
".NET: Designed to support multiple different programming languages. Currently, 30 languages support the .NET architecture."
In .NET all languages have to compile to the native IL statements as well, the same with languages on the java VM. In theory you can create a C# and VB.NET compiler for a java VM and run the code. The CLR's inner workings and limitations are pretty close to C#'s aspects.
# January 30, 2004 5:20 PM

Stefano Demiliani said:

Comparison are too Microsoft sponsored :)
# January 30, 2004 5:20 PM

Stephane said:


You are not making any point here mate. How can a paper/article/task from Microsoft be pro-Java anyway, and vice versa?

You need a neutral audit.

# January 30, 2004 6:14 PM

khurram Shahzad said:

I dont agree with you Suresh. I am a java J2EE and .Net student and find that java is a language with the concept of "less is more" furthermore it is well established and supported by major vendors like BEA and IBM.

Java is natural and though I have no kinship to Sun when I first learnd C# it took me days because it was a copy of java.
# February 5, 2004 8:11 PM

VB/VB.NET said:

If one of the columns contains numbers and the first number is zero or empty, when you query the range, it returns 0/null for all the rows even if the other rows contain some numbers.
# February 25, 2004 2:43 AM

Matt Hawley said:

You should check out Lutz Roeder's Command Bar, its a great custom control for windows: http://www.aisto.com/roeder/DotNet/
# March 5, 2004 5:57 PM

torsten.rendelmann@gmx.net (TorstenR) said:

Much better: look to the Sandbar control at http://www.divil.co.uk/net/
# March 5, 2004 7:01 PM

Olle de Zwart said:

After you have run this, open up as many weird atachements in your inbox as you can!
# March 9, 2004 4:09 PM

Mauricio Feijo said:

Oh, don't forget to turn your anti-virus off for better enjoyment !!!
# March 9, 2004 6:35 PM

Teucer said:

Suresh, I am damn curious and I dont have sql on my box. Can you tell what it does ... I am not a sql pro hence cant understand a lot ... :(

# March 9, 2004 8:13 PM

TrackBack said:

You've been Taken Out! Thanks for the good post.
# March 10, 2004 1:43 AM

Mojo said:

# March 23, 2004 11:26 PM

Fred Arbco said:

Regarding your response to #3: "And I don't think any vendor is selling illegal products!"...

I believe that the original point was not selling illegal prducts, but using "illegal" (meaning unlicensed) products in the development environment. In other words, it is unfortunately probably rare for any dev shop to have a separate license for each running copy of Windows, VS.NET, Office, SQL Server, etc.

In contrast, you can develop full-blown enterprise applications in Java using 100% free tools (operating systems, server applications, IDEs, etc).

Your point about the free availability of the .NET Framework & MSDE is well made, but overlooks a few critical factors. The primary one is that they both require a Windows operating system to run on, which has licensing fees (unless they are "illegal" copies).

In addition, while the framework is free, developing .NET apps is possible but excruciatingly painful unless you are willing to pay for (or illegally copy) VS.NET, which is quite expensive. In contrast, there are several excellent Java IDEs that are freely available. I use Eclipse, and when I have to go back to VS.NET for a .NET project, I sorely miss basic things like refactoring support, etc. (This will be in Whidbey, but that is a ways off yet, and will cost even more money to upgrade to).
# April 13, 2004 9:53 PM

Anon said:

This story is more than a year old!
# April 19, 2004 12:30 PM

Matias Mökkimakinen said:

^*_*^



<*}}}}}}}}><{ ~~ ~~ ~~
# May 27, 2004 3:52 PM

Scott Galloway said:

Thought it was 'shining' ;-)
# June 3, 2004 4:16 PM

Sonu Kapoor said:

Nice to see that!

Sonu Kapoor
# June 3, 2004 8:40 PM

Jerry Dennany said:

# June 4, 2004 9:30 PM

Lakshmi said:

Hi,

Nice FAQ's and very informative too..
# June 14, 2004 5:50 PM

TD said:

In the case of excel returning null when the first row is blank, you might want to look at this link below for how to import mixed datatypes. There is a reference to a similar article above, but the link is broken.
<a href="http://www.dicks-blog.com/excel/2004/06/external_data_m.html">http://www.dicks-blog.com/excel/2004/06/external_data_m.html</a>

also, the link above should be
<a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q194124">http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q194124</a>
# June 14, 2004 8:57 PM

gdfgdf said:

gfg
# July 1, 2004 10:09 AM

King said:

Tell me how many of you would like to develop in .NET without using VS.NET IDE.Developing in .NET without Visual Studio.NET is really pain in arse.But wiith the aid of studio its fun and easy.I prefer Java if i dont have Visual Studio.

King
# July 9, 2004 1:21 PM

TrackBack said:

# July 16, 2004 4:49 PM

TrackBack said:

# July 23, 2004 7:28 AM

Teucer said:

http://picturefromsuresh.blogspot.com

- me thinks thats the right url buddy!
# July 25, 2004 1:31 AM

Kannan said:

I think the best way is to get it downloaded through msdn subscriber downloads (agreed bandwidth is a limiting factor, but I waited for a week to get it done :-).
I uninstalled the previous versions (you need to do that in a order) and it worked fine for me.
Anyway good luck, if you have time probably you might want to try it on a fresh image.
# July 26, 2004 2:05 PM

Yi said:

I have some trouble using SOAP attachment. My prototype is programmed in C#. After I ported the code to Managed C++, I got an error which says something like "web service request 'application/dime' received, but 'text/xml' expected".

I heard WSE2.0 doesn't support Managed C++. I was wondering if there are work-arounds so I can handle DIME requests but still use Managed C++ for the web service.
# July 27, 2004 10:31 PM

Sander said:

Isn't MSXML version 4.0 the most current XML Parser?
http://msdn.microsoft.com/XML/XMLDownloads/default.aspx
# August 2, 2004 12:30 PM

Teucer said:

There is an update available to the KBArticle.

look here: http://support.microsoft.com/default.aspx?kbid=884130
# August 20, 2004 11:20 AM

William Luu said:

Cool, I heard about this project early last year!

It's great to see this project along with IronPython progressing nicely :)
# August 24, 2004 10:28 AM

Stephane Rodriguez said:


Yet it's still incompatible with non-IE browsers!?
# September 10, 2004 3:17 PM

Keith Reid said:

We can't migrate completely away from ActiveX to .Net until we have a .Net development path for embedding .Net UserControls into Word and PowerPoint docs.

Please put more resources behind this instead. =8)
# December 28, 2004 5:42 PM

andy wu said:

Hi Suresh,

Very interesting concept indeed, are there any examples or tech article based on this idea?

Thanks,
-Andy
# December 28, 2004 11:43 PM

Suresh said:

watch out this space..soon i will keep post on this.Thanks for information

Suresh Behera
# January 4, 2005 1:51 PM

TrackBack said:

# January 13, 2005 1:04 AM

TrackBack said:

# March 11, 2005 8:24 AM

leela said:

please help me.I want the intwrview questions for dotnet using vb.net language.
# March 16, 2005 9:27 AM

Manoj Pathak said:

thanks, kindly send immediately.
# March 23, 2005 10:18 AM

Manoj Pathak said:

thanks
# March 23, 2005 10:19 AM

GUNEET said:

GOT THE INFORMATION THAT WAS REQUIRED
# March 29, 2005 12:02 PM

niraj sharma said:

Need the information
# March 30, 2005 3:12 PM

M GOGOI said:

what is the new critaria consolidated exemption of Rs one lakh
# March 30, 2005 9:06 PM

M GOGOI said:

what is the new critaria of consolidated exemption of Rs one lakh
# March 30, 2005 9:10 PM

TrackBack said:

^_^,Pretty Good!
# April 10, 2005 7:04 AM

TrackBack said:

^_^,Pretty Good!
# April 10, 2005 7:04 AM

TrackBack said:

^_^,Pretty Good!
# April 10, 2005 7:04 AM

TrackBack said:

^_^,Pretty Good!
# April 10, 2005 7:05 AM

TrackBack said:

^_^,Pretty Good!
# April 10, 2005 7:05 AM

TrackBack said:

^_^,Pretty Good!
# April 10, 2005 7:05 AM

TrackBack said:

^_^,Pretty Good!
# April 10, 2005 7:05 AM

TrackBack said:

^_~,pretty good!
# April 17, 2005 4:57 AM

Javier Luna said:

I believe that any DataLayer must be a simple code block, that they allow operations against DB.

That code block would not have to know on the Business Entities. Single to specialize it is to execute the operations (Store Procedures and SQL Sentences) against the engine DB (SQL, Oracle, DB2, etc.), with which this setting.

Finally, I invite to you to download the DataLayer.Primitives Public Version.

This is very cool Data Layer :)

DataLayer.Primitives - Readme!
http://forums.microsoft.com/msdn/ShowPost.aspx?PostID=1389

Cheers,

Javier Luna
http://guydotnetxmlwebservices.blogspot.com/
# May 27, 2005 9:32 AM

abhishek kant said:

Welcome back to the blogosphere!

Hope to see more interesting posts from you..
# May 30, 2005 10:33 AM

Gert Van Gool said:

Wonderful, and oh so true actually :)
# June 9, 2005 3:20 PM

Grumbly O'Loser said:

Winners impress the bosses.
Losers suffer the consequences.
# June 9, 2005 4:15 PM

David Li said:

Most people are losers. =P
# June 9, 2005 8:06 PM

SBC said:

Dave Rack has a similar list at his blog -
http://blog.daveranck.com/archive/2005/01/20/355.aspx
# June 21, 2005 4:08 PM

AndrewSeven said:

The questions don't appear particularly difficult.
You don't seem to have mentioned where...
# June 21, 2005 7:41 PM

Tobin said:

Senior developer where? These are fairly simple questions.
# June 21, 2005 10:28 PM

Alan Yeung said:

I think you meant Response.Redirect in "What is difference between server.transfer and server.Redirect ?"

They're not hard but I bet most unqualified developers can't answer them half of them.
# June 21, 2005 11:00 PM

Suresh said:

Thanks it is updated
# June 21, 2005 11:11 PM

prashant said:

it good
# June 28, 2005 6:44 PM

rams said:

enter a comment
# June 28, 2005 9:48 PM

latha said:

The mubai user group is awesome. It's really helpful to me. Thanks guys. Keep it up.
# July 1, 2005 12:48 AM

latha said:

Can any body put up some interview questions for web services too
# July 1, 2005 12:51 AM

Keyvan Nayyeri said:

That's useful comparing.
# July 1, 2005 8:48 AM

Manoj said:

your logo is a broken image?
# July 5, 2005 12:16 PM

sadiq said:

plz send a interview question with the answers
# July 7, 2005 12:27 AM

Avinash joshi( Bhopal LNCT) said:

It's realy good
# July 7, 2005 12:38 AM

Pramod Tiwari said:

Its really nice.
# July 9, 2005 2:29 PM

Pramod Tiwari said:

Its really nice.
# July 9, 2005 2:29 PM

Neeraj Chavan said:

Its really Good & helpful for Candidates who r really seeking the ASP.NET questions in Int'vw point of view. Thanks
# July 16, 2005 7:33 AM

Ashish said:

havent gone through em but they surely seem to rock !!!1
# July 17, 2005 3:38 AM

anil said:

its really good
# July 19, 2005 6:50 AM

rajesh said:

Guys this free ebook rocks......I have cleared most of my interviews in .NET....By the way got in IBM thanks to this book
http://www.geocities.com/dotnetinterviews/
# July 19, 2005 8:15 AM

surfer said:

great list of .NET interview questions are

http://www.geocities.com/dotnetinterviews/
# July 20, 2005 6:09 AM

Raja said:

Great list

Just to add to it

http://www.geocities.com/dotnetinterviews/
# July 21, 2005 1:04 AM

Brian said:

if the window.open("dummy.html"...) doesn't work then it executes: void window.open ( sURL,"_top",w )???

If the first one didn't work, why would the second?
# July 22, 2005 5:12 PM

rak said:

Ohh..this is funny but still working :)
# July 22, 2005 5:26 PM

database update with AJAX said:

Hello,

I came across your posting regarding using AJAX to update a database onunload. I have been using a popup method onunload for the last while with a web application I have written that integrates with MS Presenter. I was wondering how successful this had been for you... You are able to confirm the AJAX request is processed before the window closes? The window does need to exist in order to ensure successful DB communication?
--Alan
# July 25, 2005 3:34 AM

ssss said:

jhkjhk
hkjlk
# August 2, 2005 12:30 AM

sdhjjk said:

hkjhk
mk;l; jk
# August 2, 2005 12:30 AM

Anindo said:

i want to know, how to force a User to Enable POPUP
# August 2, 2005 7:59 AM

Thelma Brown said:

Would like to learn how to use exel.
# August 2, 2005 6:11 PM