Archives
-
Another VS 2010 feature : Pin-Up
Hello,
-
Mole : Visual Studio Visualizer
Visualizer’s are of great help when debugging your application.Visualizer’s essentially provide a the complete view of the data in separate modal dialogue window.I guess almost all of us have worked with DataSet’s and in order to see the data contained inside the DataSet , we hover our mouse cursor over the dataset variable and then select the magnifying glass.This in turn opens up a separate window , showing the content of DataSet.Visual Studio debugger comes with visualizer’s for plain text , HTML , XML based data , DataSet and its corresponding dependents.If you haven’t understood what visualizer’s are actually , then refer to the following screenshot.
-
Web.config file in VS 2010 and .Net Framework 4.0 website
With every new framework of .Net , the size of Web.config file kept on increasing.Initially the size was quiet minimal but then came Asp.Net Ajax and it brought along with itself its own set of config section entries , corresponding HTTP Handlers and HTTP Module.With .Net 3.5 framework the size increased even more by the addition of other tags like <system.codedom> , <runtime> etc.And once .Net framework was done with its addition of entries in web.config file , we developer’s added our own set of entries.If you are working with winFx technologies like WCF or WF then further more additions are required in the Web.config file.
-
VS 2010 Beta 2 : Quick Glance
I got my copy of VS 2010 Beta 2 installable DVD just a few days back. Without wasting much time I straight away installed the beta version of VS 2010 .Installation was pretty smooth , just like its predecessor VS installation requires quiet a big amount of space in your hard drive.Since its only a beta version , you need to connect to internet to get some high end features.But no worries , whatever comes with the DVD installable is sufficient enough that you can kick start your development process.
-
Microsoft Pattern’s and Practices : Improving Web Services Security
I was going through the patterns and practices section of MSDN website when I came across this pattern and practice guide on how to Improve Web Service Security.Basically this guide is for people who are developing web services using WCF.
-
PageSpeed – Another FireFox Plugin
Hello,
-
Unit Testing WebMethods
Any Asp.net developer working with Asp.Net Ajax cannot deny the importance of “Asp.net Ajax WebService” and with WCF coming up this feature is going to be one of the most admired feature of the asp.net web development.
-
AjaxControlToolkits AsyncFileUpload Control
Finally , the wait for a control to upload files asynchronously is over.AjaxControlToolkit latest release has introduced new control called AsyncFileUpload control which is compatible with UpdatePanel and can be used to upload files asynchronously.You can download the latest release from the following URL:-
-
Working With AjaxControlToolkit
Hello,
-
jQuery Selectors
Hello,
-
Why Radiobutton selection in RadioButtonList control doesn't fire?
Hello,