shaharab

Stories kicked by friends of shaharab

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

Mindscape's ORM, LightSpeed 3.1 has been released(www.mindscape.co.nz)

submitted by traskjdtraskjd(3229) 2 years ago

LightSpeed 3.1 has been released and includes VS2010 designer support along with a slew of many new capabilities - the ability to link models together across several model design files (no more huge messy models, logically group them across files), support for saved designer views, core support for Class table inheritance, T4 code generation support, and a whole heap more to help developers deliver faster. read more...

add a comment |category: |Views: 211

tags: another

Latest jQuery and jQuery UI Theme links on Google CDN(www.devcurry.com)

submitted by mopenmopen(3596) 2 years ago

I have often seen developers asking where to find the jQuery UI Library and the jQuery UI Themes on Google CDN. Well here’s the list read more...

add a comment |category: |Views: 17

tags: another

Win the Latest Manning EBooks(www.devcurry.com)

submitted by mopenmopen(3596) 2 years ago

Here’s a chance for you to win copies of the latest Manning EBooks. There are 10 copies in total to be won of the following: ASP.NET MVC 2 in Action, jQuery in Action - 2nd Edition, C# in Depth - 2nd Edition, SQL Server MVP Deep Dives, and SharePoint 2007 Developer's Guide to Business Data Catalog. read more...

add a comment |category: |Views: 253

tags: another

SQL Server - FOR XML EXPLICIT and CDATA, XML and XMLTEXT attributes(beyondrelational.com)

submitted by jacobsebastianjacobsebastian(3639) 2 years ago

This is the follow-up post on FOR XML EXPLICIT that I promosed in the previous post. We saw some of the basics of FOR XML EXPLICIT in the previous post. Let us see a few more interesting usages of FOR XML EXPLICIT in this post. read more...

add a comment |category: |Views: 29

tags: another

Creating and Executing Parameterized Queries(beyondrelational.com)

submitted by DPalkarDPalkar(228) 2 years ago

In this post we’ll discuss how we can execute parameterized queries in .Net. At times when you can’t use the most recommended way to retrieve/update data through Stored Procedures, you can rely on parameterized queries. It is much safer and recommended than building a sql string dynamically, which is a bit more error prone as well as hard to maintain. Parameterized queries are queries that have one or more embedded parameters in sql statement which are also type safe. You build them separately and attach them into the sql statement. read more...

add a comment |category: |Views: 9

tags: another

Download Microsoft SQL Azure Frequently Asked Questions (FAQ)(beyondrelational.com)

submitted by jacobsebastianjacobsebastian(3639) 2 years ago

If you are struggling with a SQL Azure problem, one of the first resource to refer is the Microsoft SQL Azure FAQ document which presents a number of commonly asked SQL Azure questions along with a very detailed answer to each of them. read more...

add a comment |category: |Views: 135

tags: another

DFT 2 DFT(beyondrelational.com)

submitted by sudeepsudeep(228) 2 years ago

This article talks on various ways you can transfer data between 2 Data Flow Task in SSIS. read more...

add a comment |category: |Views: 1

tags: another

Get Latest SQL Query for Sessions(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years ago

This is number one request from any developer regarding how to see what was the latest query for that session. read more...

add a comment |category: |Views: 275

tags: another

Getting Started with LINQ - Part 2 (Language Enhancements)(beyondrelational.com)

submitted by DPalkarDPalkar(228) 2 years ago

In my previous post I summarized Microsoft Language Integrated Query (LINQ). Briefly discussed about its components as well as showed some code examples to highlight the sql query type syntax it uses. When we talk about LINQ, we are talking about number of little features that were added in .net 3.0 framework which are the building blocks of the LINQ. In this post I will discuss these features a little further as follows. Object Initializers Collection Initializers Anonymous Types, Implicitly Typed variables (var keyword) Lambda Expressions Partial Methods Extension Methods read more...

1 comment |category: |Views: 258

tags: another

Open Data Protocol Visualizer Extension for VS2010(mosesofegypt.net)

submitted by AhmedElbazAhmedElbaz(90) 2 years ago

A How-To video on how to download, install and start working with OData Visualizer Extension for Visual Studio.Net 2010. Its a 10 min video presented by Muhammad Mosa http://mosesofegypt.net read more...

1 comment |category: |Views: 17

tags: another

Getting Started with LINQ(beyondrelational.com)

submitted by DPalkarDPalkar(228) 2 years ago

In this we’ll continue to discuss how to go about the SQL Server Data Access using various technologies. This post will discuss Microsoft Language Integrated Query, otherwise known as LINQ. I will discuss how it can be used to accomplish the same tasks we have discussed in previous posts. But before that it surely requires a good introduction to start with. LINQ was introduced with .net 3.0 as one of the language enhancements. It uses generics, which was introduced in .net 2.0, thoroughly to accomplish what it was designed to do. LINQ is designed to query virtually any kind of data source which implements IEnumerable<T> interface. It allows you to query the data by emulating the SQL query expressions using any .net language you are comfortable with. Isn’t that amazing!! read more...

add a comment |category: |Views: 346

tags: another

Setting default member in role playing dimensions(beyondrelational.com)

submitted by jacobsebastianjacobsebastian(3639) 2 years ago

Today I got a call from one of my colleagues asking how to set a default member for a dimension attribute . I was a little surprised as I thought setting a default member is quite straight forward and was even more surprised to learn that the dimension had processed successfully but the cube had failed with errors. read more...

add a comment |category: |Views: 8

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