Juergen

Stories kicked by Juergen

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

AutoPoco v0.2 Released (codeofrob.com)

submitted by JuergenJuergen(45) 2 years, 1 month ago

New Features in AutoPoco :-) read more...

2 comments |category: |Views: 446

tags: another

AutoPoco v0.1 Released(codeofrob.com)

submitted by robashtonrobashton(384) 2 years, 1 month ago

AutoPoco is an object-graph factory for the easy creation of test data for unit/integration tests. read more...

add a comment |category: |Views: 24

tags: another

Strategy Pattern In .NET 2.0(vadmyst.blogspot.com)

submitted by VadmystVadmyst(395) 4 years, 7 months ago

Strategy pattern can very handy when a system designer or architect wants to separate algorithms from the system implementation. Also with strategy pattern approach it is very easy to select between different algorithms on the fly. With the introduction of generics in .NET 2.0 implementing strategy pattern is even more easy. read more...

1 comment |category: |Views: 72

tags: another

MVP Pattern tutorial(blog.vuscode.com)

submitted by malovicnmalovicn(1590) 4 years, 7 months ago

An example of how MVP pattern could be used read more...

1 comment |category: |Views: 3121

tags: another

ORM (object-relational mapping) in .NET 3.5(dotnetslackers.com)

submitted by powerrushpowerrush(3873) 4 years, 7 months ago

What this article covers is a general introduction to ORM concepts, the approach that .NET 3.5 takes, and how it compares to these other packages. read more...

1 comment |category: |Views: 272

tags: another

Reflection performance put in perspective(blog.activa.be)

submitted by activaactiva(2340) 4 years, 9 months ago

The web framework I built over the last few years, ProMesh.NET, relies on reflection for a lot of the features it offers. Often though, I am asked if the heave use of reflection doesn’t have a significant impact on performance. My answer usually is: YES, but it doesn’t matter. Now you probably think that I don’t care about performance or that I’ve had too much too drink. None of the above. I’ll explain: read more...

add a comment |category: |Views: 14

tags: another

The Null Object Pattern(jeremyjarrell.com)

submitted by jeremyjarrelljeremyjarrell(2685) 4 years, 9 months ago

An alternative way to alleviate yourself from checking for null each time you work with a potentially missing object. read more...

1 comment |category: |Views: 15

tags: another

HttpHandler for Images in ASP .NET 2.0(sunilksaini.blogspot.com)

submitted by sunilksainisunilksaini(170) 4 years, 9 months ago

Http Handler: Http Handler is a class that is responsible for rendering a particular resource, or a particular type of resource. Http Handlers are somewhat similar to ISAPI Extensions. If implements, it behaves like a filter between Web Server and the Client. Whenever client makes a request to the server, it goes through the Filter and performs operations as per our requirement read more...

add a comment |category: |Views: 49

tags: another

Dynamic Controls, UpdatePanels and AsyncPostBackTrigger(dennydotnet.com)

submitted by superghostsuperghost(2260) 4 years, 10 months ago

The AsyncPostBackTrigger is used in ASP.NET AJAX to, as it states, trigger an asynchronous postback. Adding a trigger to an UpdatePanel is fairly straight forward. But what about controls that are created dynamically like within a DataList? read more...

add a comment |category: |Views: 687

tags: another

Sharpcms.net a new open source cms based on .Net 2.0 XSL and XML(sharpcms.net)

submitted by madsmads(30) 6 years, 3 months ago

A new open source content management system has been released. The system is based on XSL and XML. No SQL databases and all the layout can be modified via XSL templates read more...

add a comment |category: |Views: 54

tags: another