Sign in
Tech-no-logy Demystified with Sandeep Joshi
Visual Studio 2012/2011 ALM, Windows Azure, ASP.NET MVC, Windows 7 Compatibility and some other thoughts...
Tags
.net
.NET 4
ALM
AppCompat
Articles
ASP.NET MVC
ASP.NET MVC Framework
Azure
C#
Community
Component Frameworks
Install
javascript
jQuery
Microsoft
Microsoft Developer Network
Microsoft Visual Studio
NET
Programming
Step-By-Step
UAC
Virtual Labs
VISTA
Vista Features
VS2008
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Google Gadget
Archive
Archives
September 2012
(4)
August 2012
(2)
January 2012
(3)
December 2011
(3)
October 2011
(1)
September 2011
(2)
August 2011
(4)
July 2011
(3)
May 2011
(7)
April 2011
(1)
March 2011
(1)
February 2011
(4)
December 2010
(2)
November 2010
(3)
October 2010
(1)
July 2010
(3)
June 2010
(6)
May 2010
(5)
April 2010
(1)
February 2010
(1)
November 2008
(1)
October 2008
(2)
September 2008
(2)
August 2008
(3)
July 2008
(2)
June 2008
(12)
May 2008
(6)
March 2008
(1)
February 2008
(7)
November 2007
(7)
October 2007
(2)
August 2007
(2)
July 2007
(3)
June 2007
(1)
March 2007
(4)
February 2007
(5)
January 2007
(2)
November 2006
(6)
October 2006
(3)
September 2006
(3)
August 2006
(8)
August, 2006
MSDN Blogs
>
Tech-no-logy Demystified with Sandeep Joshi
>
August, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Tech-no-logy Demystified with Sandeep Joshi
Dataset Behaviour with XMl Schema
Posted
over 7 years ago
by
sajoshi
0
Comments
Today I tried loading an XML Schema into a dataset using ReadXMLSchema() method. I noticed that If the first element in the schema doesn't have any columns, the dataset will not create a table for it and the dataset name will be the name of the first...
Tech-no-logy Demystified with Sandeep Joshi
Could not reset IIS, IISAdmin service terminated unexpectedly
Posted
over 7 years ago
by
sajoshi
18
Comments
When I am trying to reset IIS using "iisreset" from Run Commnad Prompt, I get the error saying IISAdmin service couldnot start. To solve this, I went to "services.msc" and tried starting the IISAdmin Service. When trying to start IISAdmin, I get ----...
Tech-no-logy Demystified with Sandeep Joshi
RequestValidation Error in ASP.NET
Posted
over 7 years ago
by
sajoshi
3
Comments
While working with ASP.NET 2.0, if you try to put some XML text in a textbox or an invalid email in a textbox, then you get following error, when you submit the page. This occurs becuase the request is being validated by the server when you submit it...
Tech-no-logy Demystified with Sandeep Joshi
Loading an XML string in a DataSet (.NET 2.0)
Posted
over 7 years ago
by
sajoshi
1
Comments
Today, I found a way to read an XML String into a dataset. The scenario is as follow: I have a Database table, which contains a XML column(holds an XML instance based on a perticular schema). I want to load this XML in a dataset so that user can manipulate...
Tech-no-logy Demystified with Sandeep Joshi
Sending an Email using ASP.NET 2.0
Posted
over 7 years ago
by
sajoshi
5
Comments
Sending an Email is quite easy in ASP.NET 2.0. You can use the .NET Class SMTPMail to send the messages. The tricky part is when your server needs authentication. Many of the programmers stuck when it comes to pass UserName and Password of the SMTP Mail...
Tech-no-logy Demystified with Sandeep Joshi
Large-Value datatypes in SQL SERVER 2005
Posted
over 7 years ago
by
sajoshi
1
Comments
To store more data > 8196 bytes in a column of a SQL Server Table, we used to use text or ntext datatype in SQL SERVER 2000. But, In SQL SERVER 2005, a new specifier is indtroduced. It is called max. This specifier expands the storage capabilities...
Tech-no-logy Demystified with Sandeep Joshi
Develop Without Borders Contest
Posted
over 7 years ago
by
sajoshi
1
Comments
Develop Without Borders Contest Microsoft has launched a very cool contest that challenges developers around the world to design Office business applications that support non-profit organizations and encourages them to learn more about the 2007 Microsoft...
Tech-no-logy Demystified with Sandeep Joshi
Windows Internals and Debugging
Posted
over 7 years ago
by
sajoshi
2
Comments
One of the most rare combinations, people look for is Windows Debugging experience with Application developement in Visual C++/C++. Most of the people confuse the term Windows debugging with Visual C++ debugging. In my openion, when you debug using Visual...
Page 1 of 1 (8 items)