<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>MonicaBoris's WebLog</title><link>http://blogs.technet.com/b/monicaboris/</link><description /><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>Can't start debugging in VS 2003 after installing SP1</title><link>http://blogs.technet.com/b/monicaboris/archive/2006/09/06/454421.aspx</link><pubDate>Wed, 06 Sep 2006 21:48:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:454421</guid><dc:creator>TechNet Archive</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/monicaboris/rsscomments.aspx?WeblogPostID=454421</wfw:commentRss><comments>http://blogs.technet.com/b/monicaboris/archive/2006/09/06/454421.aspx#comments</comments><description>&lt;P&gt;Some customers are reporting problems with start debugging an application after VS2003 SP1 has been installed. Here is the scenario:&lt;/P&gt;
&lt;P&gt;You have a managed project open (like, for example, a C# class library) and in the Project Properties, under Configuration Properties | Debugging you have Debug Mode = "Program" and Start Application = &amp;lt;some application that will load either&amp;nbsp;this dll or other managed code you wrote&amp;gt; and when you F5&amp;nbsp;you are getting the an error messge saying that your .exe was not found.&lt;/P&gt;
&lt;P&gt;If you are running into this issue please check to see if the .NET Framework 2.0 is installed on your machine (i.e. you have the following directory on your machine: &amp;lt;system drive&amp;gt;:\WINDOWS\Microsoft.NET\Framework\v2.0.50727). If you have this installed, here is a workaround you could try:&lt;/P&gt;
&lt;P&gt;Create a file called &amp;lt;your exe's name&amp;gt;.exe.config with the following contents and place it next to your exe on your machine:&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face="Courier New" size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;&amp;lt;?xml version="1.0"?&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face="Courier New" size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;&amp;nbsp;&amp;lt;configuration&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face="Courier New" size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;startup&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face="Courier New" size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;supportedRuntime version="v1.1.4322"/&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face="Courier New" size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;requiredRuntime version="v1.1.4322" &lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;safemode="true"/&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face="Courier New" size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/startup&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face="Courier New" size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;&amp;lt;/configuration&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;This will force your exe to load the 1.1 version of the runtime instead of the 2.0 one which otherwise would be loaded by default since it's the latest version available. The VS2003 debugger does not support debugging against the 2.0&amp;nbsp;version of the .NET Framework hence the problem.&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=454421" width="1" height="1"&gt;</description></item><item><title>Debugging server-side script loaded in an ASP page using Visual Studio 2005</title><link>http://blogs.technet.com/b/monicaboris/archive/2005/06/13/406290.aspx</link><pubDate>Mon, 13 Jun 2005 23:08:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:406290</guid><dc:creator>TechNet Archive</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/monicaboris/rsscomments.aspx?WeblogPostID=406290</wfw:commentRss><comments>http://blogs.technet.com/b/monicaboris/archive/2005/06/13/406290.aspx#comments</comments><description>&lt;P&gt;If you are using Visual Studio 2005 and you are an ASP developer, you will notice that the debugging experience is different from the previous VS versions. Basically VS 2005 doesn't offer the same level of support for legacy ASP debugging as the previous versions and this is because it is mostly targeted towards the ASP.NET developers. However, the ASP developers were not totally forgotten, there is away to do this in VS2005, only it requires some manual setup. Here are the steps you need to do to be able to debug server side script in an ASP page that is part of an IIS&amp;nbsp;Web application:&lt;/P&gt;
&lt;P&gt;1. Create ASP.NET web app. Add the ASP page to it, set it as startup page.&lt;/P&gt;
&lt;P&gt;2. In IIS manager, open the property page of the virtual directory of the application. On the Directory tab, click the Configuration button. &lt;/P&gt;
&lt;P&gt;3. On the Debugging tab, enable both checkboxes in the "Debugging Flags" group.&lt;/P&gt;
&lt;P&gt;4. Reset IIS (run iisreset from a command prompt)&lt;/P&gt;
&lt;P&gt;5. Ctrl+F5 in VS to launch the ASP page in Internet Explorer.&lt;/P&gt;
&lt;P&gt;6. Open the Debug | Attach to Process dialog. If you are using IIS6 (Win 2003), look for a process named w3wp.exe, otherwise, look for aspnet_wp.exe that has Script available in the Type column. Attach to this process using Script code type.&lt;/P&gt;
&lt;P&gt;7. Open the Debug | Windows | Script Explorer window. Your .ASP page should show up in there.&lt;/P&gt;
&lt;P&gt;8. Open your .ASP page from the Script Explorer window by double-clicking on it.&lt;/P&gt;
&lt;P&gt;9. Set your BP in the ASP page opened this way. The BP should be hit when you refresh the ASP page in IE.&lt;/P&gt;
&lt;P&gt;Note that only steps 5-9 need to be performed every time you want to debug, the rest of them you only need to do once for every web app you want to configure.&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=406290" width="1" height="1"&gt;</description></item><item><title>AppWeek in the Visual C# QA team</title><link>http://blogs.technet.com/b/monicaboris/archive/2004/02/17/75142.aspx</link><pubDate>Wed, 18 Feb 2004 01:31:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:75142</guid><dc:creator>TechNet Archive</dc:creator><slash:comments>9</slash:comments><description>&lt;P&gt;I mentioned in one of my posts that we had an AppWeek going on in our team recently. What is an AppWeek for a QA team at Microsoft? It is the &amp;#8220;Application Week&amp;#8221; when all the QA people in a team&amp;nbsp;get to play &amp;#8220;Dev&amp;#8221;, pretend they are the developer customer and have fun developing real-life applications. Since I started at MS almost 4 years ago I've participated in 3 AppWeeks and they have all been very fun and useful experiences. This is how it works: we split in teams of 4-5 people each having its own lead and develop a mini-project that we demo at the end of the appweek. This way we get to work with areas of the VS.NET product that we don't test on a day-to-day basis, learn about new technologies and use them in a way so they interract with each other just like in a small real life app development scenario. This time around I got to be an AppWeek team captain and my team decided to create a fun interactive web site that would display all the events going on in Seattle right now, based on the logged-in user's preferences, send notifications about these events, let the user create his/her own events and invite other people to attend, create personal appointments etc. We called it GetALife :) We used a lot of the ASP.NET features and although I can't talk about un-released features all I can say is that I am really impressed with how easy it is to create a&amp;nbsp;cool complete web site using the future version of ASP.NET!!! &lt;/P&gt;
&lt;P&gt;Other teams developed other cool application from games using DirectX 3D to monitoring tools for managed applications or&amp;nbsp;IM-like messaging applications. I was verry impressed with all the apps and with how much all the teams have accomplished only in one week using Visual Studio .NET, C# and the .NET Frameworks! This Friday we'll also find out which team won the prize for best app (I hope it's gonna be my team but even if it's not, AppWeeks are fun!).&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=75142" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/monicaboris/archive/tags/QA/">QA</category></item><item><title>Loading debug symbols when remote debugging: native vs managed </title><link>http://blogs.technet.com/b/monicaboris/archive/2004/02/16/74520.aspx</link><pubDate>Tue, 17 Feb 2004 06:03:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:74520</guid><dc:creator>TechNet Archive</dc:creator><slash:comments>3</slash:comments><description>&lt;P&gt;I have noticed that a lot of people are confused when it comes to symbol loading while debugging an application on a remote machine. Basically there are three cases:&lt;/P&gt;
&lt;P&gt;1. Debugging native code&lt;/P&gt;
&lt;P&gt;Let's say you are attaching to a native app running on Machine A from a VS.NET debugger running on Machine B. In this case, if you want to automatically load symbols for this application (or for a dll loaded by it) the symbols (i.e. the corresponding .pdb file) needs to exist on the debugger machine (i.e. Machine &amp;nbsp;B).&lt;/P&gt;
&lt;P&gt;A common scenario here is when you have a symbol cache specified. This needs to be on the debugger machine.&lt;/P&gt;
&lt;P&gt;2. Debugging managed code&lt;/P&gt;
&lt;P&gt;Now let's say you are attaching to a managed app running on Machine A from a VS.NET debugger running on Machine B. In this case, if you want to automatically load symbols for this application (or for a dll loaded by it) the symbols (i.e. the corresponding .pdb file) needs to exist on the machine where the app is running&amp;nbsp;(i.e. Machine&amp;nbsp;&amp;nbsp;A). In otheer words, if you want to automatically load symbols from a symbol server, the sym server neds to be set up on Machine A and the cache directory needs to be on Machine A.&lt;/P&gt;
&lt;P&gt;3. Debugging mixed mode (interop)&lt;/P&gt;
&lt;P&gt;If you want to debug an app running on Machine A in mixed mode (native + managed) then, the symbol files for the native modules need to be on the debugger machine (Machine B) and the symbols for the managed modules need to be on Machine A.&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=74520" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/monicaboris/archive/tags/Debugging/">Debugging</category></item><item><title>Customizing the Calendar control in ASP.NET</title><link>http://blogs.technet.com/b/monicaboris/archive/2004/02/16/74482.aspx</link><pubDate>Tue, 17 Feb 2004 04:22:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:74482</guid><dc:creator>TechNet Archive</dc:creator><slash:comments>9</slash:comments><description>&lt;P&gt;Recently I had to work on customizing an ASP.NET Calendar control by adding text to the day cells for my team's &lt;A href="http://blogs.msdn.com/monicaboris/archive/2004/02/17/75142.aspx"&gt;AppWeek&lt;/A&gt; project. This proved to be not as straight-forward as I thought so here is what I did in case someone else might want to do the same.&lt;/P&gt;
&lt;P&gt;The best place to modify the text in a cell seems to be the DayRender event handler. So the first thing I tried was to just modify the e.Cell.Text property like this:&lt;/P&gt;
&lt;P&gt;void Calendar1_DayRender(object sender, DayRenderEventArgs e)&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e.Cell.Text += &amp;#8220;My text&amp;#8221;;&lt;/P&gt;
&lt;P&gt;} &lt;/P&gt;
&lt;P&gt;The main problem was that after adding text to a day cell in the control I wasn't able to select that day by clicking on the day number. Here is what you can do if you still want the select day functionality:&lt;/P&gt;
&lt;P&gt;void Calendar1_DayRender(object sender, DayRenderEventArgs e)&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AddTextToDayCell(e, Datetime.Today, &amp;#8220;MyText&amp;#8220;);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;void AddTextToDayCell(DayRenderEventArgs e, Datetime d, string text)&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(e.Day.Date == d.Date)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; string ID = ((System.TimeSpan)(e.Day.Date - new DateTime(2000, 1, 1))).Days.ToString();&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e.Cell.Text = "&amp;lt;a href=\"javascript:__doPostBack('Calendar1','" + ID + "')\" style=\"color:#663399\"&amp;gt;" + e.Day.DayNumberText; //assuming the name of the calendar control is Calendar1. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e.Cell.Text +=text;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;} &lt;/P&gt;
&lt;P&gt;If you want your new text to act as a link to some other URL, you could modify the AddTextToCell function as follows:&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;private void Calendar1_DayRender(object sender, System.Web.UI.WebControls.DayRenderEventArgs e)&lt;BR&gt;&amp;nbsp;&amp;nbsp;{&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;AddTextToDayCell(e, DateTime.Today, "MyText", "&lt;A href="http://www.msn.com/"&gt;http://www.msn.com&lt;/A&gt;"); //this will add the MyText link to &lt;A href="http://www.msn.com/"&gt;http://www.msn.com&lt;/A&gt; to the current day's cell&lt;BR&gt;&amp;nbsp;&amp;nbsp;}&lt;BR&gt;&amp;nbsp;&amp;nbsp;&lt;BR&gt;&amp;nbsp;&amp;nbsp;void AddTextToDayCell(DayRenderEventArgs e, DateTime d, string text, string URL)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;{&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;if(e.Day.Date == d.Date)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;string ID = ((System.TimeSpan)(e.Day.Date - new DateTime(2000, 1, 1))).Days.ToString();&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;e.Cell.Text = "&amp;lt;a href=\"javascript:__doPostBack('Calendar1','" + ID + "')\" style=\"color:#663399\"&amp;gt;" + e.Day.DayNumberText;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;e.Cell.Text += "&amp;lt;br&amp;gt; &amp;lt;a href=\""+ URL + "\"&amp;gt;" + text;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;} &lt;/P&gt;
&lt;P&gt;Hope you'll find this helpful. Btw, Microsoft is not liable in any way in case you have any trouble after using this code :)&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=74482" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/monicaboris/archive/tags/ASP+-NET/">ASP .NET</category></item><item><title>Having trouble debugging script in VS.NET?</title><link>http://blogs.technet.com/b/monicaboris/archive/2004/02/16/74459.aspx</link><pubDate>Tue, 17 Feb 2004 03:31:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:74459</guid><dc:creator>TechNet Archive</dc:creator><slash:comments>0</slash:comments><description>&lt;P&gt;Here is a whitepaper that could help you out:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.gotdotnet.com/team/csharp/learn/whitepapers/How%20to%20debug%20script%20in%20Visual%20Studio%20.Net.doc"&gt;http://www.gotdotnet.com/team/csharp/learn/whitepapers/How%20to%20debug%20script%20in%20Visual%20Studio%20.Net.doc&lt;/A&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=74459" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/monicaboris/archive/tags/Debugging/">Debugging</category></item><item><title>Introduction</title><link>http://blogs.technet.com/b/monicaboris/archive/2004/02/16/74452.aspx</link><pubDate>Tue, 17 Feb 2004 03:26:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:74452</guid><dc:creator>TechNet Archive</dc:creator><slash:comments>2</slash:comments><description>&lt;P&gt;Hello and welcome to my weblog!&lt;/P&gt;
&lt;P&gt;My name is Monica Boris (Rosculet)&amp;nbsp;and I work on the Visual Studio .NET Debugger QA team. My main areas of expertise are (but not limited to)&amp;nbsp;ASP.NET debugging, Script Debugging, SideBySide, Compatibility and&amp;nbsp;Symbols. I am also an ASP.NET fan in general, not only from the debugger perspective. General C# programming and the compact frameworks for devices&amp;nbsp;are other areas of interest for me.&lt;/P&gt;
&lt;P&gt;I'm originally from Bucharest&amp;nbsp;Romania where I graduated from the Faculty of Mathematics of the University of Bucharest. I have a Bsc and a Msc in Statistics and Applied Mathematics from there.&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=74452" width="1" height="1"&gt;</description></item></channel></rss>