Our first group blog post! Here are some of the DPL team’s favorite shortcuts for saving time in Visual Studio 2010. Hopefully you’ll find these as useful as we do. Note that these work when you’re using the standard C#.NET keyboard layout, which is the same as “DEFAULT” in the Keyboard options. Andy Unterseher –…
Read more…
Windows services are really cool, but they can be a little bit of a pain to work with. To debug a windows service, the typical model requires you to attach to the services process. This is incredibly annoying after you do it for the 10th time, but the good news is there’s an easy alternative….
Read more…
Being part of the tech industry, it’s hard to ignore the impact that Steve Jobs had on what we do today. It was really more than an impact; he helped create our industry. For us to have lived at the same time as this titan is pretty amazing when you think about it. We usually…
Read more…
There are many things I love about working at Nebraska Global/Don’t Panic Labs, but one of my favorites is how we don’t get caught up in hype, PR, and buzz. A little while ago, we completed our capital raise of $37.3 million. We actually overshot our target of $30 million and ended up turning down…
Read more…
Have you ever wondered if your custom data access code is any more efficient than simply loading a DataTable? Not that I’d recommend using DataTables except for certain situations, but Visual Studio 2010 Ultimate makes it easy to load test your data access classes to determine performance. In order to test this out I created…
Read more…
When manually writing Plain Old CLR Objects (POCOs) (that is, not using the T4 template mechanism), you’ll be left with not only replicating the structure of the table itself in the object layout, but also any objects associated with said structure (foreign keys). As an example, note the following association: The SalesTerritory object, even though…
Read more…
Internships are new to us. In fact, hiring people straight out of college is new to us. Historically, we have built our teams by hiring experienced (or relatively experienced) people often via word of mouth recommendations. We have always been quite protective of our culture and the impact of bringing new people into our organizations….
Read more…
We were recently fortunate enough to bring Tom Chapman on board with Nebraska Global. In addition to what he does here, he’s also a regular contributor for Silicon Prairie News in a series called Innovation Chamber. On Tuesday, he published a blog post called What is it Like to Work in a Startup? It’s a…
Read more…
Don’t Panic Labs is not your traditional work environment. You’re given a lot of freedom, but you’re also given a lot of responsibility, and that responsibility pretty much starts your first day in the office. No break-in periods here. Obviously this can sometimes be a bit overwhelming for the new employee. Being one of the…
Read more…
A few weeks back while getting Mako XRM ready for launch, I was working through an issue involving ClickOnce build and deployment. I was attempting to isolate a 32-bit COM component so it would not need to be registered on every end-user’s computer upon ClickOnce install. MSDN has a decent article describing the process (http://msdn.microsoft.com/en-us/library/ms165432(v=vs.80).aspx)…
Read more…