sayyalove

Stories kicked by sayyalove

Functional C# Recap(weblogs.asp.net)

submitted by JemmJemm(9604) 3 years, 7 months ago

"Here are some resources that will be helpful in covering functional programming aspects as well as other topics covered." (Link collection) read more...

add a comment |category: |Views: 438

tags: another

ASP.NET 3.5 URL Routing(techbubbles.com)

submitted by kalyanms1kalyanms1(1789) 3 years, 8 months ago

This post speaks about basics of URL Routing and how URL Routing related to building a ASP.NET MVC Application. You can also use the URL Routing with the ASP.NET Web application if install the Visual Studio 2008 service pack1. This post specifically speaks about how URL Routing is used in ASP.NET MVC Application. read more...

add a comment |category: |Views: 118

tags: another

Scott Hanselman's Computer Zen - A tale of two techniques: The [Thread(hanselman.com)

submitted by schalkvanwykschalkvanwyk(1335) 3 years, 8 months ago

Apparantly - according to The Hanselman: "the [ThreadStatic] attribute is only useful when YOU control the ThreadPool (and the lifecycle of the threads). It also reminds one to think about variable scope/lifetime especially in the context of ASP.NET." read more...

add a comment |category: |Views: 18

tags: another

C# and Everything .Net: ThreadStaticAttribute(thinkfarahead.com)

submitted by schalkvanwykschalkvanwyk(1335) 3 years, 8 months ago

A experiment with ThreadStaticAttribute - A way to make available a new copy of class (note: not instance) variables to each of the threads running. read more...

add a comment |category: |Views: 24

tags: another

ASP.NET Data Pager Control in VS 2008(techbubbles.com)

submitted by kalyanms1kalyanms1(1789) 3 years, 8 months ago

ASP.NET Data Pager Control is generally used in conjunction with the List View control. Read the post ASP.NET List View Control in VS 2008 to get the idea of using this control. This post explains the use of new Data Pager Control that ship with the VS 2008. read more...

add a comment |category: |Views: 46

tags: another

Guidelines to Create an Installer for Windows Apps(itscommonsensestupid.blogspot.com)

submitted by nsoonhuinsoonhui(1810) 3 years, 8 months ago

After finish writing your software, it's time to distribute your applications to your customer. You think that software deployment should be easy, right? After all, all you have to do is to just fire up a Microsoft Setup and Deployment project and put in all the dlls in the application directory and you are done, easy? Well... not so! read more...

add a comment |category: |Views: 12

tags: another

Great Design Pattern Resources(rtipton.wordpress.com)

submitted by rayetrayet(240) 3 years, 8 months ago

Some common patterns include the Singleton, Facade, Adaptor and Decorator. There are many, many patterns and below are some great resources to learn about them. read more...

add a comment |category: |Views: 592

tags: another

Bug Reporting(dotnethitman.spaces.live.com)

submitted by misbaharefinmisbaharefin(845) 3 years, 9 months ago

I hate bug reports not because I have an ego and I think I write excellent code which can never have bugs or that I don't want to fix them but because they often leave crucial information to reproduce the bug and/or what was the expected result and why the results are wrong and I end up in a wild goose chase hunting the testers for answers. read more...

add a comment |category: |Views: 5

tags: another

The importance of testing(trycatchfail.com)

submitted by Matt_TCFMatt_TCF(946) 3 years, 9 months ago

Testing is important. If you make a code change, be VERY sure you test it. If you absolutely positively can't write a unit test for it, be sure you do very, very thorough manual testing. Don't just fire-and-commit and assume it all works, because it probably doesn't. As far as I'm concerned, if you can't prove that it works, it doesn't work, end of story. read more...

add a comment |category: |Views: 2

tags: another

Scrolling to the Top of an AJAX Page(krissteele.net)

submitted by DigitalDuffmanDigitalDuffman(340) 3 years, 9 months ago

Get around AJAX's tendencies to keep the browser where you post. read more...

add a comment |category: |Views: 25

tags: another

Linq : Folding Left, Right And The LINQ Aggregation Operator(dotnet.dzone.com)

submitted by volume4volume4(910) 3 years, 9 months ago

A few days ago I blogged about Curry for Dummies, outlining one of the typical techniques employed in functional programming. What I didn't say back then is I'm about to reuse the "Curry" function with formal substitution mechanism for this subsequent blog post. read more...

add a comment |category: |Views: 13

tags: another

Windows Workflow Foundation - A New Programming Concept(silicusblogs.com)

submitted by Ravi.silicusRavi.silicus(120) 3 years, 9 months ago

Windows Workflow Foundation (WF) is a framework developed in .Net to build workflow-enabled applications. It provides an extensive and powerful base for design and development of systems that incorporate both system workflow and human workflow across a variety of scenario. The framework provides seamless development experience with other .NET Framework 3.0/3.5 technologies, such as Windows Communication Foundation and Windows Presentation Foundation. Read More... read more...

add a comment |category: |Views: 67

tags: another

130 Microsoft blogs from one Microsoft source(blogs.msdn.com)

submitted by wisemxwisemx(8074) 3 years, 9 months ago

About BlogMS - Team Blogs at Microsoft Hi All, BlogMS was started in May 2008 in response to customers who wanted to feel closer to the product groups. The overall goal was to improve satisfaction levels among our customers and partners. From this site you will be able to receive regular weekly and monthly updates from product, support and other specialist teams within Microsoft - over 130 blogs in total ! Each week and calendar month a full summary of all the latest articles will be aggregated onto a single post on this site for you to review quickly and with ease. A report will also be attached which you can download with the same information. You will also be able to find a definitive directory of blogs for these teams. Announcements for additions or removals will be made through individual posts. Historically finding and keeping up to date with all the Microsoft teams has been a challenge. I hope you find this new resource valuable saving you both time and energy, and most importantly keeping you up to date with the wide-range of activities and announcements. Once you have identified articles of interest from a particular team - don't forget you can subscribe to RSS syndication feeds directly for that blog, or bookmark your favourite site. This blog site is focused on Microsoft team blogs. It currently does not include Microsoft individual employee or community based blogs. The value of these is well recognised within the community, however adding all of these would become overwhelming very quickly. A full directory of all Microsoft blogs can be found on the following website http://www.microsoft.com/communities/. Sign up and view via webview or directly via RSS. Nick. read more...

add a comment |category: |Views: 11

tags: another