sahi

Stories kicked by sahi

Building Cross-Platform Apps Using jQuery Mobile(msdn.microsoft.com)

submitted by sahisahi(231) 1 year ago

jQuery Mobile introduces a cross-platform and cross-device framework for developing mobile applications. Just as jQuery changed the way we wrote JavaScript , jQuery Mobile will change the way we build mobile web applications. read more...

add a comment |category: |Views: 4

tags: another

Introduction to Complex UIs Using jQuery UI (msdn.microsoft.com)

submitted by sahisahi(231) 1 year ago

Building a web application with jQuery makes the task easier. Similarly, building a web application with a complex UI is made easier with jQuery’s sister project jQuery UI. With jQuery UI we have a collection of interactions, widgets and a theme builder at our fingertips that allows us to make a cohesive UI read more...

add a comment |category: |Views: 7

tags: another

Why Not C#?(blogs.msdn.com)

submitted by sahisahi(231) 1 year ago

Someone recently passed on same objection to using C# as a first or otherwise early programming language. I hear these sorts of comments all the time and while I have addressed some of them in the past it seems like this is a good time to readdress them. These are my opinions of course. They are based on my own teaching experience as a high school computer science teacher. And your mileage may vary but these things I believe. read more...

1 comment |category: |Views: 149

tags: another

How to make a Windows Phone 7 Vibrate using C# ?(www.ginktage.com)

submitted by isenthilisenthil(2309) 1 year ago

How to make a Windows Phone 7 Vibrate using C# ? Vibrate a phone ? for what ? . Well , there are many reasons or situations that suit for vibrating the phone some of them include the notifications that are sent to the WP7 or when the user should actually feel that he has touched / clicked a button on the Phone . read more...

add a comment |category: |Views: 14

tags: another

How to work with checkboxes in gridview ASP.NET-CodeGain(www.codegain.com)

submitted by codegaincodegain(2794) 1 year, 1 month ago

This CodeSnippet can be used to add and handle the checkboxes in GridView read more...

add a comment |category: |Views: 1

tags: another

How to Implement Method overloading in WCF-CodeGain(www.codegain.com)

submitted by codegaincodegain(2794) 1 year, 1 month ago

I found scenario where I have to implement two method with the same name i.e Function overloading. But when I implement that I got error "System.InvalidOperationException" read more...

add a comment |category: |Views: 8

tags: another

A Complete Guide to Expression Blend 4 Shortcut Keys(www.kunal-chowdhury.com)

submitted by kunal2383kunal2383(1427) 1 year, 1 month ago

In this post, I will share you some important Shortcut keys of Microsoft Expression Blend 4. If you are working with Expression Blend 4, this will definitely help you to improve your daily productivity work. Keep the list with you always to best use of the Shortcut keys in Blend 4 while designing your XAML page.   If you have more shortcuts, please share those to me and I will include them here as the key resource. Thanks for your support. read more...

add a comment |category: |Views: 10

tags: another

O/R Mapping domain query optimizations(rogeralsing.com)

submitted by RogerAlsingRogerAlsing(15) 1 year, 1 month ago

Executing domain logic in DB read more...

add a comment |category: |Views: 12

tags: another

The importance of performance testing in a Windows Phone 7 application(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 1 year, 1 month ago

Simone Chiaretta highlights the importance of performance testing your applications on the Windows Phone 7 platform (where devices are not as powerful as desktops and server), illustrating with an example of an issue which caused him performance problems. read more...

add a comment |category: |Views: 8

tags: another

ASP.NET MVC DropDownList PostBack Follow-up(www.kodefuguru.com)

submitted by KodefuGuruKodefuGuru(2818) 1 year, 1 month ago

In 2009, I wrote how to do “postbacks” with the ASP.NET MVC DropDownList control. I wrote the post in response to questions in the forums, and lately that particular article has had a lot of traffic. Now, I don’t explain how to do true postbacks, only how to achieve the same effect. What you really do is use jQuery to retrieve the information. read more...

add a comment |category: |Views: 40

tags: another

Our proposed IE9 feature shortlist for DNK(blogs.dotnetkicks.com)

submitted by javeryjavery(5523) 1 year, 1 month ago

Now that IE9 is out and in full swing with millions of downloads worldwide, we’ve zoned in on a few of the features we discussed last time that we’d like to implement on the site in the coming weeks. read more...

add a comment |category: |Views: 168

tags: another

Tips to get your Application in the Windows Phone 7 Marketplace ASAP(www.diaryofaninja.com)

submitted by wiredonewiredone(917) 1 year, 4 months ago

So after submitting applications a few times for both myself and a few friends, i have learnt a few a few do’s and don’t that can make the difference between it taking 2 weeks to get your application in the Windows Phone 7 marketplace, and only a day or two including registration. With the help of the tips below, hopefully i can help some of you avoid any of the frustrations that can come from starting development on a new platform. read more...

add a comment |category: |Views: 12

tags: another

Blocks and namespaces - Enterprise Library 5.0 Tutorial Part 2(www.codekicks.com)

submitted by duttavrhotmailduttavrhotmail(344) 1 year, 4 months ago

This is my second post in this series. In first blog post I explained how to install Enterprise Library 5.0 and provided links to various resources. Enterprise Library is divided into various blocks. Simply we can say, read more...

add a comment |category: |Views: 291

tags: another

Internals of Extension Methods(www.abhisheksur.com)

submitted by abhi2434abhi2434(1006) 1 year, 4 months ago

Extension method are special syntactic sugar to the language which allows you to work with Static method as Instance method. read more...

add a comment |category: |Views: 269

tags: another

Regular Expressions for Finding URL in text using C-Sharp(zainshaikh.posterous.com)

submitted by zainshaikhzainshaikh(74) 1 year, 4 months ago

Finding URL in a text is very easy using Regular Expressions in C#. I created the following program which finds all the URLs in any given text and prints it to screen... read more...

add a comment |category: |Views: 42

tags: another

Why are anonymous types generic?(blogs.msdn.com)

submitted by bungleboozbunglebooz(1132) 1 year, 5 months ago

Ever taken a look at what code is generated for that thing? If you crack open the assembly with ILDASM or some other tool, you'll see this mess in the top-level type definitions read more...

add a comment |category: |Views: 65

tags: another