jesschadwick

Stories kicked by jesschadwick

“Being Agile” Means No Documentation, Right?(bitly.com)

submitted by jesschadwickjesschadwick(20) 1 year ago

Discusses the common misconceptions of what "Agile" really is and provides some prescriptions on how to "be more Agile" read more...

add a comment |category: |Views: 3

tags: another

Controlling HTML in ASP.NET WebForms(weblogs.asp.net)

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

"Developers want control. Developing for the web is seemingly more of a love/hate relationship with the tools at our disposal. Sometimes our tools and frameworks give us power, but not control. While we love the functionality and ease-of-use of many of the stock server controls found in ASP.NET WebForms, sometimes we find that the underlying HTML isn’t exactly what we need." read more...

2 comments |category: |Views: 272

tags: another

Code based ASP.NET MVC GridView(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 11 months ago

Maarten Balliauw shows you how to build an ASP.NET MVC html helper extension method which generates a nice gridview-like control using pure code and MVC framework. read more...

add a comment |category: |Views: 2902

tags: another

Safe Handling of Uniqueidentifier Using T-SQL(jesschadwick.blogspot.com)

submitted by jesschadwickjesschadwick(20) 4 years, 6 months ago

Describes how to check for and convert strings to uniqueidentifiers in SQL read more...

add a comment |category: |Views: 98

tags: another

Custom Authentication with Community Server(jesschadwick.blogspot.com)

submitted by jesschadwickjesschadwick(20) 4 years, 6 months ago

Describes how to handle cookie timeout and authentication issues with Telligent's NNTP and SSO modules. read more...

add a comment |category: |Views: 24

tags: another

3 hot uses for HttpContext.Current.Items “They” won’t tell you about.(mikeduncan.com)

submitted by DuncanChudDuncanChud(925) 4 years, 6 months ago

HttpContext.Current.Items, arcane enough to give you guru-cred to the mid-range noobs, simple enough that it can be leveraged for good and / or evil. Awesome. 3 Tips for using it that aren't entirely obvious. read more...

1 comment |category: |Views: 38

tags: another