micaleel

Stories kicked by micaleel

Organizing ASP.NET MVC solutions(lostechies.com)

submitted by just3wsjust3ws(560) 2 years, 5 months ago

A suggestion on how to structure your ASP.NET MVC project. Interesting because the actual website project only holds client resources. read more...

2 comments |category: |Views: 483

tags: another

How to host a WCF Service inside your Windows Service(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 5 months ago

Taking a look how to host your WCF service inside your Windows Service. In many situations hosting WCF inside of IIS may not be the best solution for you or your team. When this is the case hosting inside a windows service may be the best solution and in this episode we will take a look at how you can accomplish this. read more...

1 comment |category: |Views: 363

tags: another

Silverlight 3/4: Advanced Performance and Profiling Techniques(blogs.msdn.com)

submitted by jbarnesjbarnes(3479) 2 years, 5 months ago

Did you know that by simply specifying “EnableGPUAcceleration=true “ in the Silverlight plug-in, in some cases, you can achieve dramatic performance improvements by leveraging the client’s GPU hardware? Check out Seema Ramchandani’s PDC09 session to learn how to leverage all the goodness the Silverlight stack and Visual Studio 20010 to optimize your managed code with a focus on the common bottlenecks in writing large Silverlight applications and complex data controls. read more...

3 comments |category: |Views: 206

tags: another

Are you ready to learn F#? Concepts to be familiar with before learni(silverlighthack.com)

submitted by bartczernickibartczernicki(503) 2 years, 5 months ago

This article covers the concepts (i.e., immutability, recursion, data structures) a developer should know before starting to learn the new F# functional language. read more...

1 comment |category: |Views: 364

tags: another

Generic entity auditing using Linq to Sql(instantdevelopment.blogspot.com)

submitted by liamdaviesliamdavies(30) 2 years, 5 months ago

Implementing an auditing strategy for entities in your data access layer can be made very simple by using the extension points of Linq to Sql, some interfaces and generics. read more...

add a comment |category: |Views: 26

tags: another

Expression Blend 3 and the New 'Make Into Control' Feature(dotnetcurry.com)

submitted by paroaryaparoarya(285) 2 years, 10 months ago

Expression Blend 3 and Silverlight 3 have been released. The following article demonstrates how to use Expression Blend 3 to draw an object with a pencil and make that into a clickable button read more...

add a comment |category: |Views: 202

tags: another

WPF Toolkit DataGrid Part IV: TemplateColumns and Row Grouping(sweux.com)

submitted by smourasmoura(165) 2 years, 11 months ago

This post is part of the WPF Toolkit DataGrid series. In this part we will have a look into more advanced concepts. First we will see how we can use the DataGridTemplateColumn to imitate the behavior of a DataGridComboBoxColumn and to show a small chart representing the age deviation from average for each player. We will then have a look on how we can group rows on our DataGrid using two separate methodologies. read more...

add a comment |category: |Views: 537

tags: another

A Master-Detail ViewModel(reyntjes.blogspot.com)

submitted by reyntjesrreyntjesr(35) 3 years ago

A while ago I saw a video by Beth Massi of Microsoft called: Create a Master-Detail Data Entry Form in WPF. It’s a very nice tutorial on how to create a master-detail data entry form in WPF. However you have to type quite a lot of code each time you want to create your master-detail forms. So I thought I should write a viewmodel that does most of the work. read more...

add a comment |category: |Views: 306

tags: another

WPF Toolkit DataGrid, Part I - Introduction(sweux.com)

submitted by smourasmoura(165) 3 years ago

This article is part of a series in which I will go through some key achievements when using WPF Toolkit DataGrid on a project I am working on. In this first article we will go through the following topics: Hands on your First WPF DataGrid, DataGridColumn Hierarchy and Using DataGridColumns to enhance the DataGrid sample. Running samples are provided for all source code presented. read more...

add a comment |category: |Views: 526

tags: another

Creating SOLID Code: Dependency Inversion Principle(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 2 months ago

Taking a look at how to create SOLID Code: Creating SOLID Code: Dependency Inversion Principle (DIP). This is a last episode in a series where we will take a look at each of the parts the SOLID Princi read more...

2 comments |category: |Views: 410

tags: another

6 Tools To Be An Effective Web Developer(geekdaily.net)

submitted by justinbezansonjustinbezanson(1555) 3 years, 2 months ago

There has always been and probably always will be feuds over what is the best platform but what I want to show you is that those arguments are mostly irrelevant. Regardless of what platform you choose to develop on there are most of the same tools available in one form or another. The common components, for me anyway, that help me produce high quality code faster and is easier to maintain are a good IDE, easy to use unit testing and mocking frameworks, an ORM, a MVC framework, and a good JavaScript library. read more...

1 comment |category: |Views: 999

tags: another

Business for geeks: Naming your software company(mindscape.co.nz)

submitted by traskjdtraskjd(3229) 3 years, 2 months ago

A second post in the series about starting a software development tools company covering the process undertaken in picking the name of the company. Covers points to consider when picking a name for your own software brand. This isn't strictly code but might be interesting for entrepreneurial .net geeks out there. read more...

add a comment |category: |Views: 501

tags: another

Secrets of Extension Methods: Part II(c-sharpcorner.com)

submitted by rohan123rohan123(740) 3 years, 2 months ago

This article explains how Extension Methods are used in LINQ read more...

add a comment |category: |Views: 332

tags: another

Secrets of Extension Methods: Part I(c-sharpcorner.com)

submitted by rohan123rohan123(740) 3 years, 2 months ago

This article gives an introduction to Extension Methods. read more...

add a comment |category: |Views: 411

tags: another

CodePlex Project of the Month audio interview: Json.NET(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 3 years, 2 months ago

An audio interview about Json.NET, the March CodePlex project of the month. Interview covers what is JSON and Json.NET as well as the trials and tribulations of managing an open source project. read more...

add a comment |category: |Views: 145

tags: another

Creating an Ajax Login Form With jQuery (dev102.com)

submitted by razamitrazamit(4566) 3 years, 2 months ago

In this post I want to show you how to use jQuery to create an AJAX login screen. I am going to use an ASP.NET MVC application for this demonstration read more...

add a comment |category: |Views: 522

tags: another