joycsc

Stories kicked by joycsc

A good way to keep your entities clean(leoncullens.nl)

submitted by AvalaxyAvalaxy(214) 2 months, 9 days ago

This tutorial will show you how to keep your entities and your views clean by translating entities to viewmodels. It is a good practice to do this because it keeps your files clean, it avoids certain security problems and it's more flexible, as you will read in this article. The examples are using C# and ASP.NET MVC, but the concept is pretty generic and can be applied to virtually every programming language or framework. read more...

add a comment |category: |Views: 349

tags: another

Microsoft datajs API: A 5 Minutes Quick Start(blog.ashraful.net)

submitted by joycscjoycsc(1597) 1 year, 1 month ago

Last week Microsoft announced a new version of java-script API “datajs”, which is intended to help web developers to build data centric AJAX applications quickly, along with utilizing modern browsers features (such as HTML5 local storage, IndexDB etc) and protocols (such as oData). Datajs is designed to be small, fast and easy to use. While datajs includes lots of cool features, today in this post, I will have a very basic introductory quick start so that any developer can have an idea how datajs can be implemented in different application architecture. read more...

add a comment |category: |Views: 93

tags: another

Learn Entity Framework 4 and ASP.NET 4 – Employee Info Starter Kit(www.devcurry.com)

submitted by joycscjoycsc(1597) 1 year, 2 months ago

ASP.NET MVP Ashraful Alam is one such developer who has released an open source project called the “Employee Info Starter Kit v5.0”, which is a project template that bundles most of the new and existing features available in ASP.NET 4.0, Entity Framework 4.0 and Visual Studio 2010. This starter kit is fully documented and well tested. read more...

add a comment |category: |Views: 18

tags: another

Employee Info Starter Kit (v5.0) is Released(blog.ashraful.net)

submitted by joycscjoycsc(1597) 1 year, 2 months ago

Employee Info Starter Kit is highly influenced by the concept ‘Pareto Principle’ or 80-20 rule. where it is targeted to enable a web developer to gain 80% productivity with 20% of effort with respect to learning curve and production. Employee Info Starter Kit v5.0 is out! Check it out to enjoy cool ASP.NET and Entity Framework 4.0 Features! read more...

1 comment |category: |Views: 300

tags: another

Flatten your architecture: Simplicity as a core value(ayende.com)

submitted by joycscjoycsc(1597) 1 year, 2 months ago

Ayende discusses how a seemingly well structured yet complex application architecture which follows SOLID principles isn’t always the best thing when it comes to reading data (and tuning for performance) read more...

add a comment |category: |Views: 53

tags: another

Creating Multi-Project Templates with Wizard Using Visual Studio 2010(geekswithblogs.net)

submitted by joycscjoycsc(1597) 1 year, 4 months ago

A VSIX file enables us to install Visual Studio extensions (tools, controls, template etc) with few clicks. I have created a simple example of creating multi-project templates with wizard using Visual Studio 2010, which generates VSIX file. read more...

add a comment |category: |Views: 16

tags: another

ASP.NET and HTML5 Local Storage(stephenwalther.com)

submitted by Stephen.WaltherStephen.Walther(180) 1 year, 4 months ago

Use HTML5 local storage (aka DOM storage) to dramatically improve the performance of your data-driven ASP.NET applications. This blog entry discusses how you can use local storage to store database records in the browser. read more...

add a comment |category: |Views: 67

tags: another

T-4 Templates for ASP.NET Web Form Friendly Logical Layers(geekswithblogs.net)

submitted by joycscjoycsc(1597) 1 year, 4 months ago

This is an open source project which includes a set of T-4 templates to enable you to build logical layers (i.e. DAL/BLL) with just few clicks! The logical layers implemented here are based on Entity Framework 4.0, ASP.NET Web Form Data Bound control friendly and fully unit testable. read more...

add a comment |category: |Views: 203

tags: another

T-4 Templates for ASP.NET Web Form Databound Control Friendly Logical (weblogs.asp.net)

submitted by joycscjoycsc(1597) 1 year, 4 months ago

This is an open source project at codeplex, which includes a set of T-4 templates that will enable you to build ASP.NET Web Form Data Bound controls friendly testable logical layer based on Entity Framework 4.0 with just few clicks! read more...

add a comment |category: |Views: 5

tags: another

Building an HTML5 App with ASP.NET(stephenwalther.com)

submitted by Stephen.WaltherStephen.Walther(180) 1 year, 4 months ago

Describes how to create a JavaScript Reference by taking advantage of HTML5 features such as local storage, and offline manifests. Also demonstrates how to build server-side JavaScript unit tests for an Ajax application. read more...

1 comment |category: |Views: 661

tags: another

Webinar: Deliver robust software with Automated Error Reporting(www.red-gate.com)

submitted by javeryjavery(5523) 1 year, 4 months ago

SmartAssembly's lead developer, Alex Davies, will demonstrate how to use Automated Error Reporting to fix bugs and deliver robust software worthy of commendation. Register for the webinar and find out more. read more...

add a comment |category: |Views: 76

tags: another

.NETTER Code Starter Pack - v1.0.beta Released(codebox.codeplex.com)

submitted by joycscjoycsc(1597) 1 year, 5 months ago

'.NETTER Code Starter Pack' contains a gallery of Visual Studio 2010 solutions leveraging latest and new technologies and frameworks based on Microsoft .NET Framework. Each Visual Studio solution included here is focused to provide a very simple starting point for cutting edge development technologies and framework, using well known Northwind database (for database driven scenarios). read more...

add a comment |category: |Views: 472

tags: another

Learn ADO.NET Entity Framework 4 – Free Tutorials(www.devcurry.com)

submitted by SuprotimAgarwalSuprotimAgarwal(715) 1 year, 5 months ago

I recently started a new series on Entity Framework 4.0. If you are interested in learning Entity Framework 4.0, check out this series! read more...

add a comment |category: |Views: 89

tags: another

Ten Cool Visual Studio 2010 Features(gregdoesit.com)

submitted by gergely.oroszgergely.orosz(645) 2 years, 1 month ago

The 10 most useful new features in Visual Studio 2010. read more...

add a comment |category: |Views: 2344

tags: another

Employee Info Starter Kit - Visual Studio 2010 Version Available(geekswithblogs.net)

submitted by joycscjoycsc(1597) 2 years, 2 months ago

Visual Studio 2010 and .NET 4.0 came up with lots of exciting features to make software developers life easier. A new version (v4.0.0) of Employee Info Starter Kit is now available in both MSDN Code Gallery and CodePlex. Chckout the latest version of this starter kit to enjoy cool features available in Visual Studio 2010 and .NET 4.0. read more...

add a comment |category: |Views: 635

tags: another

PlantUML Editor: A fast and simple UML editor using WPF(www.codeproject.com)

submitted by oazabiroazabir(1805) 2 years, 2 months ago

A WPF client to design UML diagrams at the speed of coding. Forget all mouse based designers. This is the future of UML diagram design. read more...

add a comment |category: |Views: 476

tags: another