impa
Name: impa
Score: 18,567.98
Last Seen: 387 days, 10 hours, 10 minutes ago
Member Since: 7 February, 2009
DotNetShoutout
atom rss
8
Shouts

Porting WPF apps to Silverlight

published 994 days, 23 hours, 8 minutes ago posted by ZORIGZORIG 997 days, 6 hours, 38 minutes ago
Wednesday, September 29, 2010 12:18:45 PM GMT Monday, September 27, 2010 4:49:14 AM GMT
The other day when browsing through the blogosphere I came across Arik's posts describing the workarounds\tips that he used for porting his 3.5 WPF application to Silverlight. (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: WPF, silveright
4
Shouts

Advanced Dotnet Tutorial: What is a Virtual Directory and how to create it?

published 996 days, 23 hours, 36 minutes ago posted by learndotnet123learndotnet123 997 days, 5 hours, 9 minutes ago
Monday, September 27, 2010 11:50:34 AM GMT Monday, September 27, 2010 6:17:43 AM GMT
What is a virtual directory ?A virtual directory represents a web application and it points to a physical folder in your computer. A web application is accessed using a virtual directory name instead of a physical folder name. For example, if you have a web application called "Shopcart" in your machine, you will have a virtual directory for this web application. You will access your web application using the URL httP://localhost/Shopcart. If your virtaul directory name is "Test", then your web applic... (more)
category: Web Dev | clicked: 0 | comment | | source: advanceddotnettutorial.blogspot.com
tags: Virtual Memory
9
Shouts

Dean Hume - Vote for your favourite .NET DI (IoC) Framework

published 996 days, 23 hours, 36 minutes ago posted by deanomachinodeanomachino 999 days, 9 minutes ago
Monday, September 27, 2010 11:50:34 AM GMT Saturday, September 25, 2010 11:18:12 AM GMT
Vote for your favourite .NET DI (IoC) Framework I've started to take a look at Dependency Injection Containers (IoC), mostly because we have started using them where I work and also just out of general interest and trying to get my mind around how they work. From wikipedia:  Inversion of control, or IoC, is an abstract principle describing an aspect of some software architecture designs in which the flow of control of a system is inverted in comparison to procedural programming. In tradit... (more)
category: Web Dev | clicked: 0 | comment | | source: www.deanhume.com
tags: IoC, .NET, C#, vote, DI
4
Shouts

4 Cross-Platform Mobile Development Tools For Mobile Website Developers

published 996 days, 23 hours, 36 minutes ago posted by webguruindiawebguruindia 1001 days, 22 hours, 23 minutes ago
Monday, September 27, 2010 11:50:34 AM GMT Wednesday, September 22, 2010 1:03:32 PM GMT
Mobile website design and development is currently the most happening thing in the virtual world. So, when you are at it, you might find it hard to decide which mobile device to embrace and which to give a miss. However, with the availability of different mobile operating systems, you might find it overwhelmingly difficult to come to a conclusion. (more)
category: Web Dev | clicked: 0 | comment | | source: www.webguru-india.com
tags: Cross-Platform Mobile Development Tools, Cross-Platform Mobile Development
8
Shouts

C# Interface Events

published 996 days, 23 hours, 36 minutes ago posted by BlackWaspBlackWasp 999 days, 18 hours, 23 minutes ago
Monday, September 27, 2010 11:50:34 AM GMT Friday, September 24, 2010 5:03:48 PM GMT
An interface can be created to define a contract containing members that classes that implement it must provide. Interfaces can define events, sometimes leading to classes that implement several interfaces being required to declare an event name twice. (more)
category: How To | clicked: 1 | comment | | source: www.blackwasp.co.uk
tags: C#
4
Shouts

Why sleep is good for your app’s padding oracle health

published 996 days, 23 hours, 36 minutes ago posted by http://troyhunt.myopenid.com/http://troyhunt.myopenid.com/ 998 days, 14 hours ago
Monday, September 27, 2010 11:50:34 AM GMT Saturday, September 25, 2010 9:27:00 PM GMT
Does the ASP.NET padding oracle vulnerability benefit from random sleep periods in the error page as Microsoft claims? Is it possible to execute a timing attack against apps that don’t have this? Are earlier versions of ASP.NET more vulnerable to the whole padding oracle vulnerability? Yes, yes and yes! (more)
category: Web Dev | clicked: 0 | comment | | source: www.troyhunt.com
4
Shouts

Extending OpenID Implementation With ASP.NET: User Information / Roles and Membership

published 996 days, 23 hours, 36 minutes ago posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 997 days, 20 hours, 14 minutes ago
Monday, September 27, 2010 11:50:34 AM GMT Sunday, September 26, 2010 3:12:25 PM GMT
Last month I have blogged on how you can integrate OpenID login support in your ASP.NET aplication. Some of the reader requested me that it would be better if I could show how you can implement membership and roles with OpenID authentication. It doesn't seems easy in the first place, because you will require a bit more informaton from the user like his name and e-mail address. So, what I am trying to show you here is how you can gather information of the user who has logged in with OpenID and then you ca... (more)
category: Web Dev | clicked: 2 | comment | | source: midnightprogrammer.net
tags: OpenID, ASP.NET
9
Shouts

