fatma78

Stories submitted by friends of fatma78

Introducing Wijmo, a feature-packed jQueryUI based widget library(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 2 months, 28 days ago

A introduction to Wijmo, a jQuery UI based component library, and the rational behind the decision of adopting it vs other component libraries read more...

add a comment |category: |Views: 229

tags: another

WP7 Unit Testing - getting started(www.primordialcode.com)

submitted by GuardianGuardian(1104) 3 months, 3 days ago

this post explains how to successfully setup a Windows Phone 7 Unit Testing project using the NuGet Package Manager extension for Visual Studio 2010. read more...

add a comment |category: |Views: 5

tags: another

WP7 - Test if your ViewModel is serializable(www.primordialcode.com)

submitted by GuardianGuardian(1104) 3 months, 3 days ago

Shows how to test if your ViewModel is Serializable, it can be useful if you persist the viewmodel in the phone application state dictionary. read more...

add a comment |category: |Views: 3

tags: another

AppFabric Service Bus SDK 1.6 Error(www.ninjacode.com.br)

submitted by thiagosatoshithiagosatoshi(248) 5 months, 4 days ago

How to fix the message error: Generic: There was an authorization failure. Make sure you have specified the correct SharedSecret, SimpleWebToken or Saml transport client credentials. read more...

add a comment |category: |Views: 20

tags: another

ncreasing Performance with C # Yield(www.ninjacode.com.br)

submitted by thiagosatoshithiagosatoshi(248) 5 months, 15 days ago

How to use Yield to increase performance. read more...

add a comment |category: |Views: 21

tags: another

Unable to update the EntitySet 'EntitySetName' because it has a Defini(www.ninjacode.com.br)

submitted by thiagosatoshithiagosatoshi(248) 5 months, 26 days ago

How to fix, Unable to update the EntitySet 'EntitySetName' because it has a DefiningQuery and no <InsertFunction> element exists in the <ModificationFunctionMapping> element to support the current operation. read more...

add a comment |category: |Views: 3

tags: another

Unable to update the EntitySet 'EntitySetName' because it has a Defini(www.ninjacode.com.br)

submitted by thiagosatoshithiagosatoshi(248) 5 months, 27 days ago

Unable to update the EntitySet 'EntitySetName' because it has a DefiningQuery and no <InsertFunction> element exists in the <ModificationFunctionMapping> element to support the current operation. read more...

add a comment |category: |Views: 2

tags: another

Could not load type 'System.Data.Entity.Design.AspNet.EntityDesignerBu(www.ninjacode.com.br)

submitted by thiagosatoshithiagosatoshi(248) 6 months, 11 days ago

How to fix this problem - Could not load type 'System.Data.Entity.Design.AspNet.EntityDesignerBuildProvider'. C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\web.config read more...

add a comment |category: |Views: 3

tags: another

GRASP Patterns - Creator(sharp-code.net)

submitted by VelcrowVelcrow(50) 7 months, 19 days ago

This post presents one of the GRASP Patterns - Creator. read more...

add a comment |category: |Views: 5

tags: another

GRAPS Patterns - Controller(sharp-code.net)

submitted by VelcrowVelcrow(50) 7 months, 27 days ago

This post presents one of the GRASP Patterns - Controller. read more...

add a comment |category: |Views: 4

tags: another

Entity Framework 4.1 Code First(sharp-code.net)

submitted by VelcrowVelcrow(50) 7 months, 27 days ago

This post focus on Entity Framework 4.1 Code First technology which allows developers to code their domain first and from that code generate database without writing any line of SQL code. Such approach is encourage by very popular Domain Driven Development methodologies. read more...

2 comments |category: |Views: 109

tags: another

website maintenance mode(www.ninjacode.com.br)

submitted by thiagosatoshithiagosatoshi(248) 8 months, 14 days ago

How to set maintenance mode on ASP.net website. read more...

add a comment |category: |Views: 6

tags: another

DBCC DBREINDEX to all tables(www.ninjacode.com.br)

submitted by thiagosatoshithiagosatoshi(248) 8 months, 21 days ago

How to execute DBCC DBREINDEX to all tables. read more...

add a comment |category: |Views: 6

tags: another

Factory Pattern(sharp-code.net)

submitted by VelcrowVelcrow(50) 8 months, 23 days ago

The post presents an implementation of Factory Pattern. Additionally it present also thread-safe version of Singleton Pattern. read more...

add a comment |category: |Views: 11

tags: another

C# 4.0 Optional parameters(www.ninjacode.com.br)

submitted by thiagosatoshithiagosatoshi(248) 8 months, 25 days ago

How use optional parameters in C#, sample. read more...

add a comment |category: |Views: 2

tags: another

#QuickTip 8 - [SQL Server] How delete all data of all tables(www.ninjacode.com.br)

submitted by thiagosatoshithiagosatoshi(248) 9 months, 4 days ago

How delete all data of all tables, sql server database. read more...

add a comment |category: |Views: 7

tags: another