nazneen

Stories submitted by friends of nazneen

ScottGu: Introducing “Razor” – a new view engine for ASP.NET(weblogs.asp.net)

submitted by JemmJemm(9604) 1 year, 10 months ago

"ASP.NET MVC has always supported the concept of “view engines” – which are the pluggable modules that implement different template syntax options. The “default” view engine for ASP.NET MVC today uses the same .aspx/.ascx/.master file templates as ASP.NET Web Forms. Other popular ASP.NET MVC view engines used today include Spark and NHaml. The new view-engine option we’ve been working on is optimized around HTML generation using a code-focused templating approach. The codename for this new view engine is “Razor”, and we’ll be shipping the first public beta of it shortly." read more...

add a comment |category: |Views: 552

tags: another

UML Modeling and Code Generation in Visual Studio 2010(www.olegsych.com)

submitted by JemmJemm(9604) 2 years ago

"This article provides an overview of UML modeling in Visual Studio 2010." read more...

add a comment |category: |Views: 82

tags: another

Collection of VS2010 Web Deployment posts(vishaljoshi.blogspot.com)

submitted by JemmJemm(9604) 2 years ago

"In past few months I and my team have written several blog posts on VS 2010 Web Deployment features… In VS 2010 there was a lot of investment made in Web Deployment and over next few months we will be writing more on the subject…" read more...

add a comment |category: |Views: 12

tags: another

ScottGu: April 30th Links: ASP.NET, ASP.NET MVC, Visual Studio 2010(weblogs.asp.net)

submitted by JemmJemm(9604) 2 years ago

Good collection of ASP.NET, ASP.NET MVC and Visual Studio 2010 -related links. read more...

add a comment |category: |Views: 44

tags: another

ScottGu: ASP.NET MVC 2: Model Validation(weblogs.asp.net)

submitted by JemmJemm(9604) 2 years, 4 months ago

"Validating user-input and enforcing business rules/logic is a core requirement of most web applications. ASP.NET MVC 2 includes a bunch of new features that make validating user input and enforcing validation logic on models/viewmodels significantly easier. These features are designed so that the validation logic is always enforced on the server, and can optionally also be enforced on the client via JavaScript" read more...

4 comments |category: |Views: 630

tags: another

Unit Testing Biztalk : Two possible frameworks(weblogs.asp.net)

submitted by JemmJemm(9604) 2 years, 4 months ago

BizTalk is notoriously hard to test. But I just came a cross a couple of interesting solutions to do unit testing for biztalk related logic and orchestration. read more...

add a comment |category: |Views: 7

tags: another

Service Broker Basics(sqlblog.com)

submitted by JemmJemm(9604) 2 years, 4 months ago

"I'm currently implementing a Service Broker solution at a client site, and it's been an interesting challenge, because there's not a lot of information out there to help guide you through the process. Here I'd like to walk you through the basics." read more...

add a comment |category: |Views: 24

tags: another

Entity Framework POCO (EF4): A Simple Mapping(elegantcode.com)

submitted by JemmJemm(9604) 2 years, 5 months ago

"In this post I want to take a look a simple mapping scenario, and how that looks using the new Code Only API. By using the code only API I can have complete control over my entities, giving me the most flexibility in my mapping strategies, better testability and extensibility, and ultimately greater maintainability. No generated code. No XML files." read more...

add a comment |category: |Views: 926

tags: another

Silverlight 4 Beta - A guide to the new features(timheuer.com)

submitted by JemmJemm(9604) 2 years, 6 months ago

"This beta release is a developer release. This means that this is a preview mostly for developers to understand the new features and continue to get feedback. No “end-user” runtime is available for this release, nor is a “go-live” license for customers wishing to put their applications into production. If you have questions on this, feel free to leave a comment here. Enough blabbing, here’s the goods. WARNING: Long post ahead…but filled with information." read more...

add a comment |category: |Views: 255

tags: another

Magellan framework(paulstovell.com)

submitted by JemmJemm(9604) 2 years, 6 months ago

"Magellan is a lightweight framework that makes it easy to build WPF navigation applications. The design is drawn deeply from the ASP.NET MVC framework, and it should feel familiar to anyone who has worked with ASP.NET MVC." read more...

add a comment |category: |Views: 49

tags: another

Functional Programming for Everyday .NET Development(msdn.microsoft.com)

submitted by JemmJemm(9604) 2 years, 7 months ago

"In this article I'd like to examine in particular how the new support for functional programming techniques in .NET 3.5 can help you do the following: Make your code more declarative, reduce errors in code and write fewer lines of code for many common tasks." read more...

add a comment |category: |Views: 14

tags: another

ScottGu: Announcing the WebsiteSpark Program(weblogs.asp.net)

submitted by JemmJemm(9604) 2 years, 8 months ago

"I’m excited to announce a new program – WebsiteSpark – that Microsoft is launching today. WebsiteSpark is designed for independent web developers and web development companies that build web applications and web sites on behalf of others. It enables you to get software, support and business resources from Microsoft at no cost for three years, and enables you to expand your business and build great web solutions using ASP.NET, Silverlight, SharePoint and PHP, and the open source applications built on top of them." read more...

add a comment |category: |Views: 7

tags: another

ScottGu: Auto-Start ASP.NET Applications (VS 2010 and .NET 4.0 Series)(weblogs.asp.net)

submitted by JemmJemm(9604) 2 years, 8 months ago

"Today’s post covers a small, but nice, new feature that you can now optionally take advantage of with ASP.NET 4 - the ability to automatically startup and proactively initialize a web application without having to wait for an external client to hit the web server. This can help you provide a faster response experience for the first user who hits the server, and avoids you having to write custom scripts to “warm up” the server and get any data caches ready." read more...

add a comment |category: |Views: 351

tags: another

ScottGu: Multi-Targeting Support (VS 2010 and .NET 4 Series)(weblogs.asp.net)

submitted by JemmJemm(9604) 2 years, 8 months ago

"Today’s post discusses VS 2010’s enhanced multi-targeting support – which allows you to use and target multiple versions of .NET. We did significant architectural work in the VS 2010 release to enable a number of new multi-targeting features, and provide a much better experience." read more...

1 comment |category: |Views: 87

tags: another

DamienG: LINQ to SQL resources(damieng.com)

submitted by JemmJemm(9604) 2 years, 9 months ago

A quick round-up of some useful LINQ to SQL related resources that are available for developers. read more...

add a comment |category: |Views: 30

tags: another

ASP.NET MVC 1.0 Resources(blogs.msdn.com)

submitted by JemmJemm(9604) 2 years, 9 months ago

A compilation of ASP.NET MVC -resources. read more...

add a comment |category: |Views: 38

tags: another