InfoQ: Domain Driven Design and Development In Practice

published 994 days, 23 hours, 8 minutes ago posted by gpeipmangpeipman 997 days, 13 hours, 4 minutes ago
Wednesday, September 29, 2010 12:18:45 PM GMT Sunday, September 26, 2010 10:23:18 PM GMT
Domain Driven Design (DDD) is about mapping business domain concepts into software artifacts. Most of the writings and articles on this topic have been based on Eric Evans' book "Domain Driven Design", covering the domain modeling and design aspects mainly from a conceptual and design stand-point. These writings discuss the main elements of DDD such as Entity, Value Object, Service etc or they talk about concepts like Ubiquitous Language, Bounded Context and Anti-Corruption Layer. (more)
category: Architecture | clicked: 2 | comment | | source: www.infoq.com
tags: DDD
12
Shouts

Moses' Blog | Getting Started with Entity Framework 4.0 Screencast Recorded session from Cairo Code Camp - Part 5

published 995 days, 16 hours, 44 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 997 days, 4 hours, 1 minute ago
Tuesday, September 28, 2010 6:42:30 PM GMT Monday, September 27, 2010 7:26:01 AM GMT
About Part 5 Fifth part is about 9:45 min in length. Part 5. Covers EDM -Entity Data Model- showing its elements (SSDL, CSDL & MSL). Also this screencast shows how to query your conceptual model using LINQ to Entities. I just posted 5th Part of this screencast to my channel on your tube. Source code and presentation can be found here. You can watch the HD version on your tube here. Also subscribe to my youtube channel for more upcoming screencasts. Download HD video. Part 6 will be up soon. So kee... (more)
category: Screencast | clicked: 0 | comment | | source: mosesofegypt.net
tags: linqtoentities, EF, entityframework4, EF4, entityframework, entityframework4.0, Linq To Entities, Entity Framework 4, Screencast
12
Shouts

Bing Maps Platform - AJAX Map Control Interactive SDK

published 994 days, 23 hours, 8 minutes ago posted by gpeipmangpeipman 997 days, 12 hours, 56 minutes ago
Wednesday, September 29, 2010 12:18:45 PM GMT Sunday, September 26, 2010 10:30:46 PM GMT
Bing Maps AJAX platform online sample page. Many topics with interactive examples and source code. (more)
category: Web Dev | clicked: 0 | comment | | source: www.microsoft.com
tags: Bing, maps, Ajax
11
Shouts

Windows Phone 7 Emulator Unlocked: 1. Getting unlocked version

published 995 days, 16 hours, 44 minutes ago posted by gpeipmangpeipman 997 days, 12 hours, 58 minutes ago
Tuesday, September 28, 2010 6:42:30 PM GMT Sunday, September 26, 2010 10:28:26 PM GMT
Guys in xda-developers.com forums made excellent work and unlocked Windows Phone 7 emulator features that are not shown us when using official versions. Here is the simple guide that helps you get unlocked version of emulator. (more)
category: How To | clicked: 0 | comment | | source: windowsphonedev.blogspot.com
tags: Windows Phone 7
11
Shouts

MVC 3's IValidatableObject

published 1001 days, 16 hours, 37 minutes ago posted by http://morder.myopenid.com/http://morder.myopenid.com/ 1003 days, 18 hours, 11 minutes ago
Wednesday, September 22, 2010 6:49:45 PM GMT Monday, September 20, 2010 5:15:35 PM GMT
I’ve come across a couple ways to do validation in MVC. My favorite is the IvalidatableObject method. It’s fairly simple to setup. (more)
category: Architecture | clicked: 1 | comment | | source: buildstarted.com
tags: MVC3, C#
10
Shouts

MVVM (Model-View-ViewModel) design pattern

published 1001 days, 16 hours, 37 minutes ago posted by http://agafonovslava.blogspot.com/http://agafonovslava.blogspot.com/ 1004 days, 1 hour, 22 minutes ago
Wednesday, September 22, 2010 6:49:45 PM GMT Monday, September 20, 2010 10:04:31 AM GMT
Model-View-ViewModel  is a way of creating client applications that leverages core features of the WPF platform, allows for simple unit testing of application functionality, and helps developers and designers work together with less technical difficulties. The classes in the MVVM Foundation are time-tested tools in the toolbox of many WPF developers around the world. Now they all live in one convenient project. MvvmFoundation.Wpf. (more)
category: Metro | clicked: 7 | comment | | source: blog.agafonov.net.ua
tags: mvvm silverlight, MVVM Light Toolkit Messenger V2, MVVM Light Toolkit, Model View View Model, MVVM
10
Shouts

An object mapper facade (for automapper)

