sedgey

Stories submitted by sedgey

Windows 7 Upgrade Experience(web2asp.net)

submitted by sedgeysedgey(1728) 2 years, 9 months ago

Hold your breath, back up EVERYTHING, cross your fingers and hit install… 4 hours later and wow! Not a blip on the Windows 7 horizon this is IMPRESSIVE, so long Vista! Sounds like a long time for an upgrade? But you have to bear in mind we are talking about a dev machine with 3 flavors of Visual Studio on it and all the other gunk from SSMS to Japanese mobile phone emulators or in Geek Speak some 80 gigs worth of software. read more...

add a comment |category: |Views: 15

tags: another

Subsonic 3 released(web2asp.net)

submitted by sedgeysedgey(1728) 2 years, 10 months ago

Just read Rob Conery’s Blog and saw that Subsonic 3 is now available for download. For those unfamiliar with Subsonic it really is the ONLY no BS ORM out there, in fact it is so easy to get up and running that it is easy to forget that you ever set it up in the first place. The whole Subsonic ethic is to remove the hoops that other ORM’s have you jump through and essentially to get you home earlier. read more...

add a comment |category: |Views: 443

tags: another

MVC support in existing ASP.NET control suites(web2asp.net)

submitted by sedgeysedgey(1728) 2 years, 11 months ago

One of the problems with embracing MVC is that the toolsets we may have used in our standard ASP.NET web forms projects may now not work in a new MVC project. However, do not fear! some of the big guns in the control suite market already have MVC support, so you may not need to re-invest in new MVC versions of the same suites or have to start re-inventing the wheel building MVC controls yourself. read more...

add a comment |category: |Views: 12

tags: another

ReSharper 4.5 Released(web2asp.net)

submitted by sedgeysedgey(1728) 3 years, 1 month ago

I have been using the ReSharper 4.5 Beta release for the last couple of weeks and found it to be reasonably stable and much faster than version 4. read more...

add a comment |category: |Views: 10

tags: another

Resharper Extended Trial Period and discount coupons(web2asp.net)

submitted by sedgeysedgey(1728) 3 years, 3 months ago

apparently their standard trial period for Resharper is 30 days. If you would like an extended 60 day trial and a 10% discount coupon........ read more...

4 comments |category: |Views: 3189

tags: another

Top ASP.NET Developments Tools (web2asp.net)

submitted by sedgeysedgey(1728) 3 years, 3 months ago

I always get asked what my favourite development tools are, so in my last article I talked about my favourite Visual Studio add-ins. This time I want to talk about my favourite ASP.NET Development Tools. read more...

add a comment |category: |Views: 22

tags: another

Top Visual Studio Add-ins(web2asp.net)

submitted by sedgeysedgey(1728) 3 years, 4 months ago

I am often asked what my favourite development tools are, so I thought I’d write down a few that I use and why. I have split this list in 2 as some of these are add-ons for visual studio and others are just standalone applications here are the VS Add-ins. read more...

add a comment |category: |Views: 1402

tags: another

Why MVC?(web2asp.net)

submitted by sedgeysedgey(1728) 3 years, 4 months ago

Yet another MVC introduction? Not exactly… I bet you are all sick and tired of hearing the acronym MVC these days and if you are here to grab a 4 dummies guide to set you on your merry way then Response.Redirect immediately as this is more about the ‘why’ than the code. read more...

add a comment |category: |Views: 37

tags: another

Generating Excel Reports from ASP.NET applications (web2asp.net)

submitted by sedgeysedgey(1728) 3 years, 4 months ago

There are plenty of ways to export reports (CSV, Flat file and XML to name a few), but whether you like it or not most people use Excel or open source offerings like Open Office. Excel will open various file formats and you can trick excel by saving CSV files or even html tables with a .xls extension. If you have access to an ms office license, you can access the office com interop objects and generate spreadsheets that way. Lastly and perhaps the neatest of the solutions is to buy one of the out of the box solutions which provide standalone assemblies. read more...

add a comment |category: |Views: 26

tags: another

Mobile ASP.NET Development: Indentifying the main Japanese carriers(web2asp.net)

submitted by sedgeysedgey(1728) 3 years, 4 months ago

This article describes a way of identifying the main Japanese carriers so that you can handle the user experience accordingly. read more...

add a comment |category: |Views: 5

tags: another

Master Pages The n Commandments (web2asp.net)

submitted by sedgeysedgey(1728) 3 years, 4 months ago

Used properly the ASP.NET Master Page can be a useful and time saving mechanism, but there are some pitfalls which developers should be aware of and some common architectural mistakes which can render them more trouble than they are worth. Hopefully by reading this you can avoid some of the common (cough?*$ mistakes I already made) problems. read more...

add a comment |category: |Views: 14

tags: another

Using The ASP.NET RSS Toolkit to quickly include syndicated content(web2asp.net)

submitted by sedgeysedgey(1728) 3 years, 4 months ago

For those of you who are delving into the possibilities of utilising syndicated content in ASP.NET, the ASP.NET RSS Toolkit is a very powerful yet simple tool which will help you quickly integrate content syndicated from other sites read more...

add a comment |category: |Views: 13

tags: another

Google Hosts JQuery, Scriptaculous, Prototype and Even the Yahoo User (web2asp.net)

submitted by sedgeysedgey(1728) 3 years, 4 months ago

The guys at Google have reached out to the major stakeholders in these libraries and are now hosting the different builds of the Libraries for direct loading from google servers read more...

add a comment |category: |Views: 14

tags: another

Using GZip or Deflate in ASP.NET(web2asp.net)

submitted by sedgeysedgey(1728) 3 years, 4 months ago

GZip and Deflate are compressions used to send data over Http, the majority of browsers now support the decompression of these formats and so they are the best choice for us to use, we can use the System.IO.Compression assembly to perform the compression at the application level. read more...

add a comment |category: |Views: 34

tags: another