<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Microsoft All-In-One Code Framework - a centralized code sample library</title><link>http://1code.codeplex.com/project/feeds/rss</link><description>The Microsoft All-In-One Code Framework is a free, centralized code sample library provided by the Microsoft Community team. Our goal is to provide typical code samples for all Microsoft development technologies. </description><item><title>Created Issue: All-In-One Code Framework can't help me find useful sample code. [10346]</title><link>http://1code.codeplex.com/workitem/10346</link><description>I am visual studio 2008 user, and i write MFC program. i used use mfc 4.2 old version, i know in visual studio 2008 , mfc souce code change a lot. and  CMFCToolBar&amp;#42; classes , i don&amp;#39;t know how to use these classes.&lt;br /&gt;&lt;br /&gt;CMFCToolBar&lt;br /&gt;CMFCToolBarButton&lt;br /&gt;CMFCToolBarEditBoxButton&lt;br /&gt;CMFCToolBarFontComboBox&lt;br /&gt;&lt;br /&gt;i search these classes name in All-In-One code framework, it said , &lt;br /&gt;&lt;br /&gt;&amp;#34; We do not find any relevant code samples for your qurey &amp;#34;CMFCToolBarColorButton MFC C&amp;#43;&amp;#43;&amp;#34;. &lt;br /&gt;You consider requesting the code sample from Microsoft  All - In - One Code Framework&lt;br /&gt;&lt;br /&gt;i know in Visual Studio 2010 sample have these demoes application.  &lt;br /&gt; &lt;br /&gt;Why visual Studio 2008 haven&amp;#39;t these demoes application.&lt;br /&gt;&lt;br /&gt;Does it means All-In-On code framework is sort of deceptious tools &amp;#63;&lt;br /&gt;</description><author>tauruswang</author><pubDate>Fri, 10 Feb 2012 03:57:42 GMT</pubDate><guid isPermaLink="false">Created Issue: All-In-One Code Framework can't help me find useful sample code. [10346] 20120210035742A</guid></item><item><title>Commented Issue: Speech recognition [9634]</title><link>http://1code.codeplex.com/workitem/9634</link><description>It would be nice to see a reasonably-sized sample of how to use speech recognition in Windows 7. Perhaps some simple commands to cut, copy, and paste&amp;#63; How to configure for new commands, how to distribute, and how to customize the recognition engine.&lt;br /&gt;Comments: ** Comment from web user: Nightking ** &lt;p&gt;It also would be nice to see some TTS &amp;#40;Microsoft.Speech.Synthesis&amp;#41; samples with the Speech Platform 11. It&amp;#39;s really hard to find a entry into this topic. The MSDN-Documentation is good, but it contains no full example for TTS &amp;#58;&amp;#41;.&lt;/p&gt;</description><author>Nightking</author><pubDate>Thu, 09 Feb 2012 20:46:07 GMT</pubDate><guid isPermaLink="false">Commented Issue: Speech recognition [9634] 20120209084607P</guid></item><item><title>Commented Issue: WPF/Bing Map Control: SQLGeometry Support [10308]</title><link>http://1code.codeplex.com/workitem/10308</link><description>First, I love the WPF Bing Map. I&amp;#39;m creating a .shp file importer and feel dead in my tracts because WPF does not support multi-polygon shapes natively.  I have a simple DataTable with SQLGeometry type that is from the shape file.   &lt;br /&gt;The problem is that there&amp;#39;s no clean way to get the SQLGeometry into the map&amp;#33; &amp;#58;-&amp;#41;  Polygons are the easiest and I can figure that out&amp;#59; however, multi-polygons are a different story.&lt;br /&gt;&lt;br /&gt;Can a class be created to convert a SQLGeometry class to something that can be consumed by WPF&amp;#47;Bing maps control&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: dschieffer ** &lt;p&gt;This would be a hugh help in getting my current application to market.  I want to use the bing maps, but I am finding it difficult dealing with the SQL Geometries.&lt;/p&gt;</description><author>dschieffer</author><pubDate>Wed, 08 Feb 2012 17:30:45 GMT</pubDate><guid isPermaLink="false">Commented Issue: WPF/Bing Map Control: SQLGeometry Support [10308] 20120208053045P</guid></item><item><title>Created Issue: WPF/Bing Map Control: SQLGeometry Support [10308]</title><link>http://1code.codeplex.com/workitem/10308</link><description>First, I love the WPF Bing Map and I&amp;#39;m creating a .shp file import.  Now I have a simple DataTable with all the information from the .dbf and .shp file in one place and the point data &amp;#40;WKT&amp;#41; from the shape file is nicely tucket into the DataTable as a SQLGeometry type.  All column is valid SQLGeometry consisting of Polygon and MultiPolygon data.&lt;br /&gt;&lt;br /&gt;The problem is that there&amp;#39;s no clean way to get the SQLGeometry into the map&amp;#33; &amp;#58;-&amp;#41;  Polygons are the easiest and I can figure that out&amp;#59; however, multi-polygons.   Simply put, the new WPF&amp;#47;Bing Map control&lt;br /&gt;</description><author>michael1047</author><pubDate>Mon, 06 Feb 2012 19:20:17 GMT</pubDate><guid isPermaLink="false">Created Issue: WPF/Bing Map Control: SQLGeometry Support [10308] 20120206072017P</guid></item><item><title>Created Issue: How do I create a Windows 7 Desktop gadget [10298]</title><link>http://1code.codeplex.com/workitem/10298</link><description>I am fluent in both VB.Net and CSharp.Net.  But am new to vista&amp;#47;7 operating systems.&lt;br /&gt;</description><author>JLTLC</author><pubDate>Sun, 05 Feb 2012 08:32:45 GMT</pubDate><guid isPermaLink="false">Created Issue: How do I create a Windows 7 Desktop gadget [10298] 20120205083245A</guid></item><item><title>Created Issue: Encrypt windows app.config during install [10294]</title><link>http://1code.codeplex.com/workitem/10294</link><description>Please provide a current sample for VS 2008, targeting 3.5 framework for encrypting the app.config Connection Strings settings during project install.  And commandline commands that are needed to ensure a Service Account has access to the encryption key container for decrypting the connection strings.&lt;br /&gt;&lt;br /&gt;Currently deploying an application to be run by the task scheduler, no interface, with all exceptions written to the log, so there is no interface.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    &amp;#91;RunInstaller&amp;#40;true&amp;#41;&amp;#93;&lt;br /&gt;    public partial class AppInstaller &amp;#58; Installer&lt;br /&gt;    &amp;#123;&lt;br /&gt;        public AppInstaller&amp;#40;&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            InitializeComponent&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;&lt;br /&gt;        public override void Install&amp;#40;IDictionary stateSaver&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            base.Install&amp;#40;stateSaver&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;            &amp;#47;&amp;#47; Configuration encryption protect section&lt;br /&gt;&lt;br /&gt;        &amp;#125;&lt;br /&gt;    &amp;#125;&lt;br /&gt;&lt;br /&gt;I found several articles describing how to accomplish this, but they were written in 2007.&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;www.codeproject.com&amp;#47;Articles&amp;#47;18558&amp;#47;Encrypting-windows-application-connection-strings &amp;#40;method currently trying to use&amp;#41;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;www.codeproject.com&amp;#47;Articles&amp;#47;15392&amp;#47;Implementing-Protected-Configuration-With-Windows&lt;br /&gt;</description><author>TekProfessional</author><pubDate>Sat, 04 Feb 2012 18:58:23 GMT</pubDate><guid isPermaLink="false">Created Issue: Encrypt windows app.config during install [10294] 20120204065823P</guid></item><item><title>Created Issue: mongodb REST client /  server (service) sending/receiving a collection [10292]</title><link>http://1code.codeplex.com/workitem/10292</link><description>A winform client sending a collection to a rest service where the service populates the data in mongodb.&lt;br /&gt;Also a query request from the client to request data from the service which resides in mongodb.&lt;br /&gt;</description><author>foxjazz</author><pubDate>Fri, 03 Feb 2012 16:16:21 GMT</pubDate><guid isPermaLink="false">Created Issue: mongodb REST client /  server (service) sending/receiving a collection [10292] 20120203041621P</guid></item><item><title>New Post: Insufficient memory issues in excel file download</title><link>http://1code.codeplex.com/discussions/291065</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;What is the solution to fix insufficient memory issues in asp.net. I am trying to download and heavy excel file from asp.net. The file is approx 24 MB and has close to 65,000 records and 100 columns. It is running fine for a while then i am facing memory insufficient issues in server.&lt;/p&gt;
&lt;p&gt;ERROR: Message: Could not save the workbook.Insufficient memory to continue the execution of the program&lt;/p&gt;
&lt;p&gt;I tried closing and releasing all resources but nothing worked? I tried playing with web config settings like&lt;/p&gt;
&lt;p&gt;Tried decreasing the requestLengthDiskThreshold value from initial value of &lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;99999999&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #a31515; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #a31515; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #a31515; font-size: x-small;"&gt;httpruntime&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #ff0000; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #ff0000; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #ff0000; font-size: x-small;"&gt;useFullyQualifiedRedirectUrl&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;=&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;true&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #ff0000; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #ff0000; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #ff0000; font-size: x-small;"&gt;requestValidationMode&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;=&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;2.0&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #ff0000; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #ff0000; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #ff0000; font-size: x-small;"&gt;maxRequestLength&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;=&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;99999999&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #ff0000; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #ff0000; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #ff0000; font-size: x-small;"&gt;requestLengthDiskThreshold&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;=&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;1024&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #ff0000; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #ff0000; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #ff0000; font-size: x-small;"&gt;executionTimeout&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;=&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;99999999&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt; &lt;/span&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;/&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;finally&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&amp;nbsp; //Close the workbook and dispose the object&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; workbook.Close();&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; workbook = null;&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; // kill the right process after export completed&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; KillExcel();&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; System.Runtime.InteropServices.Marshal.CleanupUnusedObjectsInCurrentContext();&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; GC.WaitForPendingFinalizers();&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; GC.Collect();&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;httpResponse.End();&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; private void KillExcel()&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; Process[] AllProcesses = Process.GetProcessesByName("excel");&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // check to kill the right process&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; foreach (Process ExcelProcess in AllProcesses)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&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; if (myHashtable.ContainsKey(ExcelProcess.Id) == false)&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; ExcelProcess.Kill();&lt;br /&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; AllProcesses = null;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;/div&gt;</description><author>sdomalpally</author><pubDate>Fri, 03 Feb 2012 10:07:49 GMT</pubDate><guid isPermaLink="false">New Post: Insufficient memory issues in excel file download 20120203100749A</guid></item><item><title>Created Issue: Interprocess communication [10272]</title><link>http://1code.codeplex.com/workitem/10272</link><description>A simple sample for ipc for different processes in different machines.&lt;br /&gt;</description><author>ngypas</author><pubDate>Tue, 31 Jan 2012 23:29:19 GMT</pubDate><guid isPermaLink="false">Created Issue: Interprocess communication [10272] 20120131112919P</guid></item><item><title>Commented Issue: Speed Test | Bandwidth Checking??? (C#) [9883]</title><link>http://1code.codeplex.com/workitem/9883</link><description>Web Application that can check Bandwidth. and Show to the user that is currently online Watching Video or Refreshing the page.&lt;br /&gt;&lt;br /&gt;this would help online users, why there web pages aren&amp;#39;t loading or what fast they are downloading the content.&lt;br /&gt;Ajax enabled page is requesting for updates so those downloads will also be checked.&lt;br /&gt;Comments: ** Comment from web user: Bmuzammil ** &lt;p&gt;I&amp;#39;m talking about a way to tell online users, or registered users to know on how much bandwidth they are consuming on per page reload or while they are downloading content from a website. I windows it might be possible and is possible using tools but online, at least I haven&amp;#39;t seen such feature.&lt;/p&gt;&lt;p&gt;Take facebook as an example, every user that have a profile has a different content on there profile, so there should be a way to detect on how much data they are requesting and is sent to per user. and what type it is, video, html, scripts, or songs, images, etc.. graph that should represent that in MB &amp;#124; GB. No such website I am aware of has such feature. This is useful if you can also manage to display then you can also analyze a lot of information regarding per user based info, what the user finds interested in on a site.&lt;/p&gt;</description><author>Bmuzammil</author><pubDate>Tue, 31 Jan 2012 22:58:31 GMT</pubDate><guid isPermaLink="false">Commented Issue: Speed Test | Bandwidth Checking??? (C#) [9883] 20120131105831P</guid></item><item><title>New Post: duplicate. please ignore</title><link>http://1code.codeplex.com/discussions/287647</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;my apologies&lt;/p&gt;&lt;/div&gt;</description><author>SixOThree</author><pubDate>Fri, 27 Jan 2012 16:04:33 GMT</pubDate><guid isPermaLink="false">New Post: duplicate. please ignore 20120127040433P</guid></item><item><title>Commented Issue: Cross-Domain jQuery JSON request with WCF4 [10199]</title><link>http://1code.codeplex.com/workitem/10199</link><description>I&amp;#39;d like to see an example of a cross-domain jQuery JSON request &amp;#40;posting json and getting json back&amp;#41; using WCF in .NET 4.&lt;br /&gt;Comments: ** Comment from web user: orichisonic ** &lt;p&gt;Hi airsick,&lt;/p&gt;&lt;p&gt; Thank you for using our sample idea request service. I have used its similiar functionality within JQuery under MVC 1.1 environment. at that scenario I use IE setting according to set &amp;#34;access data source accross domains&amp;#34; which is inside in &amp;#34;Internet Options - Security&amp;#34; Tab. Certainly I have noticed your scenario is under the WCF in .NET 4.0, if you have enough clue to make us trust this sample idea is worth composing,please feel free to let me know. &lt;/p&gt;&lt;p&gt;Sincerely,&lt;br /&gt;All-In-Onecode-Framework&lt;/p&gt;</description><author>orichisonic</author><pubDate>Fri, 27 Jan 2012 05:32:15 GMT</pubDate><guid isPermaLink="false">Commented Issue: Cross-Domain jQuery JSON request with WCF4 [10199] 20120127053215A</guid></item><item><title>Created Issue: can't execute ActiveXObject("Microsoft.XMLDOM") in IE9 [10202]</title><link>http://1code.codeplex.com/workitem/10202</link><description>try &amp;#123;&lt;br /&gt;                        xmlDoc &amp;#61; new ActiveXObject&amp;#40;&amp;#34;Microsoft.XMLDOM&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;                    &amp;#125;&lt;br /&gt;                    catch &amp;#40;e&amp;#41; &amp;#123;&lt;br /&gt;                        window.alert&amp;#40;&amp;#34;CreateXMLDocument failed due to the following problem&amp;#58;  &amp;#34; &amp;#43; e.description&amp;#41;&amp;#59;&lt;br /&gt;                    &amp;#125;&lt;br /&gt;the above code gets this error&lt;br /&gt;message &amp;#61; &amp;#34;Automation server can&amp;#39;t create object&amp;#34;&lt;br /&gt;</description><author>onetjn</author><pubDate>Sat, 21 Jan 2012 19:47:44 GMT</pubDate><guid isPermaLink="false">Created Issue: can't execute ActiveXObject("Microsoft.XMLDOM") in IE9 [10202] 20120121074744P</guid></item><item><title>Created Issue: Cross-Domain jQuery JSON request with WCF4 [10199]</title><link>http://1code.codeplex.com/workitem/10199</link><description>I&amp;#39;d like to see an example of a cross-domain jQuery JSON request &amp;#40;posting json and getting json back&amp;#41; using WCF in .NET 4.&lt;br /&gt;</description><author>airsick</author><pubDate>Sat, 21 Jan 2012 16:38:10 GMT</pubDate><guid isPermaLink="false">Created Issue: Cross-Domain jQuery JSON request with WCF4 [10199] 20120121043810P</guid></item><item><title>Commented Issue: Custom Credential Type in Active Claims using WIF [9150]</title><link>http://1code.codeplex.com/workitem/9150</link><description>Out of the box, WCF supports UserName&amp;#47;WindowsAuth&amp;#47;Certificate&amp;#47;etc for client credentials, but sometimes you need to pass more information.  What is the best way to pass a custom credential type to a WIF-based STS using WCF&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: JohnAskew ** &lt;p&gt;http&amp;#58;&amp;#47;&amp;#47;claimsid.codeplex.com&amp;#47;&lt;/p&gt;&lt;p&gt;Perhaps fold in Eugenio Pace&amp;#39;s bits&amp;#58;&lt;/p&gt;&lt;p&gt;http&amp;#58;&amp;#47;&amp;#47;blogs.msdn.com&amp;#47;b&amp;#47;eugeniop&amp;#47;archive&amp;#47;2011&amp;#47;06&amp;#47;13&amp;#47;claims-identity-guide-hands-on-labs.aspx&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><author>JohnAskew</author><pubDate>Fri, 20 Jan 2012 14:20:06 GMT</pubDate><guid isPermaLink="false">Commented Issue: Custom Credential Type in Active Claims using WIF [9150] 20120120022006P</guid></item><item><title>New Comment on "All-In-One Code Framework Sample Catalog"</title><link>http://1code.codeplex.com/wikipage?title=All-In-One Code Framework Sample Catalog&amp;ANCHOR#C22275</link><description>Hi,&amp;#10;Thank you for all the features.</description><author>Lempinen_Sami</author><pubDate>Fri, 20 Jan 2012 14:19:40 GMT</pubDate><guid isPermaLink="false">New Comment on "All-In-One Code Framework Sample Catalog" 20120120021940P</guid></item><item><title>Commented Issue: ASP.NET MVC3 Best Practices Example [9323]</title><link>http://1code.codeplex.com/workitem/9323</link><description>This sample should include&amp;#58;&lt;br /&gt;HTML5 using Razor, Jason, Modernizr, Polyfills and shims,  and yepnope for a business line application with a backend database.&lt;br /&gt;Comments: ** Comment from web user: JohnAskew ** &lt;p&gt;It may be salable to provide an aggregation of projects which demonstrate the above-mentioned technologies rather than trying to stuff all into one solution. Perhaps existing assets can be used for this... a portal for MVC3...&lt;br /&gt;Thanks.&lt;/p&gt;</description><author>JohnAskew</author><pubDate>Fri, 20 Jan 2012 14:02:24 GMT</pubDate><guid isPermaLink="false">Commented Issue: ASP.NET MVC3 Best Practices Example [9323] 20120120020224P</guid></item><item><title>Reviewed: Visual Studio 2010 Code Samples 2011-01-23 (Jan 19, 2012)</title><link>http://1code.codeplex.com/releases/view/59639#ReviewBy-Holger1973</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - a wonderfull collection </description><author>Holger1973</author><pubDate>Fri, 20 Jan 2012 04:15:40 GMT</pubDate><guid isPermaLink="false">Reviewed: Visual Studio 2010 Code Samples 2011-01-23 (Jan 19, 2012) 20120120041540A</guid></item><item><title>Reviewed: All-In-One Code Framework Sample Browser (Jan 19, 2012)</title><link>http://1code.codeplex.com/releases/view/64539#ReviewBy-Holger1973</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - wonderfull ... &amp;#10;it helps me a lot to be more efficient with my work </description><author>Holger1973</author><pubDate>Fri, 20 Jan 2012 04:06:24 GMT</pubDate><guid isPermaLink="false">Reviewed: All-In-One Code Framework Sample Browser (Jan 19, 2012) 20120120040624A</guid></item><item><title>Created Issue: WPF Notification Area Application Sample [10188]</title><link>http://1code.codeplex.com/workitem/10188</link><description>There aren&amp;#39;t many good samples on how to create a WPF application used in the Notification Area of Windows 7.  This would be a great sample to show us the proper way to create such an application.&lt;br /&gt;</description><author>Max1ce</author><pubDate>Thu, 19 Jan 2012 20:52:52 GMT</pubDate><guid isPermaLink="false">Created Issue: WPF Notification Area Application Sample [10188] 20120119085252P</guid></item></channel></rss>
