DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

oazabir Subscribe to this feed
oazabir
Profile Kicked Submitted Comments Tags Friends Kicked By Friends Submitted By Friends

Stories kicked by oazabir
18
kicks
published 1 month ago, submitted by oazabir 1 month, 5 days ago

msmvps.com — In order to delete an entity or a collection of entity in Linq to SQL, you have to first get them and then delete them. This requires additional database roundtrip. Here's a strongly typed maintenance free way to delete entities directly using their primary key. read more...

Add a comment add a comment | category: | Views: 319
tags: | tag it

5
kicks
submitted by oazabir 1 month, 7 days ago

msmvps.com — Introducing automated unit testing in the middle of your product development is hard, especially when you have a live product without thousands of features and being sold to customers. It's incredibly hard to take some break in development and invest the time in building automated unit test where everyone is so forced to build new features only. This article tells you about some ways to convince Developers and then senior Management to take the time to write automated unit tests for a better future. read more...

Add a comment 1 comment | category: | Views: 7
tags: | tag it

17
kicks
published 1 month, 4 days ago, submitted by oazabir 1 month, 7 days ago

msmvps.com — If you are using Linq to SQL, instead of writing regular Linq Queries, you should be using Compiled Queries. if you are building an ASP.NET web application that’s going to get thousands of hits per hour, the execution overhead of Linq queries is going to consume too much CPU and make your site slow. There’s a runtime cost associated with each and every Linq Query you write. read more...

Add a comment add a comment | category: | Views: 253
tags: , , | tag it

3
kicks
submitted by oazabir 1 month, 8 days ago

weblogs.asp.net — Automating unit test for AJAX websites is hard, especially when you already have a product live or sold at customer. The initial investment is just way too high to see past it and realize the benefits of automated unit test. This article is tells you how to sell automated unit test to your engineering lead and then sell it to management in order to reduce manual QA load and deliver new features faster. read more...

Add a comment add a comment | category: | Views: 7
tags: | tag it

18
kicks
published 1 month, 7 days ago, submitted by JamesNK JamesNK 1 month, 8 days ago

james.newtonking.com — New in this beta release of Json.NET 3.5 are big performance improvements (400%), Compact Framework support and lots more. read more...

Add a comment add a comment | category: | Views: 195
tags: | tag it

5
kicks
submitted by oazabir 1 month, 14 days ago

msmvps.com — One of my friends, who runs his own offshore development shop, was having nightmare situation with one of his customers. He's way overdue on a release, the customer is screaming everyday, he's paying his team from his own pocket, customer is sending an ever increasing list of changes and so on. Here's how we discussed some ideas to get out of such a situation and make sure it does not repeat in future read more...

Add a comment add a comment | category: | Views: 8
tags: | tag it

2
kicks
submitted by oazabir 1 month, 19 days ago

msmvps.com — If you are planning to start SCRUM at your company, you might need to train developers and QA to get into the mindset of an Agile developer. SCRUM is only successful when the developers and QA get into the habit of following the principles of SCRUM by heart. So, sometimes you need to offer training or do trial sprints to give some room to your developers how to get used to the working fashion of SCRUM. Giving them a handy workflow diagram that shows how they should work helps soothe the steep learning curve required for non-super star developers. I made such a workflow while I was teaching SCRUM at my friend's company. The following diagram was printed and hung over the desk of each and every developer to help them grasp the culture of SCRUM quickly. read more...

Add a comment add a comment | category: | Views: 18
tags: | tag it

24
kicks
published 1 month, 28 days ago, submitted by oazabir 1 month, 29 days ago

msmvps.com — You can setup continuous integration and automated deployment for your web application using CruiseControl.NET, Subversion, MSBuild and Robocopy. I will show you how you can automatically build the entire solution, email build report to developers and QA, deploy latest code in IIS all using CruiseControl.NET every N minutes. read more...

Add a comment 4 comments | category: | Views: 297
tags: | tag it

32
kicks
published 1 month, 29 days ago, submitted by oazabir 2 months, 1 day ago

msmvps.com — A list of steps that I always take while creating ASP.NET websites in IIS 6. It ensures better performance maintainability, and scalability of your application. read more...

Add a comment 3 comments | category: | Views: 449
tags: , | tag it

1
kicks
submitted by oazabir 2 months, 1 day ago

msmvps.com — Distribute your ASP.NET MVC controllers in namespaces and subfolders and ensure the controllers can only be access from specific subfolder. For example, controllers that belong to MvcWebAPI.Admin.User can only be accessed from /MvcWebAPI/Admin/User not from /MvcWebAPI/User. read more...

Add a comment add a comment | category: | Views: 6
tags: | tag it

2
kicks
submitted by oazabir 2 months, 1 day ago

msmvps.com — MvcWebAPI is a collection of library that helps creating RESTful Web API for your website. You can directly return objects or collections from controllers. The library takes care of property serializing them into Json or plain Xml. The library also allows Action methods to consume objects or collections directly as it takes care of underlying deserialization from Json or Xml. read more...

Add a comment add a comment | category: | Views: 19
tags: | tag it

6
kicks
submitted by oazabir 3 months, 6 days ago

msmvps.com — An HTTP handler that combines multiple CSS, Javascript or URL into one response for faster page load. It can combine, compress and cache response which results in faster page load and better scalability of web application read more...

Add a comment add a comment | category: | Views: 4
tags: | tag it

4
kicks
submitted by oazabir 4 months, 3 days ago

msmvps.com — Generally we put static content (images, css, js) of our website inside the same web project. Thus they get downloaded from the same domain like www.dropthings.com. As browser can only open two concurrent connections, all of these download only two at once. If you move the static content to a separate domain, browser can download more content in parallel and thus load the page faster. This HttpFilter parses the page output and automatically moves all static content links to a different domain as specified. read more...

Add a comment 1 comment | category: | Views: 3
tags: | tag it

31
kicks
published 4 months, 15 days ago, submitted by oazabir 4 months, 20 days ago

msmvps.com — A new release of Dropthings, open source ASP.NET 3.5 AJAX portal. Features many performance and scalability techniques and a new design. Showcases: - 10 ASP.NET Performance and Scalability Secrets. - Fast ASP.NET page rendering by deferred script loading. - Load large amount of Javascripts in batch and thus load AJAX sites a lot faster. - Fast Streaming AJAX proxy that solves double downloading problems and continuously streams content from external domain. - Making best use of cache for high performance website. - On-demand UI loading on AJAX websites. read more...

Add a comment add a comment | category: | Views: 388
tags: , , , , | tag it

4
kicks
submitted by oazabir 5 months, 5 days ago

msmvps.com — Load dynamic pages 5 to 20 times faster by compressing response on the fly. Serve static files (js, html, css) 10 to 100 times faster by compressing and caching their content. Improve repeated site load time by maximizing caching on browser. read more...

Add a comment add a comment | category: | Views: 59
tags: , , , , | tag it

5
kicks
submitted by oazabir 5 months, 26 days ago

codeproject.com — A tiny javascript library that provides a handy function "ensure" which allows you to load Javascript, HTML, CSS on-demand and then execute your code. Ensure ensures that relevent Javascript and HTML snippets are already in the browser DOM before executing your code that uses them. read more...

Add a comment add a comment | category: | Views: 14
tags: , , , , | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge