<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7640947</id><updated>2024-10-09T07:21:58.281+05:00</updated><title type='text'>Welcome to NED.net User Group</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://nednet.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default?alt=atom'/><link rel='alternate' type='text/html' href='http://nednet.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default?alt=atom&amp;start-index=26&amp;max-results=25'/><author><name>Zeeshan Muhammad</name><uri>http://www.blogger.com/profile/00023472065542548612</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://img3.imageshack.us/img3/6858/zishu0pe.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>83</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7640947.post-112591318291097517</id><published>2005-09-05T14:38:00.000+05:00</published><updated>2005-09-05T14:39:42.916+05:00</updated><title type='text'>Getting to know ASP.NET 2.0</title><content type='html'>When Microsoft released the .NET Framework 1.0 Technology in July 2000, it was immediately clear that Web development was going to change. The company’s prior technology, Active Server Pages (ASP) launched hundreds of books, articles, Web sites and components, all aiming to make the development process easier than before. However, what ASP did not have, was an application framework - it was never an enterprise development tool. Everything in ASP was code oriented - but it simply wasn&#39;t possible to avoid doing work without writing codes.&lt;br /&gt;ASP.NET was designed to counter this problem. Right from its initial release as a preview technology, Microsoft ASP.NET has been a huge success. For those people developing web sites using Microsoft technologies, ASP.NET provides a rich programming model, allowing sites to be easily constructed. There has been a lot of talk since its release, but ignoring all the hype and press, .NET really is a product for developers, providing a great foundation for building all types of web applications. One of the key design goals of ASP.NET was to make programming easier and quicker by reducing the amount of code that needed to be created. This phenomenon operates when one enters the era of declarative programming model, rich server controls, large class libraries, and support for development tools from the humble Notepad to the high-end Visual Studio .NET.&lt;br /&gt;&lt;br /&gt;Yup thats an excerpt from my latest contribution for &lt;a target=&quot;_blank&quot; href=&quot;http://www.spider.tm/&quot;&gt;Spider Magazine&lt;/a&gt;. See their September 2005 issue, page 47 if you want to read more. Visual Studio Team System, SQL Server 2005 and Smart Clients are on the list for future publications for both &lt;a target=&quot;_blank&quot; href=&quot;http://www.spider.tm/&quot;&gt;Spider&lt;/a&gt; and &lt;a target=&quot;_blank&quot; href=&quot;http://www.dawn.com/weekly/science/science.htm&quot;&gt;Dawn Sci-Tech&lt;/a&gt;. Feel free to share your comments and suggestions.</content><link rel='replies' type='application/atom+xml' href='http://nednet.blogspot.com/feeds/112591318291097517/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/7640947/112591318291097517' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/112591318291097517'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/112591318291097517'/><link rel='alternate' type='text/html' href='http://nednet.blogspot.com/2005/09/getting-to-know-aspnet-20.html' title='Getting to know ASP.NET 2.0'/><author><name>Zeeshan Muhammad</name><uri>http://www.blogger.com/profile/00023472065542548612</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://img3.imageshack.us/img3/6858/zishu0pe.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7640947.post-112569362452435229</id><published>2005-09-03T01:39:00.000+05:00</published><updated>2005-09-03T01:40:24.530+05:00</updated><title type='text'>Design Patterns : Dependency Injections (DI)</title><content type='html'>Today there is a greater focus than ever on reusing existing components and wiring together disparate components to form a cohesive architecture. But this wiring can quickly become a daunting task because as application size and complexity increase, so do dependencies. One way to mitigate the proliferation of dependencies is by using Dependency Injection (DI), which allows you to inject objects into a class, rather than relying on the class to create the object itself.&lt;br /&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://http//msdn.microsoft.com/msdnmag/issues/05/09/DesignPatterns/default.aspx&quot;&gt;&lt;br /&gt;Read the rest of this article and download the source code from here.&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://nednet.blogspot.com/feeds/112569362452435229/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/7640947/112569362452435229' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/112569362452435229'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/112569362452435229'/><link rel='alternate' type='text/html' href='http://nednet.blogspot.com/2005/09/design-patterns-dependency-injections.html' title='Design Patterns : Dependency Injections (DI)'/><author><name>Zeeshan Muhammad</name><uri>http://www.blogger.com/profile/00023472065542548612</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://img3.imageshack.us/img3/6858/zishu0pe.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7640947.post-112482736091888027</id><published>2005-08-24T01:01:00.000+05:00</published><updated>2005-08-24T01:02:40.926+05:00</updated><title type='text'>.NET Pakistan : Where Paki Geeks Hangout!</title><content type='html'>&lt;span style=&quot;font-weight: bold;&quot;&gt;What is .NET Pakistan&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;.Net Pakistan will initially be a blogging site that will evolve as a .NET Portal and a discussion forum. At .NET Pakistan you will be getting daily dose of technology updates, code snippets, tutorials, best practices, and solutions for their posted problems.&lt;br /&gt;&lt;br /&gt;Blogging at .Net Pakistan will be done by experienced .Net Professionals from around the globe. The list of bloggers will increase with time. If you are interested in blogging for us then do write us at (&lt;a href=&quot;mailto:dotnetpakistan@yahoo.com&quot;&gt;dotnetpakistan@yahoo.com&lt;/a&gt;) about your self, experience, and areas you would like to write on.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Behind .Net Pakistan&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Wajahat Abbas&lt;/span&gt; has worked for the last three years as a Software Engineer. He is currently working as Technical Lead in Kalsoft (Pvt) Ltd, Pakistan, a software consulting firm focused on .NET development and consulting. Wajahat is an Executive committee member of INETA Pakistan. He has also worked for Microsoft Consulting Services for .NET development. He can be approached at &lt;a href=&quot;mailto:wajahatabbas@yahoo.com&quot;&gt;wajahatabbas@yahoo.com&lt;/a&gt;. For more details visit his blog : &lt;a target=&quot;_blank&quot; href=&quot;http://www.wajahatabbas.com/&quot;&gt;http://www.wajahatabbas.com&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Hammad Rajjoub&lt;/span&gt; is a Software Engineer by profession. He is a Microsoft MVP for XML Web Services. He is also a MCP. He has been working on .Net platform since its beta release. He is also an Executive INETA committee member and member of INETA MEA speakers bureau. He is currently working as Technical Lead in Kalsoft (Pvt) Ltd, Pakistan, a software consulting firm focused on .NET development and consulting. Hammad has spoken at a number of seminars and conferences. He can be reached at &lt;a href=&quot;mailto:hammad.rajjoub@ineta.org&quot;&gt;hammad.rajjoub@ineta.org&lt;/a&gt;. For more details visit his blog : &lt;a target=&quot;_blank&quot; href=&quot;http://dotnetwizards.blogspot.com/&quot;&gt;http://dotnetwizards.blogspot.com&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Where is .NET Pakistan&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Right here : &lt;a target=&quot;_blank&quot; href=&quot;http://www.dotnetpakistan.com/&quot;&gt;http://www.dotnetpakistan.com&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://nednet.blogspot.com/feeds/112482736091888027/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/7640947/112482736091888027' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/112482736091888027'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/112482736091888027'/><link rel='alternate' type='text/html' href='http://nednet.blogspot.com/2005/08/net-pakistan-where-paki-geeks-hangout.html' title='.NET Pakistan : Where Paki Geeks Hangout!'/><author><name>Zeeshan Muhammad</name><uri>http://www.blogger.com/profile/00023472065542548612</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://img3.imageshack.us/img3/6858/zishu0pe.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7640947.post-112214659894844038</id><published>2005-07-24T00:17:00.000+05:00</published><updated>2005-07-27T15:25:55.846+05:00</updated><title type='text'>Whats new in .NET Framework 2.0</title><content type='html'>International .NET Association Pakistan Chapter and NED.net User Group invites you to attend a free seminar on Whats New In .NET Framework 2.0 by Hammad Rajjoub.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Note:&lt;/span&gt;&lt;br /&gt;This event has been delayed. An email will be send to all those who registered for this event about the new date. Agenda and venue will remain the same as mentioned below.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Agenda:&lt;/span&gt;&lt;br /&gt;2:00pm - 3:00pm - Talk on .NET Framework 2.0&lt;br /&gt;3:00pm - 3:15pm - Q&amp;A Session&lt;br /&gt;3:15pm - 4:00pm - Refreshments&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Event Registration:&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;&lt;/span&gt;Registration is closed for this event.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Venue:&lt;/span&gt;&lt;br /&gt;Lecture Theatre - Department of Computer and Information Systems Engineering&lt;br /&gt;NED University Of Engineering and Technology Karachi.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;About Event:&lt;/span&gt;&lt;br /&gt;.NET Framework 2.0 has gained quite popularity amongst the professional as well as student developers from the day of its first beta release. With the new additions to the framework like Generics, Partial Classes, support for 64 bit computing and the very famous XML classes, everyone is keen to know what the hype it all about? Your wait is over now as our presentation will cover all the details about the new framework.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;About Speaker:&lt;/span&gt;&lt;br /&gt;Hammad Rajjoub is working as Technical Lead with Meezan Bank Limited . He holds a BS Computer Science degree from Karachi University and has MCP.NET certification (as well as a number of Brain Bench Certifications). He is member of ACM( http://www.acm.org) since 2002 and was Chairman of ACM-CSKU Chapter(http://www.csku.edu.pk/acm) for the year 2002. He has been working on .Net since its Beta 1 release. His areas of interest include Distributed Computing, Service Oriented Architecture, Aspect Oriented Programming, Design Patterns and Quantum Computation.&lt;br /&gt;He has developed number of enterprise scale applications using C#, ASP.Net and SQL Server. He is a .Net Evangelist and speaks frequently at knowledge sharing sessions. He has hosted number of sessions at local as well international conferences. He has written a number of articles for local as well as international publishers. He has also written a case study for Wrox Publishers (http://www.wrox.co.uk). He also trains people at software houses on .Net and helps them migrate from VB/VC to VB.Net/VC#.&lt;br /&gt;He is also a user group leader of .NetWizards which is an INETA (http://www.ineta.org) chartered user group. He is a member speakers bureau INETA Pakistan, and member of INETA Pakistan Executive Committee. He teaches at Dept. Of Computer Science, Karachi University and PAF KIET as a visiting faculty member. He spends his spare time learning and evangelizing .NET. For more details visit his blog at: http://dotnetwizards.blogspot.com&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://nednet.blogspot.com/feeds/112214659894844038/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/7640947/112214659894844038' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/112214659894844038'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/112214659894844038'/><link rel='alternate' type='text/html' href='http://nednet.blogspot.com/2005/07/whats-new-in-net-framework-20.html' title='Whats new in .NET Framework 2.0'/><author><name>Zeeshan Muhammad</name><uri>http://www.blogger.com/profile/00023472065542548612</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://img3.imageshack.us/img3/6858/zishu0pe.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7640947.post-112214620323112403</id><published>2005-07-24T00:06:00.000+05:00</published><updated>2005-07-24T00:38:34.126+05:00</updated><title type='text'>Master Pages and Themes in ASP.NET 2.0</title><content type='html'>I spend a wonderful time during my presentation for NED.net on &quot;Master Pages and Themes in ASP.NET 2.0.&quot; This is the first time that I am not going to say that &quot;the speaker was absolutely amazing and the presentation was just awesome.&quot; I am not being too modest, this is what usally happens when you are speaking for the first time. This was just the beginning and I have to walk a long way to become a good speaker.&lt;br /&gt;&lt;br /&gt;I started by giving a very brief introduction about ASP.NET 2.0. Talked about the Visual Studio enhancements, new compilation and code-beside model, new deployment methods etc. Then I moved toward the main topic of presentation &quot;Themes in the new version of ASP.NET.&quot; I have shown demos all along the slides to give the audience a better look at how to use these new technologies that are introduced in ASP.NET 2.0 for the first time. I really like the concept of applying themes to the sites which really ease the burden of giving &quot;CSSClass&quot; or &quot;Class&quot; refrences to all the contents of your site. You just have to include &lt;% @ Page Theme=&quot;SmokeAndGlass&quot; %&gt; and thats all. All your controls will be given a consistent look to your site.&lt;br /&gt;&lt;br /&gt;Then we moved on towards the Master Pages. Master Pages are introduced for the first time in ASP.NET 2.0 and its all about giving a consistent layout to your website yet with almost no line of code at all. You just have to define the looks of your site in the master page with &lt;% @ Mater %&gt; tag, define the layout of your pages in just one file and throw some contentplaceholders which will be used to pass contents from content pages &lt;% @ Page MasterPageFile=&quot;Master.master&quot; %&gt;. No more usercontrols for defining the layout of the site and placing the controls in all of you pages one at a time. You can also nest 2 or more master pages together to make the figure a bit more complex yet recommended for big project and portal style websites.&lt;br /&gt;&lt;br /&gt;It was a nice start for me today and I have learned one thing. Never throw a bad joke during your presentation, you will loose some pretty looking audiences :) . The audience were amazing, they throwed some really good questions and have rated my 3.5 out of 5 which is not bad for my first attempt. I want to thank Usman especially for working with me in the lab and helping me in setting up the machine for my ugly demos, &lt;a target=&quot;_blank&quot; href=&quot;http://msaqib.blogspot.com/&quot;&gt;Sir Saqib Ilyas&lt;/a&gt; for allowing me to use his laptop and helping me during the arrangements, &lt;a target=&quot;_blank&quot; href=&quot;http://fnasim.blogspot.com/&quot;&gt;Faisal Nasim&lt;/a&gt;, Muhammad Yahya, &lt;a target=&quot;_blank&quot; href=&quot;http://sarfarazsoomro.blogspot.com/&quot;&gt;Sarfaraz Soomro&lt;/a&gt;, &lt;a target=&quot;_blank&quot; href=&quot;http://fahadmajeed.blogspot.com/&quot;&gt;Fahad Majeed&lt;/a&gt; for doing all the nasty work behind the scene and arranging the foods and drinks and the feedbacks offcourse. Last but certainly not the least, I would like to thank &lt;a target=&quot;_blank&quot; href=&quot;http://dotnetwizards.blogspot.com/&quot;&gt;Hammad&lt;/a&gt; and &lt;a target=&quot;_blank&quot; href=&quot;http://coredotnet.blogspot.com/&quot;&gt;Adnan&lt;/a&gt; bhai for being there for my support and helping me in the Q&amp;amp;A session. You guys just are just awesome and this event wouldn&#39;t have been possible without your help.&lt;br /&gt;&lt;br /&gt;Thank you once again!&lt;br /&gt;&lt;br /&gt;You can download the slides from &lt;a target=&quot;_blank&quot; href=&quot;http://mea.ineta.org/images/Presentations/NED.net/MasterPages.zip&quot;&gt;here&lt;/a&gt;. I have also included some Theme files along with the slides. You just have to copy them in the Global Themes folder which I mentioned during the presentation and you are all set to go. All previous presentations can also be download from &lt;a target=&quot;_blank&quot; href=&quot;http://mea.ineta.org/Resources/Content%20Repository/Presentations/Presentations.htm&quot;&gt;here.&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://nednet.blogspot.com/feeds/112214620323112403/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/7640947/112214620323112403' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/112214620323112403'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/112214620323112403'/><link rel='alternate' type='text/html' href='http://nednet.blogspot.com/2005/07/master-pages-and-themes-in-aspnet-20.html' title='Master Pages and Themes in ASP.NET 2.0'/><author><name>Zeeshan Muhammad</name><uri>http://www.blogger.com/profile/00023472065542548612</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://img3.imageshack.us/img3/6858/zishu0pe.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7640947.post-112213299024758062</id><published>2005-07-23T20:29:00.000+05:00</published><updated>2005-07-23T20:36:30.386+05:00</updated><title type='text'>Another Free XAML Designer</title><content type='html'>Aurora XAML Designer is another free designer after XAM3D available for developers to get their hands dirty with XAML for Visual Studio 2005. It can also work in a stand-alone environment) .&lt;br /&gt;&lt;br /&gt;Aurora for Visual Studio 2005 integrates seamlessly into the Visual Studio environment to provide a visual designer for XAML content. Developers no longer have to spend countless hours manually coding simple XAML content. Now the equivalent content can be created visually in minutes within the Visual Studio environment using the integrated Aurora XAML Designer. Aurora for Visual Studio 2005 improves developer workflow by allowing the developer to maintain their XAML documents visually within the Visual Studio 2005&lt;br /&gt;environment; an integrated development environment that is familiar to millions of developers worldwide.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Recap of important features:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;1. Aurora integrates into Visual Studio 2005&lt;br /&gt;2. XAML content created visually within Visual Studio 2005&lt;br /&gt;3. Content created in one environment improves developer workflow&lt;br /&gt;&lt;br /&gt;Mobiform is the first company to provide visual designer software for maintaining XAML documents. Now Mobiform is the first company to provide a visual designer that integrates directly into the Visual Studio 2005 environment.&lt;br /&gt;&lt;br /&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.mobiform.com/&quot;&gt;Downlaod the free designer from here.&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://nednet.blogspot.com/feeds/112213299024758062/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/7640947/112213299024758062' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/112213299024758062'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/112213299024758062'/><link rel='alternate' type='text/html' href='http://nednet.blogspot.com/2005/07/another-free-xaml-designer.html' title='Another Free XAML Designer'/><author><name>Zeeshan Muhammad</name><uri>http://www.blogger.com/profile/00023472065542548612</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://img3.imageshack.us/img3/6858/zishu0pe.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7640947.post-112111572086673600</id><published>2005-07-12T01:56:00.000+05:00</published><updated>2005-07-18T15:46:33.420+05:00</updated><title type='text'>Seminar on Master Pages and Themes in ASP.NET 2.0</title><content type='html'>&lt;a target=&quot;_blank&quot; href=&quot;http://www.inetapakistan.org/&quot;&gt;International .NET Association Pakistan&lt;/a&gt; Chapter and &lt;a target=&quot;_blank&quot; href=&quot;http://nednet.blogspot.com/&quot;&gt;NED.net User Group&lt;/a&gt; invites you to attend an hour long seminar on &lt;span style=&quot;font-weight: bold;&quot;&gt;Master Pages and Themes in ASP.NET 2.0&lt;/span&gt; by Zeeshan Muhammad on July 23, 2005.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Event Registration:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Registration closed for this event.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Venue:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;CIS Lecture Hall, NED University of Enigneering and Technology, Karachi.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Date and Time:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Saturday, July 23, 2005 at 2pm.    &lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Seminar Details:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Almost all websites use a similar graphical layout for all their pages. This doesn&#39;t happen by chance, it grows out of accepted guidelines for design and usability. For some websites, the layout consists of the header, body and footer; for others, it is a more sophisticated aggregation of menus, buttons and panels that contain and render the actual content. The question is, how can you effectively build such Web sites? Both classic ASP and ASP.NET 1.x provide good workarounds for this type of issue, but neither tackles such a scenario openly and provides a definitive, optimal solution. ASP.NET 2.0 faces up to the task through a new technology &quot;Master Pages&quot; and basically exploits the ASP.NET Framework&#39;s ability to merge a &quot;supertemplate&quot; with user-defined content replacements.&lt;br /&gt;&lt;br /&gt;In our seminar we will discuss how ASP.NET 2.0 aids in the design and consistency of sites. From the development perspective, generating a site that is consistent isn’t so hard, and there are plenty of ways it can be achieved. However, these are all custom solutions, not part of the underlying .NET Framework. ASP.NET 2.0 brings a solution that not only improves ways of providing UI reuse but also aids in maintenance of the site.&lt;br /&gt;&lt;br /&gt;Note:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;   &lt;li&gt;Registration is necessary for you to avoid enterance issues at our campus. Current NED Students and Faculty members do not need to register for this event.&lt;/li&gt;   &lt;li&gt;Registration closes on July 18, 2005.&lt;/li&gt;      &lt;li&gt;Give-aways for audience.&lt;br /&gt;&lt;/li&gt; &lt;/ul&gt;Looking forward to welcoming you at our event.</content><link rel='replies' type='application/atom+xml' href='http://nednet.blogspot.com/feeds/112111572086673600/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/7640947/112111572086673600' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/112111572086673600'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/112111572086673600'/><link rel='alternate' type='text/html' href='http://nednet.blogspot.com/2005/07/seminar-on-master-pages-and-themes-in.html' title='Seminar on Master Pages and Themes in ASP.NET 2.0'/><author><name>Zeeshan Muhammad</name><uri>http://www.blogger.com/profile/00023472065542548612</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://img3.imageshack.us/img3/6858/zishu0pe.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7640947.post-111809032384467401</id><published>2005-06-07T01:37:00.000+05:00</published><updated>2005-06-07T01:38:43.846+05:00</updated><title type='text'>Code Run 2005 :: Huge Success</title><content type='html'>INETA Pakistan arranged a Speed Programming Competition named &quot;Code Run 2005&quot; for NED Students. The competition is a huge success. Students participated from both BCIT and CIS departments of NED. In the beginning we received about 20 registrations for Code Run from which we selected senior most 15 students from both departments. Later on with the availability of more computers in our CIS Computational Lab, we selected 2 more teams, giving chance for junior students to participate and prepare for such future events.&lt;br /&gt;&lt;br /&gt;The event started at about 11:15 AM with the introduction by Faisal Naseem on the contest. I then followed by introducing the prizes for the winning team and the runner ups. Questions papers were given to the teams and the clock start ticking. They were given 2 and a half hours to solve 5 mind juggling questions to prove their skills to be amongst the best coders in NED.&lt;br /&gt;Pizzas and Sodas were served to the participants and teachers during the competition. 3 judges were assigned to moniter and approve/reject the enteries send by the teams. The competition ended at 1:45 PM. The remaining enteries were checked and the winners were declared. The team which end up in solving 4/5 questions were from Third Year CIS Department. BCIT ranked 3rd in the competition. In the ending ceremony we gave Visual Studio 2005 Beta 2 and ASP.NET Web Matrix Book to the winning team. VS Beta 2 were given to the runner ups and all volunteers. It was an exciting event and I am sure everyone enjoyed whether they were writing codes, judging enteries or serving the lunch or completing their last minute assignment :) .&lt;br /&gt;&lt;br /&gt;I would like to thank Sir Saqib Ilyas - Country Leader INETA Pakistan, Code Run volunteers, organizing committee and all participating teams for making this event a huge success. See the event pictures on the contest &lt;a target=&quot;_blank&quot; href=&quot;http://nedcoderun2005.blogspot.com/&quot;&gt;blog here.&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://nednet.blogspot.com/feeds/111809032384467401/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/7640947/111809032384467401' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/111809032384467401'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/111809032384467401'/><link rel='alternate' type='text/html' href='http://nednet.blogspot.com/2005/06/code-run-2005-huge-success.html' title='Code Run 2005 :: Huge Success'/><author><name>Zeeshan Muhammad</name><uri>http://www.blogger.com/profile/00023472065542548612</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://img3.imageshack.us/img3/6858/zishu0pe.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7640947.post-111779349235716464</id><published>2005-06-03T15:10:00.000+05:00</published><updated>2005-06-03T15:11:32.363+05:00</updated><title type='text'>An interview with Rafal Lukawiecki</title><content type='html'>One of the experts invited to this year’s &lt;a target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/middleeast/pakistan/pdc/&quot;&gt;PDC (Pakistan Developers Conference)&lt;/a&gt; is &lt;a target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/middleeast/pakistan/pdc/speakers.aspx&quot;&gt;Rafal Lukawiecki&lt;/a&gt;. As strategic consultant and director at Project Botticelli Ltd, a small consulting company based in the United Kingdom, Lukawiecki is responsible for analysing, planning and forecasting changes in the field of information technology (IT). Lukawiecki was one of the highlights at PDC 2004, and is this year expected to focus on security, study of programming models and management of large software development projects through frameworks. &lt;a target=&quot;_blank&quot; href=&quot;http://www.spider.tm/&quot;&gt;Spider&lt;/a&gt; catches up with Lukawiecki to discuss trends in security and Pakistan’s role in the IT world at large.&lt;br /&gt;&lt;br /&gt;Read the complete interview &lt;a target=&quot;_blank&quot; href=&quot;http://www.spider.tm/jun2005/netted.htm&quot;&gt;online here&lt;/a&gt;, or buy June 2005 issue of Spider Magazine. And yes don&#39;t forget to read my article on Longhorn in the pipeline section.</content><link rel='replies' type='application/atom+xml' href='http://nednet.blogspot.com/feeds/111779349235716464/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/7640947/111779349235716464' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/111779349235716464'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/111779349235716464'/><link rel='alternate' type='text/html' href='http://nednet.blogspot.com/2005/06/interview-with-rafal-lukawiecki.html' title='An interview with Rafal Lukawiecki'/><author><name>Zeeshan Muhammad</name><uri>http://www.blogger.com/profile/00023472065542548612</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://img3.imageshack.us/img3/6858/zishu0pe.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7640947.post-111727955288861476</id><published>2005-05-28T16:25:00.000+05:00</published><updated>2005-06-07T01:37:18.250+05:00</updated><title type='text'>.Net Framework Compatibility Testing</title><content type='html'>Microsoft Corp. is looking for a few good men … and women, and, ultimately, applications that can help the company check for compatibility between the current version of the .Net Framework and the version coming in Visual Studio 2005.&lt;br /&gt;&lt;br /&gt;The software giant is in recruiting mode, looking for independent software vendors, enterprise customers, developers, end users and others who would like to have their .Net applications tested for compatibility with the upcoming version of the .Net Framework.&lt;br /&gt;&lt;br /&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.eweek.com/article2/0,1759,1820225,00.asp&quot;&gt;Read complete article here.&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://nednet.blogspot.com/feeds/111727955288861476/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/7640947/111727955288861476' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/111727955288861476'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/111727955288861476'/><link rel='alternate' type='text/html' href='http://nednet.blogspot.com/2005/05/net-framework-compatibility-testing.html' title='.Net Framework Compatibility Testing'/><author><name>Zeeshan Muhammad</name><uri>http://www.blogger.com/profile/00023472065542548612</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://img3.imageshack.us/img3/6858/zishu0pe.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7640947.post-111677766425274840</id><published>2005-05-22T21:00:00.000+05:00</published><updated>2005-05-22T21:05:23.816+05:00</updated><title type='text'>Code Run 2005 Important Update</title><content type='html'>The contest date has been resheduled and it will going to happen on Saturday, June 04, 2005 at CIS Computational Lab. The list of approved teams will be displayed on this blog on Tuesday, May 24, 2005. All the approved teams will be notified through email about the latest news and contest guidelines.&lt;br /&gt;&lt;br /&gt;Send your queries and suggestions to &lt;a href=&quot;mailto:coderun2005@gmail.com&quot;&gt;coderun2005@gmail.com&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://nedcoderun2005.blogspot.com&quot;&gt;Visit Code Run 2005 Blog here.&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://nednet.blogspot.com/feeds/111677766425274840/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/7640947/111677766425274840' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/111677766425274840'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/111677766425274840'/><link rel='alternate' type='text/html' href='http://nednet.blogspot.com/2005/05/code-run-2005-important-update.html' title='Code Run 2005 Important Update'/><author><name>Zeeshan Muhammad</name><uri>http://www.blogger.com/profile/00023472065542548612</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://img3.imageshack.us/img3/6858/zishu0pe.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7640947.post-111653204547062444</id><published>2005-05-20T00:39:00.000+05:00</published><updated>2005-05-20T00:47:25.476+05:00</updated><title type='text'>Microsoft E-Learning Course Give Away</title><content type='html'>Microsoft Learning and MSDN are giving away two of MSPress&#39;s most popular ASP.NET books and a US$349 eLearning course for free. Seriously, you get the Developing Microsoft ASP.NET Web Applications Using Visual Studio .NET eLearning course and the eRef version of Microsoft ASP.NET Programming with Microsoft Visual Basic .NET 2003 Step by Step and Building Web Solutions with ASP.NET and ADO.NET for free, no strings attached. Go over to the &lt;a style=&quot;font-weight: bold;&quot; target=&quot;_blank&quot; href=&quot;http://go.microsoft.com/?linkid=3024757&quot;&gt;eLearning Access site&lt;/a&gt; and enter the access key: &lt;span style=&quot;font-weight: bold;&quot;&gt;8317-MSDN-6595&lt;/span&gt;. Fill in some basic info, and voila, tons of great ASP.NET info.&lt;br /&gt;&lt;br /&gt;Source : &lt;a target=&quot;_blank&quot; href=&quot;http://www.onetug.org/&quot;&gt;Orlando .NET User Group&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://nednet.blogspot.com/feeds/111653204547062444/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/7640947/111653204547062444' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/111653204547062444'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/111653204547062444'/><link rel='alternate' type='text/html' href='http://nednet.blogspot.com/2005/05/microsoft-e-learning-course-give-away.html' title='Microsoft E-Learning Course Give Away'/><author><name>Zeeshan Muhammad</name><uri>http://www.blogger.com/profile/00023472065542548612</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://img3.imageshack.us/img3/6858/zishu0pe.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7640947.post-111540700159547761</id><published>2005-05-07T00:14:00.000+05:00</published><updated>2005-05-07T00:16:41.600+05:00</updated><title type='text'>Geekswithblogs.net</title><content type='html'>Want to be a part of this community for bloggers &quot;Geekswithblogs.net?&quot; The registration process now became more easier. Interested people can now register their blogs by filling out a simple form rather then sending an email to Jeff which ocassionaly went unnoticed. You can register your blog by going to the following url:&lt;br /&gt;&lt;br /&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://strategery.geekswithblogs.net/Registration.aspx&quot;&gt;Register your blog here.&lt;/a&gt;&lt;br /&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://blogs.ineta.org/pakistan&quot;&gt;Read INETA Pakistan blogs here.&lt;/a&gt;&lt;br /&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://blogs.ineta.org/&quot;&gt;Home of INETA Web Blogs.&lt;/a&gt;&lt;br /&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.geekswithblogs.net/&quot;&gt;Geekswithblogs.net&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://nednet.blogspot.com/feeds/111540700159547761/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/7640947/111540700159547761' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/111540700159547761'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/111540700159547761'/><link rel='alternate' type='text/html' href='http://nednet.blogspot.com/2005/05/geekswithblogsnet.html' title='Geekswithblogs.net'/><author><name>Zeeshan Muhammad</name><uri>http://www.blogger.com/profile/00023472065542548612</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://img3.imageshack.us/img3/6858/zishu0pe.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7640947.post-111522928125310449</id><published>2005-05-04T22:52:00.000+05:00</published><updated>2005-05-04T22:54:41.260+05:00</updated><title type='text'>MSDN Forums Beta</title><content type='html'>Microsoft is now offering MSDN Forums for the Geeks to hangout. Check out the forum here:&lt;br /&gt;&lt;br /&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://forums.microsoft.com/msdn/&quot;&gt;MSDN Forums Beta&lt;/a&gt;&lt;br /&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://forums.microsoft.com/msdn/ShowPost.aspx?PostID=1190&quot;&gt;MSDN Forums Welcome Message and Posting Guidance&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://nednet.blogspot.com/feeds/111522928125310449/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/7640947/111522928125310449' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/111522928125310449'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/111522928125310449'/><link rel='alternate' type='text/html' href='http://nednet.blogspot.com/2005/05/msdn-forums-beta.html' title='MSDN Forums Beta'/><author><name>Zeeshan Muhammad</name><uri>http://www.blogger.com/profile/00023472065542548612</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://img3.imageshack.us/img3/6858/zishu0pe.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7640947.post-111496369719787689</id><published>2005-05-01T21:07:00.000+05:00</published><updated>2005-05-22T21:03:13.310+05:00</updated><title type='text'>Code Run 2005</title><content type='html'>We&#39;ll be having a Speed Coding and Quiz competition for NED students on May 28, 2005. This is a joint event by INETA Pakistan, NED.net User Group and IEEE NED Student Branch. More details are on the contest blog.&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://nedcoderun2005.blogspot.com/&quot;&gt;Visit Code Run 2005 blog here.&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Take a look at our contest poster.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://img197.echo.cx/img197/9910/coderunflyer7bl.gif&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://img197.echo.cx/img197/9910/coderunflyer7bl.th.gif&quot; alt=&quot;Code Run 2005 Poster&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nednet.blogspot.com/feeds/111496369719787689/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/7640947/111496369719787689' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/111496369719787689'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/111496369719787689'/><link rel='alternate' type='text/html' href='http://nednet.blogspot.com/2005/05/code-run-2005.html' title='Code Run 2005'/><author><name>Zeeshan Muhammad</name><uri>http://www.blogger.com/profile/00023472065542548612</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://img3.imageshack.us/img3/6858/zishu0pe.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7640947.post-111473237889595040</id><published>2005-04-29T04:52:00.000+05:00</published><updated>2005-04-29T04:52:58.896+05:00</updated><title type='text'>Want to become an MVP?</title><content type='html'>You think you have what is takes to be a Microsoft Most Valuable Professional (MVP)? Been involved in any community activities? Actively participating in news group? Well if you think you have a passion of becoming an MVP then you will find this post by Robert McLaws quite handy.&lt;br /&gt;&lt;br /&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://weblogs.asp.net/rmclaws/archive/2005/04/03/396941.aspx?Pending=true&quot;&gt;How to Become a Microsoft MVP.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://mvp.support.microsoft.com/&quot;&gt;Learn more about MVPs here.&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://nednet.blogspot.com/feeds/111473237889595040/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/7640947/111473237889595040' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/111473237889595040'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/111473237889595040'/><link rel='alternate' type='text/html' href='http://nednet.blogspot.com/2005/04/want-to-become-mvp.html' title='Want to become an MVP?'/><author><name>Zeeshan Muhammad</name><uri>http://www.blogger.com/profile/00023472065542548612</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://img3.imageshack.us/img3/6858/zishu0pe.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7640947.post-111444876174982865</id><published>2005-04-25T22:04:00.000+05:00</published><updated>2005-04-25T22:06:01.753+05:00</updated><title type='text'>PC Design Competition</title><content type='html'>As Microsoft Windows celebrates its 20th anniversary, Microsoft and IDSA want to envision the future with you by offering a unique challenge. Whether you&#39;re an established design team, and independent designer, or a student, here&#39;s your chance to help shape the future of the Windows-based PC experience and to win up to $125,000 USD, the recognition of the industry, and a distinction unlike any other. Download the design kit today - online submissions begin May 18, 2005!&lt;br /&gt;     &lt;br /&gt; &lt;span style=&quot;font-weight: bold;&quot;&gt;Eligibility&lt;/span&gt;&lt;br /&gt; &lt;ul&gt; &lt;li&gt;Open to designs and designers worldwide in Microsoft .NET Passport-supported countries and regions.&lt;/li&gt;&lt;li&gt;Entering party, either individual or team representative must obtain a valid Microsoft .NET Passport.&lt;/li&gt;&lt;li&gt;Open to students in any industrial design program.&lt;/li&gt;&lt;li&gt;Student entries can be submitted in any category, even if the design is in research or corporately funded.&lt;/li&gt;&lt;li&gt;Employees of organizations and students at schools represented on the jury may not participate in the competition.&lt;/li&gt;&lt;li&gt;Entries may be sponsored by corporations. Entries already in production are ineligible.&lt;/li&gt;&lt;li&gt;Designs must adhere to entry kit criteria. Entrant names and the names of their consulting firms or schools may not appear anywhere in the entry kit except the Design Credit List doc. Failure to abide by this rule results in immediate disqualification.&lt;/li&gt;&lt;li&gt;Use of Microsoft and/or IDSA and/or ICSID branding, the Microsoft Windows flag, and/or copyrighted Microsoft elements not provided in the entry kit are strictly prohibited and may result in disqualification.    &lt;br /&gt;  &lt;/li&gt; &lt;/ul&gt;  &lt;span style=&quot;font-weight: bold;&quot;&gt;Judging Criteria&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;The Judge&#39;s Award, Chairman&#39;s Award, and Public&#39;s Choice Award* judgments are based on the following five criteria:&lt;br /&gt; &lt;ul&gt; &lt;li&gt;Innovation: is the design new and unique?&lt;/li&gt;&lt;li&gt;User Experience/Interaction: does the design make the PC easier to use?&lt;/li&gt;&lt;li&gt;Aesthetics: does the appearance enhance the emotional appeal of the product?&lt;/li&gt;&lt;li&gt;Technical ability: is the design enhanced with new technologies?&lt;/li&gt;&lt;li&gt;Ecology: is the design environmentally responsible?&lt;br /&gt;  &lt;/li&gt; &lt;/ul&gt;  Consideration given to the challenges of manufacturability including thermal cooling and noise reduction may also be considered as a part of the general judging criteria.&lt;br /&gt;&lt;br /&gt; Peripheral component design concepts (e.g. Cell Phone, Digital Media Receiver, Printer, Portable Media Player, etc.) are not required, but may be included with concept designs to help aid in answering the challenge statement.&lt;br /&gt;     &lt;br /&gt; &lt;span style=&quot;font-weight: bold;&quot;&gt;Submission Process and Deadline&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;Submission will take place in two parts:&lt;br /&gt; &lt;ol&gt; &lt;li&gt;Online Submission&lt;/li&gt;&lt;li&gt;Supplemental Mailing&lt;/li&gt; &lt;/ol&gt;  &lt;ul&gt; &lt;li&gt;Online submissions will be open between May 18th 2005 and 5:00pm EST, October 3, 2005. Details on online submission criteria can be found in the Entry Kit.&lt;/li&gt;&lt;li&gt;Once a submission is approved, a confirmation email will be provided with an entry ID number and a postal address to send supplemental material including essay question responses in English, CD/DVD submission of print-ready images (300 dpi or higher) and/or videos supplemental information must be received within a week of submission. Please see Entry Kit for complete details.&lt;br /&gt;  &lt;/li&gt; &lt;/ul&gt;  Please do not send your entry to IDSA&#39;s office or Microsoft. You must submit your entry online between May 18th 2005 and October 3, 2005 5:00 pm EST, followed up with print and supplemental materials mailed to Microsoft office within one (1) week.&lt;br /&gt;&lt;br /&gt; By submitting your entry, you agree that any or all of the material may be published and utilized by the Industrial Designers Society of America (IDSA), Microsoft, and any other party authorized by IDSA and/or Microsoft in connection with the awards.&lt;br /&gt;&lt;br /&gt; All decisions by the jury and/or Microsoft in conjunction with IDSA are final.</content><link rel='replies' type='application/atom+xml' href='http://nednet.blogspot.com/feeds/111444876174982865/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/7640947/111444876174982865' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/111444876174982865'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/111444876174982865'/><link rel='alternate' type='text/html' href='http://nednet.blogspot.com/2005/04/pc-design-competition.html' title='PC Design Competition'/><author><name>Zeeshan Muhammad</name><uri>http://www.blogger.com/profile/00023472065542548612</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://img3.imageshack.us/img3/6858/zishu0pe.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7640947.post-111409407305163941</id><published>2005-04-21T19:29:00.000+05:00</published><updated>2005-04-21T19:34:33.053+05:00</updated><title type='text'>VS 2005 Beta with Free Books</title><content type='html'>&lt;span style=&quot;font-weight: bold;&quot;&gt;Register Visual Studio 2005 Beta 2, get a free online book from MS Press&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Microsoft Learning has partnered with the Visual Studio team to provide developers with additional incentive for registering Beta 2. Developers who register their copy of Beta 2 will have access to a free developer title from Microsoft Press. After downloading the Beta they receive an email telling them about the benefit, and encouraging them to register their Beta. When a user completes the registration process they will receive an email with a link to the online books, and an access code. Each user will have access to one book per code. Developers who register multiple SKUs of the Beta will receive additional access codes, giving them access to more books. The offer is available worldwide, books are English-only.&lt;br /&gt;&lt;br /&gt;Detailed breakdown of free online books available for each VS Beta SKU:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;VWD Express and VB Express&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;   &lt;li&gt;Introducing ASP.NET 2.0, English&lt;/li&gt;   &lt;li&gt;Introducing Microsoft® Visual Basic® 2005, English&lt;/li&gt;   &lt;li&gt;Writing Secure Code, 2nd Edition, English&lt;br /&gt;  &lt;/li&gt; &lt;/ul&gt; &lt;span style=&quot;font-weight: bold;&quot;&gt;J# Express, C# Express,  C++ Express and  SQL Express&lt;/span&gt; &lt;ul&gt;   &lt;li&gt; Writing Secure Code, 2nd Edition, English&lt;/li&gt; &lt;/ul&gt; &lt;span style=&quot;font-weight: bold;&quot;&gt;Visual Studio Standard,  Visual Studio Professional,  Visual Studio Team Suite and VS Premier Partner Edition&lt;/span&gt; &lt;ul&gt;   &lt;li&gt; Introducing ASP.NET 2.0, English&lt;/li&gt;   &lt;li&gt;Introducing Microsoft® Visual Basic® 2005, English&lt;/li&gt;   &lt;li&gt;Writing Secure Code, 2nd Edition, English &lt;/li&gt; &lt;/ul&gt;</content><link rel='replies' type='application/atom+xml' href='http://nednet.blogspot.com/feeds/111409407305163941/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/7640947/111409407305163941' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/111409407305163941'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/111409407305163941'/><link rel='alternate' type='text/html' href='http://nednet.blogspot.com/2005/04/vs-2005-beta-with-free-books.html' title='VS 2005 Beta with Free Books'/><author><name>Zeeshan Muhammad</name><uri>http://www.blogger.com/profile/00023472065542548612</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://img3.imageshack.us/img3/6858/zishu0pe.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7640947.post-111220658030706347</id><published>2005-03-30T23:04:00.000+05:00</published><updated>2005-04-06T00:07:07.356+05:00</updated><title type='text'>Distributed Computing with XML</title><content type='html'>International .NET Association Pakistan Chapter, IEEE NED Student Branch and NED.net User Group invites you to attend an hour long seminar on &lt;span style=&quot;font-weight: bold;&quot;&gt;Distributed Computing with XML Web Services using .NET &lt;/span&gt;by  Muhammad Saqib Ilyas on &lt;span style=&quot;font-weight: bold;&quot;&gt;Saturday April 9, 2005&lt;/span&gt; at 2 pm. Registration closed.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Venue:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Lecture Theatre, Department of Computer and Information Systems Engineering, NED University Karachi&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Seminar details:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This seminar will provide a realistic, hands-on, comprehensive coverage of developing Web services using ASP.NET and C#. Web services are an evolving series of standards that enable programs on various computers to communicate with other programs on similar or disparate computers transparently over the Internet. The speaker will talk in detail the skills needed to program Web services using ASP.NET. It also examines the fundamentals of SOAP and WSDL essential for creating interoperable Web services. The discussion will include the various security issues and technologies in Web services such as Basic HTTP, HTTPS, (SSL 3.0), XML Signature, XML Encryption, XML Key Management Specification (XKMS), Security Assertion Markup Language (SAML) and WS-Security.      &lt;a target=&quot;_blank&quot; href=&quot;http://groups.yahoo.com/group/neddotnet&quot;&gt;Click here&lt;/a&gt; to become a member of our .NET user group community at NED.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/111220658030706347'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/111220658030706347'/><link rel='alternate' type='text/html' href='http://nednet.blogspot.com/2005/03/distributed-computing-with-xml.html' title='Distributed Computing with XML'/><author><name>Zeeshan Muhammad</name><uri>http://www.blogger.com/profile/00023472065542548612</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://img3.imageshack.us/img3/6858/zishu0pe.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-7640947.post-111153144217623655</id><published>2005-03-23T03:43:00.000+05:00</published><updated>2005-03-23T03:44:02.176+05:00</updated><title type='text'>MapPoint with C#</title><content type='html'>This guide is to kick start your work with Microsoft MapPoint.&lt;br /&gt;&lt;br /&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://rapidshare.de/files/967846/MapPoint_in_C_.zip.html&quot;&gt;Download it from here.&lt;/a&gt;&lt;br /&gt;File Size : 2.27 MB</content><link rel='replies' type='application/atom+xml' href='http://nednet.blogspot.com/feeds/111153144217623655/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/7640947/111153144217623655' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/111153144217623655'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/111153144217623655'/><link rel='alternate' type='text/html' href='http://nednet.blogspot.com/2005/03/mappoint-with-c.html' title='MapPoint with C#'/><author><name>Zeeshan Muhammad</name><uri>http://www.blogger.com/profile/00023472065542548612</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://img3.imageshack.us/img3/6858/zishu0pe.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7640947.post-111082993034404942</id><published>2005-03-15T00:47:00.000+05:00</published><updated>2005-03-15T00:52:10.346+05:00</updated><title type='text'>Run MonoDevelop on Monoppix</title><content type='html'>In order to run &lt;a href=&quot;http://www.monodevelop.com&quot;&gt;MonoDevelop&lt;/a&gt; in &lt;a href=&quot;http://www.monoppix.com&quot;&gt;Monoppix&lt;/a&gt; you need to do the following. Goto Start Applications, Quick Broweser, Root Directory, KNOPPIX, usr, bin and choose /KNOPPIX/usr/bin and select &quot;Open In Terminal&quot;. In the console window write &quot;monodevelop&quot; without quotes to start the IDE.&lt;br /&gt;&lt;br /&gt;I really like the IDE, still exploring it, but according to me its my Mono VS :). However I am still unable to compile and run applications, but will give it another try sometime later.</content><link rel='replies' type='application/atom+xml' href='http://nednet.blogspot.com/feeds/111082993034404942/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/7640947/111082993034404942' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/111082993034404942'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/111082993034404942'/><link rel='alternate' type='text/html' href='http://nednet.blogspot.com/2005/03/run-monodevelop-on-monoppix.html' title='Run MonoDevelop on Monoppix'/><author><name>Zeeshan Muhammad</name><uri>http://www.blogger.com/profile/00023472065542548612</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://img3.imageshack.us/img3/6858/zishu0pe.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7640947.post-111079147836271317</id><published>2005-03-14T14:00:00.000+05:00</published><updated>2005-03-14T14:11:18.366+05:00</updated><title type='text'>Country Leader Speaks at NED.net</title><content type='html'>I would like to take this moment to thank the attendants of our user group event which ws held on March 12, 2005 on &lt;span style=&quot;font-weight: bold;&quot;&gt;Open Source Implementations of .NET&lt;/span&gt; where we discussed the various open source implementations of the CLI(Common Language Infrastructure), namely,&lt;br /&gt;OCL from Intel, &lt;a target=&quot;_blank&quot; href=&quot;http://www.mono-project.com/&quot;&gt;Mono&lt;/a&gt; from Ximian, &lt;a target=&quot;_blank&quot; href=&quot;http://www.dotgnu.org/&quot;&gt;DotGNU&lt;/a&gt; from the GNU project and &lt;a target=&quot;_blank&quot; href=&quot;http://msdn.microsoft.com/net/sscli&quot;&gt;SSCLI&lt;/a&gt; from Microsoft.&lt;br /&gt;&lt;br /&gt;We also took a look at the components of the Mono project, namely, the mono runtime and JIT compiler, the mono documentation, and the XSP ASP.NET clone web server. In this event, I&lt;br /&gt;showed the audience the RPMs for the project, and the source tarballs and gave a brief demo of how to install an rpm. I also displayed how to build and install mono-1.0.2 from source. Due to the complex nature of the system, I couldnt build the entire system from either RPM or source, which is fact of life when you are working on Linux, so some people were not very clear about it.&lt;br /&gt;&lt;br /&gt;I also mentioned the &lt;a target=&quot;_blank&quot; href=&quot;http://www.monoppix.com/&quot;&gt;Monoppix&lt;/a&gt; product, which is a free tool that has an ISO image which you can burn on a CD-R and boot your machine off it. It would boot into a gnome X-Window session with mono and XSP running. Due to the varied Linux skill level of the audience, I believe that the session was not universally equally useful. I once again thank you for your presence during the session and your feedback (both positive and negative). I am going to make sure that I&lt;br /&gt;incorporate your useful suggestions in my future sessions and if you would like to make any other suggestions or criticism on email, please feel free to do so on our &lt;a href=&quot;mailto:neddotnet@yahoogroups.com&quot;&gt;mailing list&lt;/a&gt; or directly to me &lt;a href=&quot;mailto:msaqib@ieee.org&quot;&gt;here.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Unfortunately, I have had a nagging cough for the last week or so, so I was unable to quite effectively deliver the content as effectively as I usually do. I hope to get over that in the next session. I would also like to inform you at this time that I am planning a full-blown workshop on Linux basics in April. The workshop will be for beginners. It will not be free, it will have a very small token fee. The participants will be provided with a certificate of attendance. Those who are not so comfortable with Linux should watch out for that. The registration for that workshop will be on first come first served basis.&lt;br /&gt;&lt;br /&gt;By,&lt;br /&gt;Muhammad Saqib Ilyas.&lt;br /&gt;INETA Pakistan Country Leader.</content><link rel='replies' type='application/atom+xml' href='http://nednet.blogspot.com/feeds/111079147836271317/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/7640947/111079147836271317' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/111079147836271317'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/111079147836271317'/><link rel='alternate' type='text/html' href='http://nednet.blogspot.com/2005/03/country-leader-speaks-at-nednet.html' title='Country Leader Speaks at NED.net'/><author><name>Zeeshan Muhammad</name><uri>http://www.blogger.com/profile/00023472065542548612</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://img3.imageshack.us/img3/6858/zishu0pe.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7640947.post-110971075577659996</id><published>2005-03-02T01:56:00.000+05:00</published><updated>2005-03-08T22:39:50.533+05:00</updated><title type='text'>Open Source with .NET</title><content type='html'>&lt;p&gt;International .NET Association Pakistan Chapter, IEEE NED Student Branch and NED.net User Group wants to invite you to attend a free seminar on &lt;span style=&quot;font-weight: bold;&quot;&gt;Working with Open Source Implementations of .NET &lt;/span&gt;by Muhammad Saqib Ilyas on &lt;b&gt;Saturday March  12, 2005 at 2 pm&lt;/b&gt;. &lt;span style=&quot;font-style: italic;&quot;&gt;Registration has been closed for this event.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;u&gt;&lt;b&gt;Venue&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;&lt;/u&gt;Lecture Theatre, Department of Computer Science and Information Systems.&lt;br /&gt;NED University.&lt;/p&gt; &lt;p&gt;&lt;u&gt;&lt;b&gt;Description&lt;/b&gt;&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;The Mono open-source .NET project is led by Linux and UNIX software firm Ximian. The group is working on an open source implementation of the .NET framework that you can use on UNIX and Linux machines, as well as Windows. Mono includes a compiler for the C# language, a Common Language Runtime (CLR) for the Common Language Infrastructure (CLI) and a set of class libraries. It also has implementations for both ADO.NET and ASP.NET. The goal is to provide a rich set of class libraries which are not only compatible to Microsoft .NET implementation but also provide much more functionality for the end user.&lt;/p&gt; &lt;p&gt;&lt;u&gt;&lt;b&gt;About Speaker&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;&lt;/u&gt;Muhammad Saqib Ilyas graduated from NED University with a Bachelor&#39;s degree in Computer Systems Engineering in 1997. He holds a Master of Science degree in Electrical Engineering from Wichita State University, Wichita, KS, USA, with majors in computer networks. He has served as a Lecturer and then Assistant Professor at Department of Computer and Information Systems Engineering, NED University of Engineering and Technology, Karachi from October 1998 to July 2000 and from Dec 2002 to date respectively. He has also done freelance software development in Microsoft Visual C++ 6 for a company based in the USA developing drivers for database migration without code recompilation or affecting the front-end. He has taught courses in Fault Diagnosis and Reliable System Design, Object Oriented Programming, Internet Computing, Routing and Switching, and Computer Network Security. He is a member of IEEE and IEEE Communications Society. He has been a member of the Executive Committee of IEEE Karachi Section and has held the position of Chair, Student Activities Committee since 1998. He is also a member of the Executive Committee of Graduates Of the Last Decade (GOLD) affinity group of the IEEE Karachi Section. He has been instrumental in organizing various international conferences and seminars under the umbrella of IEEE. He is also serving as the IEEE Student Branch Counselor at NED University of Engineering and Technology. He is now serving as a country leader for INETA Pakistan. For more information visit his blog: &lt;a target=&quot;_blank&quot; href=&quot;http://msaqib.blogspot.com/&quot;&gt;http://msaqib.blogspot.com/&lt;/a&gt;&lt;u&gt;&lt;b&gt;&lt;/b&gt;&lt;/u&gt;&lt;br /&gt;&lt;/p&gt;       &lt;p&gt;Hoping to see your there!!&lt;br /&gt;&lt;/p&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/110971075577659996'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/110971075577659996'/><link rel='alternate' type='text/html' href='http://nednet.blogspot.com/2005/03/open-source-with-net.html' title='Open Source with .NET'/><author><name>Zeeshan Muhammad</name><uri>http://www.blogger.com/profile/00023472065542548612</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://img3.imageshack.us/img3/6858/zishu0pe.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-7640947.post-110943051546819318</id><published>2005-02-26T20:06:00.000+05:00</published><updated>2005-02-26T20:18:44.320+05:00</updated><title type='text'>Enter the 2005 Windows Mobile Application Contest</title><content type='html'>&lt;span style=&quot;font-weight: bold;&quot;&gt;Contest details&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Compete against participants around the world in a contest to find the best applications for Windows Mobile-based Pocket PCs and Smartphones. Entries will be judged on usability, innovation, marketability, and platform optimization. Submissions must be sent to a Mobile2Market logo-testing partner by May 31, 2005.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Prizes&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;   &lt;li&gt;2 Grand Prize Winners receive $25,000 USD and application distribution.&lt;br /&gt;  &lt;/li&gt;   &lt;li&gt;4 Category Prize Winners will receive a $5,000 USD developer prize package and featured application promotions.&lt;/li&gt;   &lt;li&gt;20 Finalists receive featured promotions through Mobile2Market.&lt;/li&gt; &lt;/ul&gt; &lt;span style=&quot;font-style: italic;&quot;&gt;* Enter by March 31, 2005, and receive free logo-testing (a $500 value).&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;For more information on this Contest, visit:&lt;br /&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.mobile2marketcontest.com/index.asp?s=M2MSK&quot;&gt;http://www.mobile2marketcontest.com/index.asp?s=M2MSK&lt;/a&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/110943051546819318'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/110943051546819318'/><link rel='alternate' type='text/html' href='http://nednet.blogspot.com/2005/02/enter-2005-windows-mobile-application.html' title='Enter the 2005 Windows Mobile Application Contest'/><author><name>Zeeshan Muhammad</name><uri>http://www.blogger.com/profile/00023472065542548612</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://img3.imageshack.us/img3/6858/zishu0pe.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-7640947.post-110889676856260442</id><published>2005-02-20T15:50:00.000+05:00</published><updated>2005-02-20T15:52:48.563+05:00</updated><title type='text'>ASP.NET 2.0 Online (Multimedia) Training</title><content type='html'>&lt;span class=&quot;ContentPaneClass&quot;&gt;&lt;span id=&quot;RecentPosts__ctl12_Label4&quot; class=&quot;Normal&quot;&gt;If you are interested in learning ASP.NET 2.0, then this &lt;a target=&quot;_blank&quot; href=&quot;http://msdn.microsoft.com/asp.net/support/multimedia/default.aspx&quot;&gt;MSDN page&lt;/a&gt; is an excellent starting point. It compiles a lot of ASP.NET 2.0 resources - including a series of presentations by Jeff Prosise of Wintellect.&lt;/span&gt;&lt;/span&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/110889676856260442'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7640947/posts/default/110889676856260442'/><link rel='alternate' type='text/html' href='http://nednet.blogspot.com/2005/02/aspnet-20-online-multimedia-training.html' title='ASP.NET 2.0 Online (Multimedia) Training'/><author><name>Zeeshan Muhammad</name><uri>http://www.blogger.com/profile/00023472065542548612</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://img3.imageshack.us/img3/6858/zishu0pe.jpg'/></author></entry></feed>