DotNetShoutout - Stories tagged with Design
3
Shouts

.NET interview questions: - Can you elaborate project life cycle?

published 487 days, 1 hour, 58 minutes ago posted by questpondquestpond 491 days, 8 hours, 17 minutes ago
Saturday, January 21, 2012 4:46:53 PM GMT Tuesday, January 17, 2012 10:28:15 AM GMT
In this article we will explain about project life cycle. For more articles and videos visit us on http://www.questpond.com/ (more)
category: Web Dev | clicked: 21 | comment | | source: www.dotnetinterviewquestions.in
tags: .NET, Design, .Net Interview Questions, Asp.net interview questions, ASP.NET
3
Shouts

.NET interview questions: -How do testers do testing using V-model?

posted by questpondquestpond 503 days, 5 hours, 26 minutes ago
Thursday, January 05, 2012 1:19:01 PM GMT
In this article we will explain about V-model and its working in testing. For more articles and videos visit us on www.questpond.com (more)
category: Web Dev | clicked: 7 | comment | | source: questpond.blog.com
tags: .NET, Design, .Net Interview Questions, Testing, integration, V-model
2
Shouts

20 Database Design Best Practices

posted by cbsrnrcbsrnr 667 days, 7 hours, 51 minutes ago
Monday, July 25, 2011 10:54:34 AM GMT
A compilation of database design best practices. (more)
category: Data | clicked: 7 | comment | | source: codebalance.blogspot.com
tags: Design, Best Practices, Database
2
Shouts

The padlock icon must die

posted by http://troyhunt.myopenid.com/http://troyhunt.myopenid.com/ 673 days, 10 hours, 9 minutes ago
Tuesday, July 19, 2011 8:36:23 AM GMT
What do you think of when you see the padlock icon on a webpage? You're probably thinking something along the lines of "it means the page is secure". The more tech savvy among you may suggest that it means HTTPS has been used to encrypt the content in transit. The problem is that it doesn't mean anything of the kind. In fact it had absolutely nothing to do with website security. And therein lies the problem – the padlock lies to us, it implies things that it is not and it's downright misleading. (more)
category: UX | clicked: 1 | comment | | source: www.troyhunt.com
tags: Design, Security
2
Shouts

How to Create a Circular Loader using XAML? © Kunal's Blog

published 686 days, 11 hours, 44 minutes ago posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 686 days, 17 hours, 34 minutes ago
Wednesday, July 06, 2011 7:01:31 AM GMT Wednesday, July 06, 2011 1:11:07 AM GMT
Sometime we need to show a circular loader in WPF and/or Silverlight. We may need it in Windows Phone 7 too. In simple statement, we need to show a circular loader in various XAML applications like Silverlight, WP7 and WPF. In this article, we will learn how to create a Circular Loader as shown in the screenshot. I will not use a single line of C# code to create this loader. Everything will be in the XAML file itself to keep the code behind file clean. Read to know more about it step-by-step and after r... (more)
category: Metro | clicked: 8 | comment | | source: www.kunal-chowdhury.com
tags: Design, WP7, wp7dev, WPF, Silerlight, XAML
8
Shouts

The 4 Stages of Learning Design Patterns - Steve Smith's Blog

published 735 days, 12 hours, 11 minutes ago posted by StevesSteves 738 days, 10 hours, 13 minutes ago
Wednesday, May 18, 2011 6:34:38 AM GMT Sunday, May 15, 2011 8:32:09 AM GMT
Design patterns are general, reusable solutions that occur in software design, which can usually be adapted to fit into a number of different situations and applications.  Recently, I recorded a screencast interview with Carl Franklin on Commonly Used Design Patterns for dnrTV, and one of the things we discussed was the stages of learning design patterns.  I noted that, at least for myself, I’d found that I tended to go through four distinct phases during my learning process when it came to these pattern... (more)
category: How To | clicked: 7 | comment | | source: stevesmithblog.com
tags: Design, Patterns, Design Patterns
4
Shouts

C#, Clean up your Linq-queries and lambda expressions « Daniel Wertheim

published 835 days, 34 minutes ago posted by sedanwersedanwer 835 days, 7 hours, 25 minutes ago
Monday, February 07, 2011 6:10:41 PM GMT Monday, February 07, 2011 11:20:20 AM GMT
Last week something caught my eyes. How scattered business logic can become if you let your binary expressions be used “here and there” when matching entities against certain rules. Logic for a single entity, e.g Customer can be used all over your codebase. This article will show you a way to get around this and to get a central repository of rules/predicates that can be applied to entities and makes your daily unit test writing easier. I will use simple operator overloading for accomplishing this. (more)
category: Architecture | clicked: 6 | comment | | source: daniel.wertheim.se
tags: Design, C#, clean code, Architecture, CSharp, Linq, lambda expressions
3
Shouts

