|
|
thasmin
thasmin
 |
|
Stories kicked by thasmin
|
|
submitted by
thasmin
3 months, 7 days ago
blog.axelby.com — Axial now allows you to write JavaScript code for the <canvas> tag using .NET languages such as C# and VB.NET. read more...
add a comment
|
category: ASP.NET | Views: 4
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
djsolid
3 months, 21 days ago
weblogs.asp.net — When I want to add a user control to a page I use the @Register directive at the top of the page. and the I add the control to the markup. But what if I want to add a user control programmatically but I have no reference of it via the markup? That is where the @Reference directive comes to action. read more...
add a comment
|
category: ASP.NET | Views: 6
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 27 days ago, submitted by
dengar007
3 months, 27 days ago
frickinsweet.com — A fun little ASP.NET MVC Application I wrote to generate Visual Studio themes based off of 3 given colors. I have always felt that selecting every color to make a decent theme is way too repetitive. This web application automatically chooses complements / contrasts based off your initial color selections (and uses jQuery to let you preview your theme before creating). Check it out and let me know what you think. read more...
2 comments
|
category: Other | Views: 437
|
|
tags:
Theme, Color, MVC, jQuery, ASPNETMVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
thasmin
3 months, 28 days ago
codeplex.com — Axial, a new project on CodePlex, does a pretty good job of converting .NET code from the codebehind to JavaScript. You can use the same function to do validation on the server and client side, it can change css, and it has AJAX and jQuery integration. There are a few samples on CodePlex that show how to get up and running quickly. read more...
add a comment
|
category: ASP.NET | Views: 13
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 28 days ago, submitted by
charlesj
3 months, 28 days ago
joshuamcharles.com — My big project for the summer has been the creation of a content management system for my job. Due to deployment restrictions, I was forced to use the .NET platform for development. After hearing rumors of .NET running Rails via IronRuby, I jumped at the chance to write a Rails application that could be deployed to IIS on Windows. However, after getting a prototype running, I discovered that this would be infeasible for the time table I was looking at. IronRuby simply would not be ready on time. My second choice, then, was the new ASP.NET MVC framework. read more...
add a comment
|
category: ASP.NET | Views: 429
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 28 days ago, submitted by
tokes
3 months, 28 days ago
andrewtokeley.net — A colleague and I were recently invited to provide feedback on a client's coding standards and were sent a 60+ page document to review. In preparation for the meeting I diligently started to go through each section providing comments and suggestions as I went. But after about page 30 my concentration began to wane and my comments grew more and more sparse. The moral of this story...
If someone that's being paid to review your coding standards is struggling to get through them then you can bet your bottom dollar your development team won't be reading them either.
This post reflects on the things to consider when documenting your company's standards. read more...
add a comment
|
category: Tips & Tricks | Views: 294
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 3 days ago, submitted by
shaharyr
4 months, 3 days ago
dev102.com — Have you ever tried using the "Using" statement with a method and not a class? Why not take the "Using" statement and make it more useful. The Dispose method we want to be called does not have to Dispose of stuff, it can do anything we want! read more...
10 comments
|
category: Architecture | Views: 485
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 29 days ago, submitted by
gt1329a
6 months ago
encosia.com — Three common problems that I've seen when using jQuery with ASP.NET AJAX, their underlying causes, and simple solutions to them. read more...
add a comment
|
category: AJAX | Views: 390
|
|
tags:
jQuery, Encosia, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 19 days ago, submitted by
Rickasaurus
6 months, 19 days ago
atalasoft.com — In this post I discuss the gcConcurrent and gcServer settings which allow you to exercise some control how the Garbage Collector operates. Tuning the garbage collector to the specific context of the particular application can significantly improve the performance of both non-threaded and multi-threaded applications. read more...
add a comment
|
category: CLR | Views: 203
|
|
tags:
CLR | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 19 days ago, submitted by
sidarok
6 months, 20 days ago
sidarok.com — Sidar gives a basic introduction on how to utilize Unity and Strategy Pattern. read more...
add a comment
|
category: Patterns | Views: 211
|
|
tags:
Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 13 days ago, submitted by
DannyDouglass
7 months, 13 days ago
dannydouglass.com — After four days of ASP.NET AJAX training with Stephen Walther I set out to learn more about my options in choosing a solution for a JavaScript/Ajax framework. If I realized days later I would be writing this comprehensive post on 7 of the most popular frameworks, I may have just went with the "Inny-Minny-Miney-Moe" method! I decided to share my research, analysis, links, resources, and personal grade for each of the frameworks compared - jQuery, YUI, Prototype, Dojo, MooTools, Ext JS, and Script.aculo.us. I put together a comparison matrix to illustrate where many of the frameworks differ... read more...
3 comments
|
category: AJAX | Views: 25
|
|
tags:
jQuery, Prototype, AJAX, JavaScript | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 months, 8 days ago, submitted by
powerrush
8 months, 9 days ago
clariusconsulting.net — "I've already argued in the past why I think forcing regular developers to learn and understand the difference between a stub, a fake, a "true" mock and a dynamic mock is unproductive and largely irrelevant for their TDD needs.
Also, even though quite common in the mocking community, the typical record/replay model is alien to developers and introduces yet another new concept that makes the learning curve steeper than needed. "
read more...
add a comment
|
category: Unit Testing | Views: 27
|
|
tags:
Moq, UnitTesting, Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 months, 9 days ago, submitted by
mkennedy66996693
8 months, 11 days ago
projects.nikhilk.net — Script# enables more productive Ajax application development by allowing you to compile your C# source code into JavaScript. It allows you to use standard .NET tools like msbuild projects, Visual Studio and IDE intellisense, reflector, refactoring tools, amongst various others. read more...
2 comments
|
category: ASP.NET | Views: 16
|
|
tags:
JavaScript, AJAX, ASP.NET, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 9 months, 7 days ago, submitted by
DannyDouglass
9 months, 7 days ago
dannydouglass.com — SilverlightShow has a nice post up detailing the controls that will be available in the Silverlight 2.0 beta 1 release. The news was originally posted on Shawn Burke's blog, but it appears that the he was forced to take down the screen shot. Thanks to SilverlightShow that graphic is still visible and is also now posted on my blog. Exciting stuff! read more...
1 comment
|
category: Silverlight | Views: 1
|
|
tags:
Shit, Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|