noorani786

Stories kicked by friends of noorani786

Download Multiple Files As Zip In Asp.Net(www.csharpaspnetarticles.com)

submitted by amit.jainamit.jain(1181) 1 month, 17 days ago

This Example Explains how to Download Multiple Files As Zip File Or Archive From Server In Asp.Net. read more...

add a comment |category: |Views: 17

tags: another

Regular Expression for Email Address validation in C#(techsamosa.com)

submitted by ankygoyalankygoyal(519) 1 month, 18 days ago

Provides a regular expression to validate standard email addresses. read more...

add a comment |category: |Views: 25

tags: another

Serializing Entity Framework objects to JSON in ASP.NET Web API(www.strathweb.com)

submitted by fdubfdub(281) 2 months, 5 days ago

How to avoid circular reference error between the objects when returning JSON-serialized EF entities from ApiController. read more...

add a comment |category: |Views: 181

tags: another

Creating A Modal Confirmation Dialog When Submitting a Form MVC3(www.primaryobjects.com)

submitted by surfer6surfer6(362) 2 months, 6 days ago

Learn how to create an easy modal confirmation dialog when submitting a form in MVC3, allowing the user to confirm their details before submitting. The tutorial includes data annotations, client-side validation, and auto-population of data in the modal confirmation dialog. The dialog is built with jQuery UI and is easily updated. read more...

add a comment |category: |Views: 195

tags: another

Upgrade TFS2010 to TFS11 with Detach and Attach(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 2 months, 6 days ago

Upgrade a Team Foundation Server Project Collection from TFS2010 to TFS11 Beta with Detach/Attach and post update manual procedure. read more...

add a comment |category: |Views: 59

tags: another

Developing for a multitude of clients, Part 4(www.silverlightshow.net)

submitted by KMillerrKMillerr(2072) 2 months, 6 days ago

Welcome to the fourth part of this article series on strategies for designing your application for a multitude of different clients. In the first part, we’ve looked into the business case & some general concerns, and in the second part, we made a choice for a service layer: WCF RIA Services. In the third part, we’ve seen how we can use MEF for on demand loading & code reuse across different clients. However, I left out a few things in that article: loading the Views on demand (as it requires extensions to the Silverlight Navigation framework to navigate to Views in an assembly that’s loaded on demand), and loading multiple assemblies on demand (as we need an async component loader for that, to ensure we can load these assemblies at the same time instead of one by one). This article will deal with these two concerns. read more...

add a comment |category: |Views: 71

tags: another

Creating the SilverlightShow Windows Phone App: Part 1(www.silverlightshow.net)

submitted by KMillerrKMillerr(2072) 2 months, 6 days ago

During the course of developing the SilverlightShow Windows Phone application, we thought it would be a nice idea to share some of the experiences with the SilverlightShow readers, because it is a nice example of discussing a real-world application, with real-world problems (and solutions :)). The idea of this mini-series of articles was born, where you will discover both details about the development process as well as some technical challenges we came across. This first part will deal with the process itself, so prepare for some more text and less code (read: no code) than usual. read more...

add a comment |category: |Views: 3

tags: another

7 Best open source Content Management System in .NET(www.findbestopensource.com)

submitted by solidstonesolidstone(500) 2 months, 6 days ago

Content Management System is capable to create website / portal without any technical knowledge. Here is the list of 7 best open source CMS in .NET read more...

add a comment |category: |Views: 12

tags: another

Telerik XAML Controls and the VS11 Beta Release (blogs.telerik.com)

submitted by KodefuGuruKodefuGuru(2818) 2 months, 6 days ago

Here’s a quick update on everything related to the Visual Studio 11 Beta Release. For those eager to use our controls in VS11 Beta, we have good news for you – coming on March 21st, 2012 we officially roll out Service Pack 1 for Silverlight and WPF which will include limited support for VS11 Beta. Like many Beta products, we have discovered an issue with our XAML controls being automatically added to the ToolBox. We have alerted Microsoft of the issue and they are working to resolve them in the Visual Studio 11 RC. But for the time-being, we have a work-around included below for those of you eager to get a head start on VS11. read more...

add a comment |category: |Views: 3

tags: another

Selenium WebDriver - Using a Headless Browser in .Net(deanhume.com)

submitted by deanomachinodeanomachino(764) 2 months, 8 days ago

If you have ever run a large suite of automated tests using Selenium WebDriver, you will know that sometimes it can take ages to complete. This coupled with different versions of browsers can be a bit of a pain. This is where Headless Browsers come in. read more...

add a comment |category: |Views: 36

tags: another

Generating Random Pronounceable Passwords(www.blackwasp.co.uk)

submitted by BlackWaspBlackWasp(4212) 2 months, 8 days ago

The use of passwords as a security measure is increasingly common for technical and non-technical users alike. Generating passwords that are both strong and memorable can be difficult. This article describes one method to alleviate this problem. read more...

add a comment |category: |Views: 6

tags: another

Entity Framework: Get mapped table name from an entity(wp.me)

submitted by ruijarimbaruijarimba(81) 2 months, 8 days ago

Extension methods for ObjectContext and DbContent to get the mapped table name from an entity. read more...

add a comment |category: |Views: 8

tags: another

How to install packages when NuGet is down(www.bassetassen.com)

submitted by bassetassenbassetassen(50) 2 months, 9 days ago

How to set up different feeds for NuGet in Visual Studio read more...

add a comment |category: |Views: 13

tags: another

WP7: creating theme (in-)dependent images(www.h3mm3.com)

submitted by hemmehemme(189) 2 months, 10 days ago

An "accent" on images, phone themes and overlay masks read more...

add a comment |category: |Views: 1

tags: another

ASP.NET MVC 4 Beta Side By Side - Not Quite(www.tkglaser.net)

submitted by tkglasertkglaser(132) 2 months, 10 days ago

The features of the upcoming ASP MVC 4 are nothing short of amazing. I personally can't wait to use this. But I promised myself to wait for the final release. Naturally, I cracked. According to Scott Guthrie, MVC 4 Beta can be installed side-by-side with MVC 3, so I installed it this morning and created some MVC 4 test projects. After having a play I moved on to the day job, working on our MVC 3 application. All was well until I deployed the MVC 3 application to the test server... read more...

add a comment |category: |Views: 11

tags: another

To TDD or Not To TDD? That is the Discussion.(nizarnoorani.com)

submitted by noorani786noorani786(342) 2 months, 11 days ago

My evolution to TDD and reasons why I follow it... read more...

add a comment |category: |Views: 14

tags: another