published 1001 days, 16 hours, 37 minutes ago posted by http://fodonnel.wordpress.com/http://fodonnel.wordpress.com/ 1003 days, 23 hours, 20 minutes ago
Wednesday, September 22, 2010 6:49:45 PM GMT Monday, September 20, 2010 12:07:04 PM GMT
Even though automapper is currently the only player in town when it comes to Object Mappers, there is still benefits to coding against a facade rather that directly against the automappers classes. The facade I am suggesting only deals with the mapping side, which means that the configuration side (creating the mapping) is still framework dependant. (more)
category: Architecture | clicked: 17 | comment | | source: fodonnel.wordpress.com
tags: AutoMapper
14
Shouts

Anonymous View Models in ASP.NET MVC Using Dynamics

published 1000 days, 16 hours, 38 minutes ago posted by gshacklesgshackles 1003 days, 22 hours, 15 minutes ago
Thursday, September 23, 2010 6:48:59 PM GMT Monday, September 20, 2010 1:11:23 PM GMT
A look at some of the limitations of anonymous classes in .NET, and the solutions available for using them as view models in ASP.NET MVC. (more)
category: Web Dev | clicked: 2 | comment | | source: www.gregshackles.com
tags: Dynamics, .Net 4.0, MVC, ASP.NET
12
Shouts

Solid ASP.NET MVC applications recommendations

published 1001 days, 16 hours, 37 minutes ago posted by http://agafonovslava.blogspot.com/http://agafonovslava.blogspot.com/ 1003 days, 22 hours, 5 minutes ago
Wednesday, September 22, 2010 6:49:45 PM GMT Monday, September 20, 2010 1:21:28 PM GMT
Coding guidelines aimed at helping the ASP.NET MVC developer create solid applications. Of course, it's up to you as the developer to decide which of these guidelines are appropriate for your application. Mode, View, Controller, Perfomance and testing recommendations can show best practices for any developer that using ASP.NET MVC 2 or ASP.NET MVC 3. (more)
category: Web Dev | clicked: 13 | comment | | source: blog.agafonov.net.ua
tags: ASP.NET MVC 3, ASP.NET MVC, Best Practices, SOLID Principle, SOLID Principles, ASP.NET
6
Shouts

SQL Server DMVs - where to start and how to use? - SQLMaster

published 1000 days, 16 hours, 38 minutes ago posted by dharadhara 1002 days, 2 hours, 8 minutes ago
Thursday, September 23, 2010 6:48:59 PM GMT Wednesday, September 22, 2010 9:18:54 AM GMT
When you need to troubleshoot a problem, prior to SQL Server 2005 you have to depend upon PROFILER or query system tables constantly or some other means to trace the system usage. (more)
category: Data | clicked: 0 | comment | | source: beyondrelational.com
tags: SQL Server, DBA
5
Shouts

Mindscape Silverlight Charts beta now available

published 1000 days, 16 hours, 38 minutes ago posted by traskjdtraskjd 1002 days, 5 hours, 38 minutes ago
Thursday, September 23, 2010 6:48:59 PM GMT Wednesday, September 22, 2010 5:48:41 AM GMT
Creating attractive charts and graphs from data is an important aspect for any line of business application and, with that in mind, Mindscape have added a suite of charting controls to their Silverlight Elements control package. New charts, capabilities and samples are being rolled out daily and this blog post discusses what's included in the first drop. (more)
category: Metro | clicked: 0 | comment | | source: www.mindscape.co.nz
tags: Silverlight, Line Chart, Bar Chart, Charts, Pie Chart, Mindscape
4
Shouts

Continuous Integration Tip #1 – FTP Deployment

published 1000 days, 16 hours, 38 minutes ago posted by http://www.google.com/profiles/dougrathbonehttp://www.google.com/profiles/dougrathbone 1002 days, 23 hours, 35 minutes ago
Thursday, September 23, 2010 6:48:59 PM GMT Tuesday, September 21, 2010 11:52:14 AM GMT
Having a good Continuous Integration setup can be one of the highlights of any developers daily grind. Regardless, it can be seen as almost pointless if your automated deployment setup still needs a physical person to upload the files to your server if it is offsite. Adding FTP/SFTP to your CI process is the solution to this. (more)
category: Web Dev | clicked: 0 | comment | | source: www.diaryofaninja.com
tags: Automation, Deployment, FTP, Continuous Integration
5
Shouts

Mahhala - WPF MediaKit - Rudi Grobler in the Cloud

published 1000 days, 16 hours, 38 minutes ago posted by http://rudigrobler.myopenid.com/http://rudigrobler.myopenid.com/ 1002 days, 4 hours, 25 minutes ago
Thursday, September 23, 2010 6:48:59 PM GMT Wednesday, September 22, 2010 7:01:48 AM GMT
A chat with Jer about WPF MediaKit (more)
category: Smart Client | clicked: 1 | comment | | source: www.rudigrobler.net
tags: MediaKit, WPF
Previous 1 2 ... 5 6 7 8 9 10 11 12 13 14 ... 124 125 Next