vinull

Stories kicked by vinull

Going Out Of Browser w/ Silverlight(www.dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 1 year, 10 months ago

Taking a look at how we can use the take our in-browser silverlight application and allow it to run Out of Browser (OOB). We will take a look at how we can let silverlight perform the lifting as well as how we can provide coding to create the OOB application. read more...

add a comment |category: |Views: 148

tags: another

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

IIS Express(web2asp.net)

submitted by sedgeysedgey(1728) 1 year, 10 months ago

If like me you are sick to death of Cassini (whats that then? its the built in web server that visual studio uses) and also sick to death of playing around with IIS 7 then relief is at hand. read more...

3 comments |category: |Views: 860

tags: another

A deeper look into AutoMapper: Projection and Flattening Objects(www.dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 4 months ago

Continue our look at the AutoMapper framework. AutoMapper is a framework which uses a convention-based matching algorithm to match up source to destination values. In this episode we are going to take a deeper look at how you can flatten your model during transformation or perform projection during transformation. read more...

add a comment |category: |Views: 449

tags: another

My Favorite Helpers For ASP.NET MVC(blog.wekeroad.com)

submitted by johnsheehanjohnsheehan(4785) 2 years, 4 months ago

Rob shares some of his frequently used helpers for working with ASP.NET MVC. read more...

1 comment |category: |Views: 473

tags: another

Silverlight and ASP.NET MVC Don’t Serve the Same Master(odetocode.com)

submitted by drmohundrodrmohundro(374) 2 years, 4 months ago

Great contrast between ASP.NET MVC and Silverlight and how ASP.NET MVC is primarily code focused whereas Silverlight is primarily tool focused. read more...

add a comment |category: |Views: 278

tags: another

Exploring Operator Overloading in C#(www.dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 4 months ago

Taking a look at how create overloaded operators for your objects. Operator overloading permits user-defined operator implementations to be specified for operations where one or both of the operands are of a user-defined class or struct type. When creating your own operators there are many different operators which can be overloaded. +, -, *, /, %, &, |, <<, >> All C# binary operators can be overloaded +, -, !, ~, ++, –, true, false All C# unary operators can be overloaded ==, !=, <, >, <= , >= All relational operators can be overloaded, but only as pairs. read more...

1 comment |category: |Views: 266

tags: another

Overloading Dynamic(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 4 months ago

What happens when language features collide? read more...

1 comment |category: |Views: 233

tags: another

ASP.NET Performance - Part 3 - Cache Busting(codebetter.com)

submitted by karlkarl(265) 2 years, 4 months ago

Creating dynamic links based on file hashes to leverage far reaching expiry headers without sacrificing updatability. read more...

1 comment |category: |Views: 290

tags: another

Exploring .Net 4 Features - Named and Optional Parameters(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 6 months ago

Taking a look at some of the new features which are part of .Net 4. We will be focusing this episode on Named and Optional Parameters. Optional Parameters all you to default values for your methods which can reduce the need to for overloading methods. Named parameters allow you to specify the exact parameter by Name when calling a method read more...

add a comment |category: |Views: 275

tags: another

Handling image uploads with Asp.Net Mvc (mattias-jakobsson.net)

submitted by JakobssonJakobsson(485) 2 years, 6 months ago

A very common taks in web development is uploading images. This isn't realy a hard task in it self, but it can be pretty frustrating to write the same code over and over again even if its only a few lines. read more...

add a comment |category: |Views: 316

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

PDC09 - Microsoft to Open Source the .NET Micro Framework(blogs.msdn.com)

submitted by bobfamiliarbobfamiliar(3648) 2 years, 6 months ago

Peter Galli reporting form PDC09 - Today, at the Microsoft Professional Developer Conference (PDC) here in Los Angeles, we announced not only the release of version 4.0 of the.NET Micro Framework, but also that we are open sourcing the product and making it available under the Apache 2.0 license, which is already being used by the community within the embedded space. read more...

add a comment |category: |Views: 110

tags: another

Validating your XML Documents w/ XSD Schema(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 7 months ago

Taking a look at how to perform XML message validation by using an XSD document schema. By creating an XSD schema you can simply and easily validate the structure and the data content of your document which will ensure your message is well formed. read more...

add a comment |category: |Views: 158

tags: another

Monitoring Database Connections using Performance Counters(c-sharpcorner.com)

submitted by nareshshnareshsh(824) 2 years, 7 months ago

Monitoring Database Connections using Performance Counters By Chandramouli Muralidaran October 14, 2009 ADO.NET performance counters can be used to monitor the status the connection resources that the application uses. This article concentrates mainly on monitoring database connections. read more...

add a comment |category: |Views: 258

tags: another

ReSharper 5.0 Overview(blogs.jetbrains.com)

submitted by nihi_l_istnihi_l_ist(110) 2 years, 7 months ago

As promised, we’re publishing a general ReSharper 5.0 overview, elaborating on its feature set. Please keep in mind that this is a preliminary document. The general picture will stay unchanged, but local amendments cannot be ruled out at this point, and many user interface items will probably change. read more...

2 comments |category: |Views: 753

tags: another