thasmin

Stories kicked by thasmin

Axial now supports <canvas>(blog.axelby.com)

submitted by thasminthasmin(10) 3 years, 8 months ago

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: |Views: 4

tags: another

The @Reference Directive(weblogs.asp.net)

submitted by djsoliddjsolid(429) 3 years, 9 months ago

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: |Views: 23

tags: another

Visual Studio Theme Generator(frickinsweet.com)

submitted by dengar007dengar007(3084) 3 years, 9 months ago

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: |Views: 548

tags: another

Pretty Good .NET to JS Conversion(codeplex.com)

submitted by thasminthasmin(10) 3 years, 9 months ago

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: |Views: 16

tags: another

A Practical Review of ASP.NET MVC(joshuamcharles.com)

submitted by charlesjcharlesj(135) 3 years, 9 months ago

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: |Views: 1355

tags: another

Documenting Coding Standards - Less is More(andrewtokeley.net)

submitted by tokestokes(1085) 3 years, 9 months ago

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...

1 comment |category: |Views: 302

tags: another

Using The "Using" Statement On a Method Rather Than a Class (dev102.com)

submitted by shaharyrshaharyr(4325) 3 years, 9 months ago

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: |Views: 488

tags: another

3 mistakes to avoid when using jQuery with ASP.NET AJAX(encosia.com)

submitted by gt1329agt1329a(7849) 3 years, 11 months ago

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: |Views: 412

tags: another

Choosing the Right Garbage Collector Settings for Your Application(atalasoft.com)

submitted by RickasaurusRickasaurus(1225) 4 years ago

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: |Views: 223

tags: another

A Basic Hands on Introduction to Unity DI Container(sidarok.com)

submitted by sidaroksidarok(1715) 4 years ago

Sidar gives a basic introduction on how to utilize Unity and Strategy Pattern. read more...

add a comment |category: |Views: 344

tags: another

Comprehensive Comparson of 7 Popular JavaScript/Ajax Frameworks(dannydouglass.com)

submitted by DannyDouglassDannyDouglass(1260) 4 years, 1 month ago

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: |Views: 46

tags: another

February / March 2008 Recap - Jon Galloway(weblogs.asp.net)

submitted by javeryjavery(5523) 4 years, 1 month ago

Good recap of the last two months for developers read more...

add a comment |category: |Views: 3

tags: another

Ajax vs. Silverlight and .NET(nikhilk.net)

submitted by NikhilKothariNikhilKothari(1190) 4 years, 1 month ago

Thoughts on questions along the lines of Ajax vs. Silverlight read more...

add a comment |category: |Views: 73

tags: another

Moq: Why do we need yet another NET mocking framework?(clariusconsulting.net)

submitted by powerrushpowerrush(3873) 4 years, 2 months ago

"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: |Views: 109

tags: another

Compile C# to Javascript!(projects.nikhilk.net)

submitted by mkennedy66996693mkennedy66996693(480) 4 years, 2 months ago

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: |Views: 117

tags: another

Silverlight 2.0 (beta 1) Controls Screenshot(dannydouglass.com)

submitted by DannyDouglassDannyDouglass(1260) 4 years, 3 months ago

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: |Views: 7

tags: another