joycsc

Stories submitted by joycsc

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

submitted by joycscjoycsc(1557) 9 months, 24 days 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...

1 comment |category: |Views: 80

tags: another

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

submitted by joycscjoycsc(1557) 10 months, 30 days 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: 14

tags: another

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

submitted by joycscjoycsc(1557) 11 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: 296

tags: another

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

submitted by joycscjoycsc(1557) 11 months, 15 days 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(1557) 1 year 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: 14

tags: another

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

submitted by joycscjoycsc(1557) 1 year, 1 month 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: 199

tags: another

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

submitted by joycscjoycsc(1557) 1 year, 1 month 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

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

submitted by joycscjoycsc(1557) 1 year, 2 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: 471

tags: another

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

submitted by joycscjoycsc(1557) 1 year, 10 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: 618

tags: another

5 Quick Steps to Get Introduced with VSTS and TFS 2010 Beta 1(geekswithblogs.net)

submitted by joycscjoycsc(1557) 2 years, 8 months ago

As the Beta 1 releases is pretty infant, there are very limited resources available in the web and community, so I just wanted to gather all of the useful resources with respect to these two tool in one places, so that anyone can move forward from installation to first “Hello VSTS/TFS” excitement smoothly. read more...

add a comment |category: |Views: 206

tags: another

Aggregator Provider Pattern: White Paper and Samples(code.msdn.microsoft.com)

submitted by joycscjoycsc(1557) 2 years, 10 months ago

Provider Aggregator Pattern is an extension of Provider Pattern, which enables us to create and utilize multiple instance of the class having the same provider interface. In this pattern, there is an Aggregator class which implements the provider interface and contains a collection of instances of classes having the same provider interface. read more...

add a comment |category: |Views: 240

tags: another

KOBE – Web 2.0 Service Development Resource Kit(geekswithblogs.net)

submitted by joycscjoycsc(1557) 2 years, 11 months ago

Kobe is a “getting started” resource kit on planning, architecting, and implementing Web 2.0 applications and services using the Microsoft Platform. I am sure all of you who are interested in this area would be really benefitted with it. read more...

add a comment |category: |Views: 16

tags: another

Joe Stagner: Email Reporter: VSTS 2008 Load Test Plug-in(misfitgeek.com)

submitted by joycscjoycsc(1557) 2 years, 11 months ago

The ASP.NET Community Rocks !!!! ASP.NET MVP Mohammad Ashraful Alam just released a cool Plug-In for VSTS ....... An "Email Reporter" for VSTS..... "Email Reporter: VSTS 2008 Load Test Plug-in" enables users to send the load test reports to one or more pre-configured email addresses automatically, once a VSTS Load Test is completed. This open-source load test plug-in also provides supports for customization by which you can customize the reported performance data. " Check it out here..... http://code.msdn.microsoft.com/erep read more...

add a comment |category: |Views: 5

tags: another

Email Reporter: VSTS 2008 Load Test Plug-in(code.msdn.microsoft.com)

submitted by joycscjoycsc(1557) 2 years, 11 months ago

Microsoft’s Visual Studio Team System Test Edition provides a powerful platform to perform high volume load testing. It also provides high end flexibilities to write and utilize external plug-in for extended functionalities. "Email Reporter: VSTS 2008 Load Test Plug-in" enables users to send the load test reports to one or more pre-configured email addresses automatically, once a VSTS Load Test is completed. This open-source load test plug-in also provides supports for customization by which you can customize the reported performance data. read more...

1 comment |category: |Views: 80

tags: another

Smoke, Sanity and Regression Testing: The River Analogy(geekswithblogs.net)

submitted by joycscjoycsc(1557) 2 years, 11 months ago

In the world of testing, Smoke Testing, Sanity Testing and Regression Testing are very similar to each other: to ensure the quality running the test cases of an existing application with respect to a new feature being added/dropped/modified. We can consider a River Analogy to understand the difference between Smoke Testing, Sanity Testing and Regression Testing better. read more...

add a comment |category: |Views: 11

tags: another

Top 10 Favorite Performance Counters in Load Testing Using VSTS 2008(geekswithblogs.net)

submitted by joycscjoycsc(1557) 2 years, 11 months ago

Fortunately VSTS 2008 provides a support for wide range of performance counters, from web page request per second to condition of physical disk, memories. Unfortunately, they are too huge that, initially testers/designers get overwhelmed with all of those, to find out a clear idea about the performance of the site they built. The number of counter parameters to be considered by the load tester/designers is greatly varies based on the type and size of the web application to be tested. Here is my favorite top 10 performance counters that I use on my each load tests, regardless of project size. read more...

add a comment |category: |Views: 336

tags: another