Technical design document template - Gadi Berqowitz's Blog

published 917 days, 16 hours, 56 minutes ago posted by gmanILgmanIL 920 days, 6 hours, 50 minutes ago
Wednesday, November 17, 2010 1:49:00 AM GMT Sunday, November 14, 2010 11:55:34 AM GMT
Technical design document template I’ve been asked to create a technical design document that will be used throughout our division. Every place I’ve worked had it’s own template so I’ve worked with several templates before. I’ve created the following template from all my knowledge and experience from previous templates. this template is for web application based projects. It’s also take into consideration SharePoint server at the front end and Commerce Server as part of the application level. 1. Gen... (more)
category: Architecture | clicked: 93 | comment | | source: blogs.microsoft.co.il
tags: Design, C#, Document Template, ASP.NET
5
Shouts

Database Driven Application Composition using nRoute

published 981 days, 2 hours, 21 minutes ago posted by orktaneorktane 982 days, 4 hours, 45 minutes ago
Tuesday, September 14, 2010 4:24:35 PM GMT Monday, September 13, 2010 2:00:19 PM GMT
One of my favourite feature in nRoute is SiteMaps - it is conceptually very similar to ASP.NET site maps, though with nRoute rather than just providing a navigation curriculum we can use SiteMaps to dynamically assemble parts of the application and compose the application UI at runtime. And so in this post we're going to look at one possibility, wherein the application's structure is relayed from a database backed. (more)
category: Metro | clicked: 3 | comment | | source: www.orktane.com
tags: Design, Composition, nRoute, UX
4
Shouts

How to design web page with div in ASP.NET : The CodeGain

posted by codegaincodegain 993 days, 6 hours, 9 minutes ago
Thursday, September 02, 2010 12:36:11 PM GMT
If you develop web applications then surely you know about the Div tag but many of you guys never have a useful look on it. As i know div tag is the backbone of a consistent css used website. (more)
category: Web Dev | clicked: 0 | comment | | source: codegain.com
tags: Design, Div, CSS
5
Shouts

A high performance ProgressBar for Windows Phone - Jeff Wilcox

published 1023 days, 6 hours, 26 minutes ago posted by jantujantu 1024 days, 5 hours, 15 minutes ago
Tuesday, August 03, 2010 12:19:31 PM GMT Monday, August 02, 2010 1:30:05 PM GMT
The ProgressBar template for Silverlight that is built into the Windows Phone today looks beautiful but comes at a cost to performance in indeterminate mode (the animating dots that often indicate loading during an operation of unknown time). Here I offer a workaround which is identical in looks, but with excellent performance. It uses the render thread exclusively for animation, instead of th... (more)
category: Metro | clicked: 2 | comment | | source: www.jeff.wilcox.name
tags: Silverlight, Design, C#, Windows Phone
3
Shouts

Management System with full Ajax-like behavior delivered with over 50% savings

posted by EinatsmEinatsm 1032 days, 10 hours, 1 minute ago
Sunday, July 25, 2010 8:44:22 AM GMT
"We were astounded at the performance and Ajax-like behavior we were able to achieve... we definitely saved at least 50% in time required for the UI design." Luis Alonso Ramos Overview Centro Chihuahuense para la Calidad y Productividad, A. C. (CChCP) is a non-profit organization which, among other things, focuses on improving quality processes in public education. It currently works with around 800 public schools in the state of Chihuahua, in the north of Mexico. (more)
category: Web Dev | clicked: 0 | comment | | source: www.visualwebgui.com
tags: Design, Development, Ajax
8
Shouts

Model-First Design using ADO.NET Entity Framework 4.0

published 1036 days, 3 hours, 21 minutes ago posted by codegaincodegain 1036 days, 17 hours, 32 minutes ago
Wednesday, July 21, 2010 3:24:21 PM GMT Wednesday, July 21, 2010 1:13:27 AM GMT
In Model first approach, we will be creating the EDM, conceptual model, first with respect to the business, and keep evolute the EDM till it fits for the business and then generate the database schema based on the EDM. At least it makes easier to limit the huge changes. We will see the what limitations we have in this approach, everything comes with limitation ? We will be learning following 1. Create Empty Model. 2. EDM Designer. 3. Creating Entities. 4. Creating Associations and Relation (more)
category: Smart Client | clicked: 4 | comment | | source: www.codegain.com
tags: .NET, Design, ADO.NET, ADO.NET Framework, Entity
4
Shouts

Honest Illusion : Lambda Expressions as Properties

posted by JamesCurranJamesCurran 1079 days, 4 hours, 23 minutes ago
Tuesday, June 08, 2010 2:22:24 PM GMT
Lambda Expressions as Properties Peter recently caused a bit of a stir with his article “Sometimes an enum is not the best idea”.  In it, he had a very specific problem: When an enum is passed to a method as an Object, and that method converts it to a usable value by calling ToString(), you get that enum’s name and not it’s value.  And he gave a gave very specific solution to that problem.  Peter wanted an simple ad hoc solution that he could just drop into his code.  Peter’s idea was basically a quick ... (more)
category: Architecture | clicked: 1 | comment | | source: honestillusion.com
tags: Design, C# 3.5, .NET 3.5, lambda expressions
7
Shouts

