bunglebooz

Stories submitted by bunglebooz

Silverlight 5 3D Housebuilder Project Shown at MIX11(johnpapa.net)

submitted by bungleboozbunglebooz(1132) 1 year ago

I presented this application during the MIX11 Day 2 keynote to demonstrate the new 3D features in Silverlight 5 along with a few other new Silverlight 5 features including RelativeSource Ancestor, Data Binding Debugging, Implicit DataTemplates, and Binding in Style Setters. Download it now read more...

add a comment |category: |Views: 6

tags: another

Silverlight TV 69 UX and Perceived Performance in WP7 Apps(johnpapa.net)

submitted by bungleboozbunglebooz(1132) 1 year ago

Jobi Joy, UX Architect with IdentityMine, joins John to discuss some of the lessons his company learned while contributing to the very popular and successful IMDB and Twitter Windows Phone applications. Jobi covers a wide array of topics, including the design and the UX of the IMDB application as well as what "perceived performance" means, and he dives into the framework read more...

add a comment |category: |Views: 0

tags: another

My first impressions about LightSwitch(www.arian-celina.com)

submitted by bungleboozbunglebooz(1132) 1 year ago

Few months ago my aunt asked me to develop a software for her pediatric clinic. Unfortunatelly, as a result of some obligations of mine, I did not find time to deal with her request until last week, when I finally got to this issue and decided to dedicate some time to my aunts request and create a software application for her. read more...

add a comment |category: |Views: 8

tags: another

Prism 4: Defining Custom Command Behavior for Silverlight ListBox(www.dotnetcurry.com)

submitted by bungleboozbunglebooz(1132) 1 year, 1 month ago

In this article, we will see how to add custom command behavior to the List Box control using Silverlight and Prism 4 read more...

add a comment |category: |Views: 46

tags: another

Integrating Rich Data Visualization into your Silverlight Applications(www.dotnetcurry.com)

submitted by bungleboozbunglebooz(1132) 1 year, 1 month ago

In working with Line-of-Business (LOB) applications, one of the key things that needs to be taken into consideration is exactly how data will be visualized for the end user. There are many ways to do this, but one of the core display mechanisms for any LOB application is to utilize a datagrid. The Telerik RadControls for Silverlight control suite indeed provides us with RadGridView, a powerful control with a custom data engine that enables UI virtualization, grouping, sorting, and excel-like filtering right out of the box. read more...

add a comment |category: |Views: 26

tags: another

Dynamic query with Linq(pranayamr.blogspot.com)

submitted by bungleboozbunglebooz(1132) 1 year, 1 month ago

In this post I am going to discuss about building dynamic query with the LINQ. LINQ to SQL allow user to query data from the database without writing sql queries by writing LINQ queries. LINQ represent each table as one entity and where LINQ queries allows to manipulate data in type safe. read more...

add a comment |category: |Views: 11

tags: another

Exploring Cocoa with MonoMac and C# – Part 2(cocoa-mono.org)

submitted by bungleboozbunglebooz(1132) 1 year, 1 month ago

Tutorial series Exploring Cocoa with MonoMac and C# – Part 2 read more...

add a comment |category: |Views: 20

tags: another

Exploring Cocoa with MonoMac and C# – Part 1(cocoa-mono.org)

submitted by bungleboozbunglebooz(1132) 1 year, 1 month ago

Tutorial series Exploring Cocoa with MonoMac and C# – Part 1 read more...

add a comment |category: |Views: 8

tags: another

WPF 4 DataGrid Row Drag and Drop Tutorial(www.dotnetcurry.com)

submitted by bungleboozbunglebooz(1132) 1 year, 1 month ago

The WPF DataGrid control has lots of features for data representations and manipulation. One of the nicest features of the DataGrid, is that we can change the column position using Drag-Drop. In this article, we will see how to implement Drag and Drop in a DataGrid Row. read more...

add a comment |category: |Views: 114

tags: another

Get to Know Action Filters in ASP.NET MVC 3 Using HandleError(blogs.msdn.com)

submitted by bungleboozbunglebooz(1132) 1 year, 2 months ago

If you’re just getting started with ASP.NET MVC, you may have heard of something called action filters, but haven’t had the chance to use them yet. Action filters provide a convenient mechanism for attaching code to your controllers and/or action methods that implements what are referred to as cross-cutting concerns, that is, functionality that isn’t specific to one particular action method, but rather is something you’d want to re-use across multiple actions. read more...

add a comment |category: |Views: 39

tags: another

EntityDataSource Control Basics(www.simple-talk.com)

submitted by bungleboozbunglebooz(1132) 1 year, 2 months ago

Data Source controls can be used to connect to and retrieve data from various types of data sources without the need to write code to perform such operations. The EntityDataSource control helps you to create data driven applications quickly and easily, and to perform Create Delete Update Delete (CRUD) operations on data based on an Entity Data Model. This article briefly introduces ADO.NET Entity Framework, and provides an example of using the EntityDataSource control in Entity Framework 4 to retrieve and bind data to data controls. read more...

add a comment |category: |Views: 43

tags: another

Defining .NET Components with Namespaces(www.simple-talk.com)

submitted by bungleboozbunglebooz(1132) 1 year, 2 months ago

This article will attempt to explain the advantages of using namespaces to define the boundaries of components in a .NET assembly, to suggest the best ways of using namespaces as components, and to describe how to continuously enforce the relevant rules of namespace dependency. read more...

add a comment |category: |Views: 2

tags: another

Test Emails in ASP.NET without a Mail Server(www.devcurry.com)

submitted by bungleboozbunglebooz(1132) 1 year, 2 months ago

The tip I am going to share today is an old one but many developers do not know about it. Assume you are creating an application and need to test a module that sends out bulk mails, like a newsletter. Your first thought would be to configure an SMTP server to test the email module. However there is a trick that you can make use of while testing your code. Use the following setting in your web.config read more...

add a comment |category: |Views: 62

tags: another

Create SQL Server Dashboard in SharePoint(www.dotnetcurry.com)

submitted by bungleboozbunglebooz(1132) 1 year, 2 months ago

In this article, we will create a SharePoint dashboard using SQL Server Data Source. This Dashboard will contain KPIs and a Scorecard and we will deploy this dashboard to our SharePoint Site. read more...

add a comment |category: |Views: 18

tags: another

Silverlight 4: SketchFlow for Prototyping UI using Expression Blend 4(www.dotnetcurry.com)

submitted by bungleboozbunglebooz(1132) 1 year, 2 months ago

In this article, we will see how Silverlight 4.0 and Expression Blend SketchFlow helps in designing deep dive prototypes for a product. read more...

add a comment |category: |Views: 14

tags: another

Should I abandon VB.Net?(blogs.lessthandot.com)

submitted by bungleboozbunglebooz(1132) 1 year, 2 months ago

Is VB.Net still worth using or should you switch now that you have a change. read more...

add a comment |category: |Views: 32

tags: another