SharepointSucksAss

Stories kicked by SharepointSucksAss

Creating SOLID Code: Open/Closed Principle (OCP)(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 2 months ago

Taking a look at how to create SOLID Code: Creating SOLID Code: Open/Closed Principle (OCP). This is a second in a series where we will take a look at each of the parts the SOLID Principle read more...

1 comment |category: |Views: 469

tags: another

How to Setup Google FeedBurner for Subtext Blog RSS(codezest.com)

submitted by daveschinkeldaveschinkel(1720) 3 years, 2 months ago

1) Get your Subtext blog live 2) Create a Google FeedBurner account. It’s tied to a Gmail account so you need to log in first when you arrive at feedburner.google.com/ read more...

add a comment |category: |Views: 15

tags: another

jQuery Intellisense Updates from Microsoft(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years, 6 months ago

With Microsoft's recent releases of the jQuery Intellisense file plus the hotfix released this week using jQuery in Visual Studio has become a lot easier and more convenient. Here is a little more detail on what you need and how it works. read more...

1 comment |category: |Views: 364

tags: another

Creating an ItemDataBound Event Delegate for a Nested Repeater(codezest.com)

submitted by daveschinkeldaveschinkel(1720) 3 years, 6 months ago

Today I needed to create a nested grid using repeaters. Pretty common but always a pain in the ass with all Microsoft controls. I needed to nest my repeaters just like you’d nest any other control like the DataGrid or GridView. The issue came up for me when I wanted to create a delegate for my nested repeater (repeater inside my parent). Since a nested control within a control (the nested repeater in this case) is not available at the page level, Intellisense or the compiler will not know that it exists. Because it’s nested inside a parent, it becomes pat of that parent’s collection of objects. read more...

add a comment |category: |Views: 126

tags: another

Silverlight Toolkit Released on CodePlex!(codeplex.com)

submitted by pbrookspbrooks(775) 3 years, 6 months ago

The Silverlight Toolkit is a collection of Silverlight controls, components and utilities made available outside the normal Silverlight release cycle. It adds new functionality quickly for designers and developers, and provides the community an efficient way to help shape product development by contributing ideas and bug reports. This first release includes full source code, unit tests, samples and documentation for 12 new controls covering charting, styling, layout, and user input. read more...

add a comment |category: |Views: 209

tags: another

C# 4.0 New Features Part 1 - dynamic keyword(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 6 months ago

A quick look at the new "dynamic" keyword in C# 4.0 and its implications for application development. read more...

add a comment |category: |Views: 687

tags: another

Leveraging the power of ActionName and AcceptVerbs in Asp.Net MVC(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 6 months ago

A short screencast on how to leverage the power of ActionName and AcceptVerbs in Asp.Net MVC read more...

add a comment |category: |Views: 586

tags: another

How and when (not) to use Extension Methods in C# and .NET?(aspdotnetfaq.com)

submitted by spavkovspavkov(1708) 3 years, 7 months ago

Lets first briefly examine Extension Methods, show some basics usages and then we will tackle some more advanced and concrete examples used to provide fluent, natural DateTime operations (similar to Date and Time operations available in Ruby on Rails). read more...

1 comment |category: |Views: 459

tags: another

Visual Studio/Intellisense Doesn’t Recognize Web Controls & Code(codezest.com)

submitted by daveschinkeldaveschinkel(1720) 3 years, 7 months ago

Intermittently at times, Visual Studio for some odd reason, refuses to recognize web controls or C# syntax during a build/compile that you know is fine. You’ve included all the right usings, assembly or project references, and the syntax you know worked before, but for some reason it just decides to piss you off when you try to compile by stating it is not familiar with the syntax or control. There are a slew of things one can try in order to sort of kick Visual Studio in the pants when you try to build, and it still can’t seem to notice those web controls even when they are in the designer file and there are no conflicts or syntax issues. Today I has such an issue again. When you exhaust all the tricks of the trade, the next best thing to do is ultimately just recreate the file itself and paste back in your code. read more...

add a comment |category: |Views: 11

tags: another

Why Sharepoint development sucks!(zorilla.dk)

submitted by zorillazorilla(85) 3 years, 7 months ago

In this blog post on the zorilla.dk blog, Dan is sharing his frustrations with the Sharepoint platform. His main critique points is an inconsistent and developer unfriendly API, combined with an over complex platform in general. Please have a read, and see if you agree. read more...

add a comment |category: |Views: 176

tags: another

N-Layered != N-Tiered: Know the Difference!(codezest.com)

submitted by daveschinkeldaveschinkel(1720) 3 years, 7 months ago

I hear a LOT of developers refer to what are essentially N-Layers as “N-Tiers”. This kind of bugs me a little when I see or hear it from developers. First of all, they are not even close the same thing, and it’s important as a developer to get this straight so that you are using the terminology properly. The difference is simple but very important when you’re talking about your applications. They should not be loose terms and intermingled as about probably 90% of the developers out there that I’ve worked with seem to do. read more...

add a comment |category: |Views: 23

tags: another

Development Tools I Use & Recommend(codezest.com)

submitted by daveschinkeldaveschinkel(1720) 3 years, 7 months ago

Eventually I will get to some technical code Posts. But for now, I'm a bit delayed with some other things at work lately. I will be blogging about Code Generation, OOP, and other topics very soon though. In the meantime, I wanted to share a list of tools I regularly use now or have used in the past as a C# / ASP.NET Engineer listed below: read more...

add a comment |category: |Views: 1026

tags: another

Interview Questions Every Developer should ask an Employer(codezest.com)

submitted by daveschinkeldaveschinkel(1720) 3 years, 8 months ago

If you're like me and have been in the IT industry for 5+ years (me 10), you start to realize that the grass is not always greener on the other side in a lot of shops out there. Before I get to the interview questions, I want to start by outlining the general types of shops and types of problems one can encounter in development shops. Characteristics of when the grass may NOT be greener: read more...

add a comment |category: |Views: 30

tags: another

Using Fiddler with Firefox for Local Web site Testing Easily with Foxy(codezest.com)

submitted by daveschinkeldaveschinkel(1720) 3 years, 8 months ago

Fiddler is one of the best tools to analyze web requests sent from a web site and much more. Normally, using Fiddler with FireFox is a huge pain and typically does not work well out of the box when testing localhost requests or any requests for that matter with Fiddler through Firefox. But by using FoxyProxy which is just a nice plug-in to FireFox, it allows you to setup different proxies in FireFox very easily, and you can then hook into Fiddler's proxy quickly, and start to catch requests over the wire when testing local web applicatio read more...

add a comment |category: |Views: 13

tags: another

VB.net, oh how I hate thee, let me count the ways...(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 4 years, 2 months ago

A developer who is forced to work in VB.net finally hits the tipping point. Oh, and that developer is me. read more...

2 comments |category: |Views: 89

tags: another

Cutting Through The Hype - What You Should Know About SharePoint(blogs.ittoolbox.com)

submitted by alexexmachinaalexexmachina(1020) 4 years, 2 months ago

I had always dreaded working with SharePoint, now that I'm elbow-deep in SharePoint, I figured I'd try to give an objective write-up about it for those who don't know much about it but would like to know more. read more...

add a comment |category: |Views: 9

tags: another