Silverlight 4 Theme refresh including RIA Services templates - Tim Heuer

published 1080 days, 7 hours, 3 minutes ago posted by jantujantu 1082 days, 8 hours, 16 minutes ago
Monday, June 07, 2010 11:41:47 AM GMT Saturday, June 05, 2010 10:29:39 AM GMT
The feedback from the Silverlight 4 application themes released and the latest in process have been overwhelmingly toward the positive. We appreciate the feedback and hopefully you appreciate the transparency in the process. As a developer I want my fellow brethren to appreciate good design and use it whenever possible … even as a default if you don’t have designers on board. In the initial release we had some issues getting the RIA Services ones out at the same time but we’ve got those finished now for... (more)
category: Metro | clicked: 1 | comment | | source: timheuer.com
tags: RIA, Silverlight, Design, Theme, Templates, Blend, Expression Blend, riaservices, XAML, Expression
2
Shouts

Branding your application the right way

posted by webguiwebgui 1093 days, 21 hours, 44 minutes ago
Monday, May 24, 2010 9:01:09 PM GMT
This coming Wednesday you can learn how to brand/colorize your application with VWG version 6.4. (more)
category: Web Dev | clicked: 0 | comment | | source: www.visualwebgui.com
tags: .NET, Design, Designer, Theme, Framework, Development, Web, UI, custom, Ajax, applications, skin, apps, ASP.NET
6
Shouts

Jeff Wilcox – How about a Zune-style ChildWindow?

published 1094 days, 6 hours, 5 minutes ago posted by faisalhossainfaisalhossain 1096 days, 18 hours, 50 minutes ago
Monday, May 24, 2010 12:40:04 PM GMT Friday, May 21, 2010 11:55:00 PM GMT
Today I’m sharing my new ChildWindow style. It is a differentiated child window designed in that it doesn’t have a close button, has a completely different animation in and out, and I thought I was worth sharing. I’ve included a runtime app so you can run it and see for yourself.My ChildWindow style... (more)
category: Metro | clicked: 2 | comment | | source: www.jeff.wilcox.name
tags: Silverlight, Design, Silverlight Toolkit
5
Shouts

Working with Strokes and Shapes

published 1094 days, 6 hours, 5 minutes ago posted by jantujantu 1097 days, 4 hours, 42 minutes ago
Monday, May 24, 2010 12:40:04 PM GMT Friday, May 21, 2010 2:02:55 PM GMT
When it comes to drawing shapes such as rectangles you are probably fully aware you can draw shapes specifying the Color and Thickness of the lines. This is done via the properties StrokeThickness for thickness and Stroke for color. For example, take a look at the rectangle drawn here:This rectangle is drawn with a line color of red set via the Stroke property. It’s thickness is set to “1” using the StrokeThickness property as seen here:You can also change the shapes lines to be dotted/dashed w... (more)
category: Metro | clicked: 0 | comment | | source: www.michaelsnow.com
tags: Silverlight, Design, Shapes
2
Shouts

Explore the new developer/designer interface in Today's Webcast

posted by webguiwebgui 1106 days, 8 hours, 6 minutes ago
Wednesday, May 12, 2010 10:39:32 AM GMT
Don't miss tomorrow's Visual WebGui Webcast which explores the new developer/designer interface and UI design capabilities allowed by the Visual WebGui Framework by the process of creating a new application theme/skin. (more)
category: Web Dev | clicked: 0 | comment | | source: www.visualwebgui.com
tags: .NET, RIA, Design, Designer, Development, Application, WebCast, Web, developer, UI, UX, how to, Ajax, Frameworks, ASP.NET
3
Shouts

Webcast: Applying engaging, modern web 2.0 look & feel to your VWG apps

published 1107 days, 3 hours, 32 minutes ago posted by webguiwebgui 1107 days, 10 hours, 32 minutes ago
Tuesday, May 11, 2010 3:13:40 PM GMT Tuesday, May 11, 2010 8:13:06 AM GMT
The webcast will walk through the process of creating a new theme with VWG tools by showing the developer's responsibilities and the graphic design responsibilities (making usage of Adobe Photoshop) in the process. Starting from a default theme, understanding the needs and implementing accordingly. Free registration: https://www1.gotomeeting.com/register/601138081 (more)
category: UX | clicked: 1 | comment | | source: www.visualwebgui.com
tags: .NET, Design, web 2.0, Web application, Designer, C#, Framework, UI Design, ASP .NET, web development
Previous 1 2 Next