Wednesday, January 30, 2013
Tuesday, January 29, 2013
Gmail like Dropdown
Flexbox which looks like a dropdown and accepts JSON object Click here to see demo and download
JSON
Very Easy to Serialize (C# Object to Json) and DeSerialize (Json to C# Object)
please check following links
please check following links
- http://blogs.microsoft.co.il/blogs/pini_dayan/archive/2009/03/12/convert-objects-to-json-in-c-using-javascriptserializer.aspx
- http://www.codeproject.com/Articles/78928/Create-JSON-from-C-using-JSON-Library
- http://www.codeproject.com/Articles/34730/JSON-and-C-using-Generics-and-Delegates
- http://json.codeplex.com/
- http://james.newtonking.com/pages/json-net.aspx
Jquery Checked Checkbox
Using Jquery check whether checkbox is checked and how to get list of checked checkboxes.
- Method 1. $('#checkBox').attr('checked');
- Method 2. $('#edit-checkbox-id').is(':checked');
- Method 3 (list of checked checkboxes). $("input[@type=checkbox][@checked]").each( function() { // code } );
Task Parallel Library
Use All the CPU's of the computer :)
write a program which will execute the task on different Processors of the computer.
All currently used machines and server has more than one processors so read the article about how take advantage of all the processors and have tasks running around more than one processor so that application perfomance boosts
write a program which will execute the task on different Processors of the computer.
All currently used machines and server has more than one processors so read the article about how take advantage of all the processors and have tasks running around more than one processor so that application perfomance boosts
.net 4.0 has excellent Threading Machanism, Microsoft has done a excellent on this i dont think any other language would provide this much flexibility and easiness to create thread, Async programming and processing task parallel on multiple processors.
Thanks to microsoft on this.
Free Books on Microsoft.net, VS.net etc
We try to provide a recap every once in a while about our free ebooks because they’re some of our most popular posts.
Many of our free ebooks are offered in three formats - PDF, Mobi (Kindle) and epub.
From Microsoft Press.
http://blogs.msdn.com/b/microsoft_press/archive/2012/05/04/free-ebooks-great-content-from-microsoft-press-that-won-t-cost-you-a-penny.aspx
Subscribe to:
Posts (Atom)